/*
CSS default Document - hauptmenue.com
*/

/* Site */

body, html {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica,sans-serif;
	background: #fff url(bg.gif) left top repeat-y; 
  	font-size : 10px;
	color : #777777;
}
#window {
	border-left:8px solid #fff;
	width: 880px;
}
a img, img, div {
	border:none;
	margin:0;
	padding: 0;
}

/* Navigation */

#hauptmenue,#untermenue {
   float:left;
	width:134px;
	padding: 0px 8px 0px 8px;
	font-family: Arial, Helvetica,sans-serif;
   font-size : 11px;
	color : #919191;
}
#hauptmenue img, #untermenue img {
	margin-left:13px;
	margin-bottom:16px !important;
	margin-bottom:15px;
	margin-top:181px;
	height:15px;
}
#hauptmenue ul, #untermenue ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
#hauptmenue ul {
	border-bottom:1px solid #d9d9d1;
}
#untermenue ul {
	border-bottom:1px solid #fff;
}
#hauptmenue ul li, #untermenue ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:13px;
	padding-top:6px !important;
	padding-top:5px;
	padding-bottom:5px;
}
#hauptmenue a, #untermenue a {
	text-decoration:none;
	color : #555555;
}
#hauptmenue a:hover {
	background-color: #f5f5f3;
}
#untermenue a:hover {
	background-color: #fff;
}
#hauptmenue ul li {
	border-top: 1px solid #d9d9d1;
}
#untermenue li {
	border-top: 1px solid #fff;
}

/* Content */

#content {
	width:450px;
	float:left;
}
#content hover {
	background-color: #4169E1;
}
#content_header {
	border-bottom:1px solid #fff;
	height:210px;
	width:450px;
	background-color: White;
	background-image: url(header.jpg);
}
#content_picture {
	height:230px;
	border-bottom:1px solid #fff;
	background-color: #E4E4E4;
}
#content_picture img {
	display: block;
}
#content_text {
	float:left;
	display:inline;
	width:280px;
	margin: 20px 10px 0px 10px;
	font-size : 11px;
}
#content_text_titel {
	color: #BF2640;
}
#content_text a:link {
	color : #777777;
	text-decoration: none;
	font-size : 11px;
}
#content_text a:hover {
	color : #777777;
	text-decoration: underline;
	font-size : 11px;
}
#content_text a:visited {
	color : #777777;
	text-decoration: none;
	font-size : 11px;
}
#content_beschreibung {
	float:left;
	display:inline;
	width:130px;
	margin: 20px 10px 0px 10px;
	color : #FFFFFF;
}
#content_text,#content_beschreibung {
	line-height:14px;
}
#content_beschreibung a:link {
	color : #FFFFFF;
	text-decoration: none;
}
#content_beschreibung a:hover {
	color : #FFFFFF;
	text-decoration: underline;
}
#content_beschreibung a:visited {
	color : #FFFFFF;
	text-decoration: none;
}