@charset "utf-8";
/* =========================================================================
CSS Document (c)2010 Alexander Seitz  Abija WebAnwendungen| www.abija.de 
 
Datei: blitz_screen.css 
Datum: Juli 2010
Autor: Alexander Seitz

========================================================================== */

/* ==================================
   1. Normalisierung & Kalibrierung der Browser
   =============================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
	border: none;
}

/* ==================================
   2. Allgemeine Styles 
   ================================*/ 
body {
	background-color: #cecece;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {font-size: 20px;}
h2 {font-size: 17px;}
h3 {font-size: 14px;}
   
/* === Hyperlinks ================= */
a {	
	color:#000;
	text-decoration: none;
	outline: none; /* keine gepunkteten linien bei bildern */
}

a:link {}  /*nicht besuchte Links */

a:visited {}	/* besuchte links */

a:active {}

a:hover, a:focus {
	padding-bottom: 2px;
	border-bottom: 1px solid;
}

p{
	margin-bottom: 12px;
}
address p{
	margin-bottom: 20px;
	line-height: 16px;	
}


/* === Klassen und IDs ================ */
.skiplink {
	position: absolute;
	overflow: hidden;
	display: inline;
	top: -9000px;
	left: -9000px;
	width: 0;
	height: 0;
}

#blitzcar{
	position:absolute;
	background-image:url(img/kurierdienstauto.png);
	background-repeat:no-repeat;
	width:150px;
	height:82px;
	margin-left:665px;
	margin-top:-14px;
}


/* ==================================
   3. Styles für Layoutbereiche 
   ================================== */
#seite {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#pageholder {
	background-image: url(img/seitz_page_bg.png);
	background-repeat: repeat-y;
}

#header {
	height: 100px;
}

#logo {
	padding-left: 115px;
	padding-top: 30px;
	
}

/* ==== Navigationsmenü ===== */
#nav {
	background-image: url(img/seitz_nav_bg.png);
	background-repeat: repeat-x;
	margin-left: 80px;
	margin-right: 80px;
	height: 58px;
	
}

	#nav_big li {
		list-style-type: none;
		float: left;
		height: 37px;
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 21px;
		font-weight:bold;
		text-transform:uppercase;
	}
	#nav_big li.activ {
		background-image:url(img/seitz_nav_activ.png);
		background-repeat:repeat-x;
	}
	#nav_big li.activ {
		color:#FFFFFF;
	}
	#nav_big li a {
		display:block;
		color:#b5b4b4;
	}
	#nav_big li a:hover {
		color:#FFFFFF;
	}


	#nav_small {
		background-image:url(img/seitz_nav_small_bg.png);
		background-repeat:no-repeat;
		float: right;
		height:25px;
		width: 265px;
		margin-top:17px;
		padding-right: 10px;
	}
	#nav_small li {
		color:#7d7d7d;
		list-style-type: none;
		padding-top:4px;
		display:block;
		float:right;
	}
	#nav_small a {
		color:#7d7d7d;
		display:block;
		float:right;
	}
	#nav_small a:hover {
		color:#b5b4b4;
	}
	
/* ==== HeaderImage mit Slogan ===== */
#sloganimage {
	margin-top:9px;
	margin-left: 80px;
}

/* ==== Inhaltsbereich ===== */
#content {
	margin-left:80px;
	margin-right:80px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	line-height: 20px;
	text-align: justify;
}

#content h1 {
	padding-bottom: 20px;
	padding-top: 10px;
}
#content h2 {
	padding-bottom: 20px;
	padding-top: 10px;
}
#content .ce_one_col_right h3 {
	margin-top:30px;
	padding-bottom:12px;
}

#content h1 span {
}

#content a:hover, a:focus {
	color:#952828;
	border-bottom: none;
}

.ce_icon {
	padding-right: 15px;
}

.ce_one_center_col {
	width:760px;
	padding-left:10px;
	padding-right:10px;
}
	.gallery_header_box {
		border-bottom: 2px solid #882424;	
		text-align:right;
		padding-bottom:6px;
		color:#882424;
		font-weight:bold;
		margin-top:30px;
	}
	.gallery_header_box h3 {
		background-color:#1b1b1b;
		background-image:url(img/seitz_gallery_header_h3_icon.png);
		background-repeat:no-repeat;
		background-position: 10px 8px;
		width:240px;
		height:22px;
		display:block;
		float:left;
		text-align:left;
		padding-top:3px;
		padding-left: 25px;
		color:#FFFFFF;
	}
	.gallery_content_box {
		height:180px;
		background-image:url(img/seitz_gallery_content_box_bg.png);
		background-repeat:repeat-x;
		padding-top:15px;
	}
	.gal_img_left {
		float:left;
		padding-right:14px;
	}
	.gal__img_right{
		float:right;
	}

.ce_two_col_left {
	width:490px;
	float:left;
	padding-left:10px;
	padding-right:20px;
	border-right-color:#c4c4c4;
	border-right-width: 1px;
	border-right-style:solid;
	min-height: 300px;
}
.ce_two_col_left_one_left {
	float:left;
	width:230px;
	padding-right:15px;
	border-right-color:#c4c4c4;
	border-right-width: 1px;
	border-right-style:solid;
}

.ce_two_col_left_one_mid {
	/*float:left;*/
	margin-left:260px;
	width: 230px;	
}

.ce_one_col_right {
	width:230px;
	float:right;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
}

#burglogo {
	text-align: right;
	padding-right: 25px;
	margin-top: -91px;
}

/* ==== Kontaktformular ==== */
.kontaktform li {
	list-style: none;
}
.kontaktform em {
	color:#952828;	
}
.kontaktform label { 
		width:100%;
		/*font-weight: normal;*/ 
		/*width: 100%; */
		float: left;
		margin-bottom:2px;
}
.kontaktform input { 
	float: left;
	height: 20px;
	border: solid 1px silver; 
	margin-bottom:10px;
	font-style:italic;
}
.kontaktform textarea {
	font-style:italic;
}
.form_button {
	cursor:pointer;
	margin-top: 20px;
	margin-right:20px;
	width: 100px; 
}


/* ==== Fußbereich ==== */
#footer {
	background-image: url(img/seitz_page_footer.png);
	background-repeat: no-repeat;
	height: 110px;
	line-height:44px;
	font-size:smaller;
}
	
	#copyright {
		color:#7d7d7d;
		margin-left:90px;
		
	}
	
	#nav_footer {
		color:#7d7d7d;
		float:right;
		margin-right:90px;
	}
	#nav_footer a{
		color:#7d7d7d;
	}
	#nav_footer a:hover{
		color:#b5b4b4;
	}


/* Seiten Formatierung */
.clearer {
	clear: both;
}


/* ==================================
   4. Sonstige Styles 
   ================================== */
.ce_one_center_col ul {
	/*margin-top:10px;*/
	margin-bottom:20px;
} 
.ce_one_center_col li {
	margin-top:10px;
	list-style-type: square;
	list-style-image: url(img/seitz_list_star.png);
	list-style-position: outside;
	margin-left:22px;
	padding-left:10px;
	
}
/* So finden sie uns / Besuchen Sie uns */
#wegsuche_btn {
	cursor:pointer;
	width:80px;	
	height:22px;
	margin-left:5px;
} 
/* ==================================
   ENDE DES STYLESHEETS 
   ================================== */

