* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

a {
	color: #b0b1af;
	text-decoration: none;
}

a:hover {
	color: #165585 !important;
}

.hide {
	display: none;
}

body {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background: url(../img/kachel.gif) #6d6d6d;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 749px;
	background: #FFFFFF;
	position: relative;
}
body>#page {
	background: url(../img/schatten.png) repeat-y transparent;
}

#header {
	height: 140px;
	display: block;
	margin: 0 52px;
	/*background: url(../img/logo.jpg) 445px 30px no-repeat #FFFFFF;*/
	position: relative;
}

#header ul {
	list-style: none;
	padding-top: 27px;
	width: 200px;
}

#header li {
	color: #b0b1af;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#header .contact {
	background: url(../img/trenner.gif) 0 3px no-repeat #FFFFFF;
	padding-left: 19px;
}

#header a {
	display: block;
}

#header .contact a {
	text-transform: uppercase;
}

#header #languages {
	position: absolute;
	top: 0;
	left: 90px;
	display: block;
}

#navigation {
	margin: 0 0 0 52px;
	height: 65px;
	display: none;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	display: inline;
}

#navigation a {
	display: block;
	background: url(../img/trenner.gif) 0 3px no-repeat #FFFFFF;
	float: left;
	color: #5c5c5b;
	padding: 0 10px 0 19px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation .first a {
	padding-left: 0;
	background: #FFFFFF;
}

#content {
	clear: both;
	margin: 0 52px;
}

#content h2 {
	width: 640px;
	position: relative;
	clear: both;
	color: #b0b1af;
	font-size: 24px;
	font-weight: bold;
	padding: 40px 0 5px 0;
	text-transform: uppercase;
}

#content h2 .top {
	display: block;
	position: absolute;
	top: 42px;
	right: 5px;
	float: right;
	width: 20px;
	background: url(../img/trenner.gif) 0 3px no-repeat #FFFFFF;
	padding-left: 19px;
}

#content p, #content ul {
	padding: 5px 0;
	list-style: none;
}

#content li {
	background: url(../img/trenner.gif) 0 4px no-repeat #FFFFFF;
	padding-left:19px;
	line-height: 20px;
}

/** login form */
#content label {
	display: block;
	width: 200px;
	padding-right: 20px;
	line-height: 24px;
	float: left;
}

#content input {
	border: 1px solid #000;
	margin: 5px;
	padding: 2px;
	width: 400px;
}

#content input:focus {
	border: 1px solid #165585;
	background: #EEE;
}

#content input.submit {
	width: 120px;
}

#content .error_message {
	clear: both;
	padding-left: 220px;
	margin-bottom: 5px;
	color:#c00;
}

#footer {
	margin: 0 52px;
	padding-top: 20px;
	font-size: 10px;
	text-align: right;
	height: 40px;
}

#footer a {
	font-size: 10px;
}

#footer .copy {
	font-size: 10px;
	float: right;
	display: block;
}

#footer .graphscape {
	font-size: 10px;
	float: left;
	display: block;
}
