/*
 ----------------------------------------
 - fahrschule-lohkemper.de - (Main CSS) -
 - CSS-Design by           --------------
 - Israfil Sen             --------------
 - www.xup.eu              --------------
 ----------------------------------------
*/

/* HTML Formatierung */
/*********************/

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	background-color: #FFF;
}
a {
	font-weight:  normal;
	text-decoration: underline;
	color: #000;
}

a:link {
	color: #000;
	background: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #666;
	text-decoration: none;
	background: none;
}
a:active {
	color: #000;
}

img {
	border: 0;
}

h1,h2,h3{
color: #000;
background-repeat: no-repeat;
padding-left: 0px;
padding-top: 0px;
letter-spacing: 0.02em;

}

h1 {
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 12px;
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 1.1em;
	font-weight: normal;
}


.tabelle{
border:1px solid #e6e6e6;
padding: 0px;
}

.tabelle caption{
font-weight: bold;
background-color:#e6e6e6;
padding: 3px;
}

.tabelle tr, .tabelle td{
border: 1px solid #e6e6e6;
padding:5px;
font-size: 0.9em;
}






/* HTML Formatierung Ende */
/**************************/


/* spezielle Klassen */
/***************************/
.clear {
	clear: both;
}
/****************************/
/* spezielle Klassen - Ende */


/* wrapper */
/***********/
#wrapper {
	width:900px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	border: 0px solid green;
	background-image: url(../files/content_bg_rahmen.jpg);
	background-repeat: repeat-y;	
}
/* wrapper - Ende */
/***********/

/* Head */
/********/
#head{
	color: #FFF;
	width: 900px;
	height: 257px;
	border: 0px solid #2e3192;
	background-image: url(../files/bg_head.jpg);
}

#head #logo_link{
	position: relative;
	top: 25px;
	left: 43px;
	height:93px;
	width:282px;
	border:0px solid red;
}

#head #breadcrumb {
	position: relative;
	top: 145px;
	left: 18px;
	color: #000;
}

/* Head Ende */
/*************/


/* Content - rightcol */ 
/**********************/

#content {
	margin: 10px 8px 20px 240px;
	padding: 0px 10px 10px 10px;
	border: 0px solid blue;
	/*min-height-Hack*/
	min-height:505px;
	height:auto !important;
	height:505px;
	/*min-height-Hack Ende*/
}

#content h2{
text-decoration:underline;
width: 99%;
}

#content ul, #content li {
	margin: 5px 0 5px 10px;
	padding: 0 0 3px 0;
	font-weight:normal;
	list-style: disc outside;
	border: 0px solid green;
}



/* Content - rightcol - Ende  */
/******************************/


/* leftcol_bild */
/****************/
#leftcol_bild{
	border: 1px dashed #000;;
	height: 100px;
	background-color: #fffc00;	
	margin-bottom: 5px;
	background: url(../files/leftcol_bild_oben.jpg) no-repeat;
 }
 
#leftcol_bild_unten{
	border: 0px solid red;
	height: 200px;
	background-color: #fffc00;
	background: url(../files/leftcol_bild_unten.jpg) no-repeat;
 }

/* leftcol_bild - Ende */
/***********************/


/******* Navigation vertikal *******/
/***********************************/
/*siehe auch rex_template.css*/

/*** Hauptnavi ***/
#navi_leftcol {
	border-left: 0px solid #ffe900;
	margin: 0px 0 0 8px;
	float:left;
	width:210px;
	font-size: 1.2em;
}

#navi_leftcol ul {
	background-color: #FFF;
	margin:0;
	padding:0;
}

#navi_leftcol li {
	list-style-type: none;
	background-color: #FFF;
	margin-bottom: 4px;
}

#navi_leftcol a {
	display: block;
	width: 204px;
	font-weight: bold;
	padding: 6px 6px 6px 10px;
	background-image: url(navi-bg-main.gif);
	background-repeat: no-repeat;
	border-bottom: 0px solid #FFF;
}

#navi_leftcol a:link {
	color: #000;
	text-decoration: none;
	
}

#navi_leftcol a:visited {
	color: #333;
	text-decoration: none;
}

#navi_leftcol a:hover {
	/*background: url(../files/bullet_main_hover.gif) no-repeat;*/
	background-image: url(navi-bg-main-hover.gif);
	background-repeat: no-repeat;
	border-bottom: 0px solid #FFF;
	color: #666;
}
#navi_leftcol a:active {
	background-color: #FFF;
	color: #000;
}

/*** Subnavi 1 ***/
#navi_leftcol li ul {
	padding-left: 0px;
}
#navi_leftcol li ul li {
	list-style-type: none;
	border-left: 5px solid #e4e4e4;
	border-right: 5px solid #e4e4e4;	
	background-color:#f0f0f0;
	margin-left: 5px;
}
#navi_leftcol li ul a {
	font-size: 0.9em;
	font-weight: normal;
	width: 173px;
	padding-left: 15px;
	background: none;
}

#navi_leftcol li ul a:link {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
}

#navi_leftcol li ul a:visited {
	color: #333;
	text-decoration: underline;
}

#navi_leftcol li ul a:hover {
	background: none;
	background-color:#FFFFFE;
	text-decoration: none;
}

#navi_leftcol li ul a:active {
	background-color: #FFFFFE;
	color: #000;
}



/*** Subnavi 2 ***/


#navi_leftcol li ul li ul {
	padding-left: 0px;
}
#navi_leftcol li ul li ul li {
	list-style-type: none;
	list-style-position:inside;
	border-left: 5px solid #999;
	border-right: 5px solid #999;
	background-color:#eaeaea;
	margin-left: 0;
}
#navi_leftcol li ul li ul a {
	font-size: 0.8em;
	font-weight: normal;
	width: 163px;
	padding-left: 15px;
	background: none;
}

#navi_leftcol li ul li ul a:link {
	color: #000;
	text-decoration: none;
}

#navi_leftcol li ul li ul a:visited {
	color: #333;
	text-decoration: none;
}

#navi_leftcol li ul li ul a:hover {
	background: none;
	text-decoration: none;
	background-color: #FFFFFE;
}

#navi_leftcol li ul li ul a:active {
	background-color: #FFFFFE;
	color: #000;
}




/*** Subnavi 3 ***/
/*** Subnavi ... ***/

/****** Navigation vertikal Ende *******/
/***************************************/



/* Footer */
/**********/
#footer {
	color: #333;
	width:900px;
	height: 70px;
	font-size: 0.8em;
	clear:both;
	border: 0px solid red;	
	background: url(../files/footer_bg.jpg) no-repeat;
	text-align: right;
}

#footer p {
	padding-top: 5px;
	padding-right: 22px;
}


/* Footer - Ende */
/*****************/










