body {
	margin:0;
	padding:0;
	background-image: url(../bilder/web/bg_grafik.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	background-position: center;
}
#container {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
#footer {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding-top: 10px;
	padding-bottom: 50px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 2em;
	}
#ueberschrift {
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-family: Tahoma;
	font-weight: bold;
	height: auto;
}
h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-style: italic;
	font-family: Tahoma;
	padding-bottom: 2px;
	padding-right: 20px;
	padding-top: 2px;
	padding-left: 20px;
	background-color: #999900;
	text-transform: uppercase;
}
h2 {
	color: #999900;
	font-size: 12px;
	font-family: Tahoma;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-style: normal;
	padding-top: 10px;
	text-transform: uppercase;
}
p {
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
	padding-right: 40px;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 1.5em;
	text-transform: none;
}
.wecos_bold {
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
}

.wecos_klein {
	font-family: Tahoma;
	color: #999966;
	font-size: 10px;
}
.wecos_bottom {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
}
.seitenanfang {
	float: right;
}
/*
-----------------------------------------------
links
----------------------------------------------- */
#inhalt_text a:link, #inhalt_text a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
#inhalt_text a:hover, #inhalt_text a:active {
	font-family: Tahoma;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 11px;
}
#footer a:link, #footer a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover, #footer a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
/*
-----------------------------------------------
index
----------------------------------------------- */
#index a:link, #index a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #990000;
	text-decoration: underline;
	text-transform: none;
}
#index a:hover, #index a:active  {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: underline;
	text-transform: uppercase;
}
/*
-----------------------------------------------
logo
----------------------------------------------- */
#wecos_logo {
	position:absolute;
	left:85px;
	top:32px;
	width:289px;
	height:69px;
	z-index:1;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
/*
/*
-----------------------------------------------
bilder
----------------------------------------------- */
.img_rechts {
	float: right;
	padding-left: 20px;
}
.clear {
	clear: both;
}
/*
-----------------------------------------------
inhalt
----------------------------------------------- */
#titelbild {
	width:600px;
	height:193px;
	z-index:1;
/*	background-image: url(../bilder/web/titelbild_dos.jpg); */
	clear: both;
	border-bottom: 1px solid #FFFFFF;
}
#inhalt_text {
	width:600px;
	height:auto;
	z-index:2;
	background-image: url(../bilder/web/bg_inhalt.png);
	background-position: bottom;
}
/*
-----------------------------------------------
tabelle
----------------------------------------------- */
table {
	font-family: Tahoma;
	font-size: 11px;
}
th {
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	background-color: #999966;
	line-height: 2em;
	padding-left: 20px;
}
td {
	font-weight: normal;
	color: #333333;
	padding-left: 20px;
	line-height: 2em;
}
/*
-----------------------------------------------
kontaktformular fehleranzeige
----------------------------------------------- */
div.missing {
color:#CC0000;
font-family:Tahoma;
font-size:10px;
}
