/* all-in-one-property: top right down left */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color:  #000000;
	background-color: #FFFFFF;
}

a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

input, select, textarea {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#header {
	width: 100%;
	height: 160px;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
}

#header .logo {
	width: 405px;
	height: 160px;
	background-image: url(header_logo.jpg);
}

#menu {
	width: 185px;
	height: 843px;
	float: left;
	text-align: center;
}

#menu .header {
	width: 185px;
	height: 23px;
	background-image: url(menu_header.jpg);
}

#menu .footer {
	width: 185px;
	height: 24px;
	background-image: url(menu_empfehlung.jpg);
}

#menu .menuItem {
	width: 185px;
	height: 32px;
}

#menu .menuItem a {
	display: block;
	width: 185px;
	height: 32px;

}

#menu .menuItem a:hover {
	display: block;
	width: 185px;
	height: 32px;
	background-position: 0 -32px;
}

#content {
	width: 630px;
	float: left;
}

#content .text {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

#info {
	width: 160px;
	padding-top: 30px;
	float: left;
}

#info2 {
	width: 260px;
	height: 650px;
	padding-top: 30px;
	float: left;
}

#footer {
	width: 100%;
	height: 30px;
	line-height: 30px;
	clear: both;
	background-color: #A5C0EF;
}

#footer .links {
	padding-left: 15px;
}
