/*************** Global ***************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #D9DDE9;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 20px auto;
	text-align: center;
}



/*************** DIV ***************/

#page {
	background-color: #F2F3F7;
	background-image: url(../images/background_fahrservice.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border-color: #031A6A;
	border-style: solid;
	border-width: 3px;
	margin: 20px auto;
	text-align: left;
	width: 650px;
}

#header {
	background-image: url(../images/logo_fahrservice.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 100px;
}

#navigation_background {
	background-color: #031A6A;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}

#navigation {
	float: left;
	padding-left: 25px;
}

#navigation2 {
	float: right;
}

#content {
	clear: both;
	margin: 0 25px 25px 25px;
	width: 540px;
}

#footer {
	background-color: #031A6A;
	color: #FFFFFF;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}



/*************** HTML ***************/

h1 {
	border-color: #031A6A;
	border-style: solid;
	border-width: 0 0 2px 1.4em;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 25px 0 0 0;
	padding: 0 0 0 5px;
}



/*************** Typo3 ***************/

.bodytext {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 0 0px 0;
	text-align: justify;
}



/*************** Links ***************/

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover, a:focus {
	color: #000000;
	text-decoration: underline;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	border-color: #031A6A;
	border-style: solid;
	border-width: 0 0 0 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0.7em 0 0.3em;
	word-spacing: 0;
}

#navigation a:hover, #navigation a:focus {
	border-color: #D9DDE9;
	border-style: solid;
	border-width: 0 0 0 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0.7em 0 0.3em;
	word-spacing: 0;
}

#navigation a.current:link, #navigation a.current:visited, #navigation a.current:hover, #navigation a.current:focus, #navigation a.current:active {
 	border-color: #D9DDE9;
	border-style: solid;
	border-width: 0 0 0 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0.7em 0 0.3em;
	word-spacing: 0;
}

#navigation2 a:link, #navigation2 a:visited, #navigation2 a:active {
 	border-color: #031A6A;
	border-style: solid;
	border-width: 0 1.2em 0 0;
	color: #FFFF33;
	margin: 0 0 0 0em;
	text-decoration: none;
	padding: 0 0.3em 0 1em;
	word-spacing: 0;
}

#navigation2 a:hover, #navigation2 a:focus {
 	border-color: #FFFF33;
	border-style: solid;
	border-width: 0 1.2em 0 0;
	color: #FFFF33;
	margin: 0 0 0 0em;
	text-decoration: none;
	padding: 0 0.3em 0 1em;
	word-spacing: 0;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}