/*###########################################
  ### CSS-Masterfile fuer www.rest-web.de ###
  ###########################################*/
  
/* ### Core Klassen ################################################## */

html, body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
}

img {
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* ### Utility Klassen ################################################## */

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

/* ### Outer/Inner Container ################################################## */

#outerContainer {
	height: 100%;
}

#innerContainer {
	width: 980px;
	margin: 29px auto 0 auto;
	background-color: #ffffff;
	border-left: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
}

/* ### Headbereich ################################################## */

#headTopLine {
	height: 9px;
	background-color: #717171;
}

#headBottomLine {
	height: 3px;
	background-color: #1fa1f4;
}

#headContent {
	padding: 5px;
	height: 100px;
}

div#headTitle {
	float: left;
}

div#headLogo {
	margin-right: 13px;
	float: right;
}

/* ### Mainbereich ################################################## */

#mainContainer {
	margin-bottom: 5em;
}

div#zweiradPanel {
	width: 257px;
	height: 328px;
	float: left;
	margin-left: 150px;
	background: url(./zweirad_panel.jpg) 0 0 no-repeat;
}

div#autohausPanel {
	width: 257px;
	height: 328px;
	float: right;
	margin-right: 150px;
	background: url(./autohaus_panel.jpg) 0 0 no-repeat;
}

* html div#zweiradPanel {
	margin-left: 75px;
}

* html div#autohausPanel {
	margin-right: 75px;
}

#autohausPanel a, #zweiradPanel a {
	display: block;
	height: 100%;
}

/* ### Footbereich ################################################## */

#footBottomLine {
	height: 4px;
	background-color: #717171;
}

#footContent {
	color: #717171;
	font-size: 0.8em;
	margin: 0 5px 0.2em 5px;
}

div#footCopyright {
	float: left;
}

div#footLinks {
	float: right;
}

#footLinks a, #footLinks a:link, #footLinks a:visited, #footLinks a:active {
	color: #717171;
}

#footLinks a:hover {
	text-decoration: underline;
}

/* ### Headlines ################################################## */

h1 {
	color: #717171;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	margin: 1em 0 0.5em 0;
}

h2 {
	color: #333333;
	font-weight: normal;
	font-size: 1.25em;
	letter-spacing: 0.05em;
	margin: 1em 0 0.5em 0;
}

/* ### Links ################################################## */

a, a:link, a:visited, a:active {
	color: #1fa1f4;
	text-decoration: none;
}

a:hover {
	color: #717171;
}
