/* CSS Document */
BODY {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin:20px;
	padding:0px;
	background-color: #0F59CA;
	background-repeat: repeat-x;
	background-image: url(bilder/back.gif);
}

A:link {color : #CF0276; text-decoration: none; }
A:visited {color : #CF0276; text-decoration: none; }
a:hover {color: #CF0276; text-decoration: underline;}

h1 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #CC0066;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom-color: #CF0276;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.photo {
	float: left; 
	margin: 5px 0 5px 0;
}

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1162DB;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1162DB;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1162DB;
}

#outbox{
	width: 900px;
	position: relative;
	height: auto;
	margin: auto;
	background-color: #1162DB;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	}
	



#header{
	width: 900px;
	height: 93px;
	background-image: url(bilder/back_head.gif);
	background-repeat: repeat-x;
}


#content{
	width: 765px;
	height: auto;
	background-color: #FFFFFF;
	float: right;
}


#menue {
	width: 135px;
	background-color: #CF0276;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, "Times New Roman", Verdana;
	font-size: 11px;
}

#menue ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menue li {
	display: block;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 135px;
}

#menue li a, #menue li a:link {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	width: 119px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
}

#menue li a:hover, #menue li a:active, #menue li a:focus {
	color: #0033FF;
	width: 125px;
	background-color: #FFFFFF;
	padding-right: 0px;
	font-weight: bold;

}

#foto{
	width: 764px;
	height: 151px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	float: right;

}

#text{
	width: 744px;
	height: auto;
	float: left;
	padding: 10px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #1162DB;
	font-size: 11px;
	background-color: #EFEFEF;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	background-image: url(bilder/back_text.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#inserate{
	width: 744px;
	height: auto;
	float: left;
	padding: 10px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #1162DB;
	background-color: #F2F2F2;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-image: url(bilder/back_text.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer{
	width: 764px;
	height: 20px;
	background-color: #1162DB;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 20px;
}


#inserat {
	width: 735px;
	height: 90px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #1162DB;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
