/**-----------------------------------------------------------

*  Projekt          : Wohnmobilstellplatz Ostsee
*  Dateiname        : wmsp.css
*  Erzeugerdatum    : 12.09.2007
*  Autor            : Jörg Harling
*  Letzte Akt.      : 12.09.2007
*
*  Beschreibung: css-Datei für die Formatierung der Website
*
*  Versionshistorie : 1.0 (12.09.2007)

------------------------------------------------------------**/
  


/*************************************************************/
/*                  Inhaltsformatierungen                    */
/*************************************************************/

.winterzeit {
	background-color:#F7921E; 
	width:140px;
	height:auto; 
	padding:10px; 
	color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size:14px;
	border: solid #fff 2px;
}

#content span.blau {
  color: #00a0e4;
	font-size:12px;
}

#content span.blau_mid {
  color: #00a0e4;
	font-size:16px;
}

#content span.blau_big {
  color: #00a0e4;
		font-size:28px;
}

#content span.orange_mid {
  color: #f6921e;
	font-size:18px;
}

#content span.headline {
	font-size:18px;
	color: #00a0e4;
	font-weight:bold;
	display:block;
	width: 430px;
	padding-bottom: 15px;
	background: url(/bitmaps/headline.gif) no-repeat bottom left;
}

#content a:link, #content a:visited {
  color: #f6921e;
	text-decoration:none;
	font-weight:bold;
}

#content a:hover {
	text-decoration:underline;
}


.bordered {
	border: 2px solid #00a0e4;
}

.alignleft {
	border: 2px solid #00a0e4;
	float:left;
	margin-right:10px;
}

.alignright {
	border: 2px solid #00a0e4;
	float:right;
	margin-left:10px;
}

td.orangehell {
	background:#ffd9ad;
}

#content dt {
	background:#ffd9ad;
	margin-top:15px;
	width: 100%;
}

#content dd {
	margin-left:10px;
}


.imgalignright {
	margin-left:20px;
	float:right;
	border:none;
}

/*************************************************************/
/*                        Seitenlayout                       */
/*************************************************************/

body {
  margin:0px; 
  background: url(/bitmaps/bg_body.jpg) top repeat-x #29afe8; 
  font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

#container {
  background: url(/bitmaps/bg_main.jpg) repeat-y;
  width: 760px;
  left: 50%;
  position:absolute;
  margin-left: -380px;
  height: auto;
  min-height:400px;
  background-color: #FFFFFF;
}

#header {
	background: url(/bitmaps/header.jpg) no-repeat;
  clear:both;
  width: 760px;
  height: 172px;
  display:block;
}

#menu {
  padding-left: 20px;
  width: 146px;
  height: 350px;
  margin-right: 95px;
  margin-bottom:40px;
  float:left;
}


#content {
	/*** Haupttext-Formatierung ***/
	font-size: 12px;
  color: #444444;
	/******************************/
  width:400px;
  height:auto;
  min-height:400px;
  float:left;
  display:block;
}

*html #content {
	margin-left:-30px;
}

#footer {
  width: 575px;
  height: 63px;
  background: url(/bitmaps/footer.jpg) no-repeat #29afe8;
  clear:both;
	padding-top:40px;
	color: #ffffff;
	font-weight:bold;
	font-size:11px;
	padding-left:185px;
	text-align:center;
}


/*************************************************************/
/*                         Menülinks                         */
/*************************************************************/

#menu a:link, #menu a:visited { 
	background: url(/bitmaps/menu_arrow_norm.gif) no-repeat;
	height:17px;
	width:100%;
	padding-left:27px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	margin-bottom:8px;
}

#menu a:hover { 
	background: url(/bitmaps/menu_arrow_hover.gif) no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}




/*************************************************************/
/*                   Formularformatierungen                  */
/*************************************************************/

input, textarea, submit {
  border: #4075aa 1px solid;
  background:#e3ebf3;
}


/*************************************************************/
/*                       Fehlerklassen                       */
/*************************************************************/


.fehler {
  text-decoration:none;
  font-weight:bold;
  font-style:italic;
  color: #d40027;
}

