﻿/* =============================================================================
Stylesheet blitz-world.de
Dateiname: basestyle.css 
Datum: 11.06.2010
Autor: Claudio Brand, webexperte.com
Aufbau:	1. Kalibrierung
		2. Allgemein
		3. Layoutbereiche
		4. Sonstiges
============================================================================= */

/* ==========================================================
	1. Kalibrierung
	====================================================== */

* { padding: 0; margin: 0; }
html { height: 100%; margin-bottom: 1px; }
* html iframe { overflow: auto; }

h1, h4, h5, h6 { margin-bottom: 1em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
li ul { margin: 0 1.5em; }
ol { padding: 5px 20px; }
p { line-height: 1.2em; }

/* ==========================================================
	2. Allgemein
	====================================================== */

body {
    background-color: #e4e4e4;
    color: #444;
	font-size: 75%;
    font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1 { font-size: 150%; }
h2 { font-size: 116.67%; margin-bottom: 5px; }
h3 { font-size: 100%; }
h4 { font-size: 133.33%; }
h5 { font-size: 116.67%; }
h6 { font-size: 100%; }

h1, h4, h5 { font-weight: normal; }
h2, h3 , h6 { font-weight: bold; }
h2 { color: #c00; text-align: left;}
h3.kaa { color: #c00; }

h2 a { color: #c00;}
h2 a:link { color: #c00;}
h2 a:visited { color: #c00;}
h2 a:focus { color: #1a1a1a;}
h2 a:hover { color: #1a1a1a;}

a { color: #000080; background: transparent; text-decoration: none; }
a:visited  { color: #000080; }
a:focus, a:hover, a:active { color:#c00; text-decoration: underline; }

option { padding-left: 0.4em; }
select { padding: 1px; }
img { border: 0; }
a>img { border: 0; }
    
ul {list-style-type: disc;}
ol {list-style-type: decimal;}
    
em,i { font-style: italic; }
strong,b { font-weight: bold; }

/* ==========================================================
	3. Layoutbereiche
	====================================================== */

#wrapper { 
	position: absolute;
	top: 0; 
	left: 0; 
	background: #fff; 
	margin: 10px 0 10px 10px; 
	width: 970px; 
	border: 1px; 
	border-color: #c6c6c6; 
	border-style: solid;
	color: #1a1a1a;
}
#header {
	height: 130px;
	width: 970px;
}
#navigation {
	height: 65px;
	width: 970px;
	margin-bottom: 5px;
}
#content {
	height: 100%;
	width: 970px;
	background: white url('../pix/generic/back2sp.gif') repeat-y left top;
}
#foot {
	height: 60px;
	width: 970px;
}
#logo { 
	width: 220px; 
	height: 105px;
	padding: 20px 0 0 10px;
}
#headline { 
    position: absolute;
    top: 5px;
    right: 10px;
	height: 25px;
	width: 735px;
	font-weight: bold; 
	font-size: 100%;
	text-align: right; 
	line-height: 25px; 
}
#banner { 
    position: absolute;
	top: 30px; 
	right: 10px; 
	padding: 15px 0 15px 0;
	height: 60px;
	width: 735px;
	text-align: right;
}
#superbanner { 
    position: absolute;
	top: 30px; 
	right: 10px; 
	padding: 0;
	height: 90px;
	width: 735px;
	text-align: right;
}
#navitoph { 
	position: absolute; 
	top: 130px; 
	left: 10px; 
	width: 950px;
	height: 31px; 
	margin: 0 auto; 
	background: transparent url('../pix/generic/rot1-1x31.gif') repeat-x; 
	border: 1px #1a1a1a solid; 
}
#navitopu {	
	position: absolute; 
	top: 163px; 
	left: 10px; 
	width: 950px;
	height: 28px;
	background-color: #f0f0f0;
	margin: 0 auto;
	border-right: 1px #c6c6c6 dotted;
	border-bottom: 1px #c6c6c6 dotted;
	border-left: 1px #c6c6c6 dotted;
}
#mainline { 
	height: 40px;
	width: 930px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 115%;
	vertical-align: top;
}
#mainlineka { 
	height: 75px;
	width: 930px;
	margin: 0 auto;
	padding: 0 20px;
	vertical-align: top;
}
#content_start { 
	margin: 0 auto;
	width: 930px;
	padding: 0 20px 0 20px; 
}
#content_2spL { 
	width: 704px;
	padding: 8px 15px 8px 15px;
	float: left;
	clear: left;
	text-align: justify;
}
#content_2spR { 
	width: 202px;
	padding: 8px 15px;
	float: right; 
	clear: right;
}
#content_3sp {
	height: 100%;
	width: 970px;
}
#content_3spL { 
	margin: 0 5px 0 0;
	width: 300px;
	padding: 0;
	float: left; 
	clear: left;
}
#content_3spM { 
	margin: 0 auto;
	width: 300px;
	padding: 0; 
	clear: none;
}
#content_3spR { 
	margin: 0 auto;
	width: 300px;
	padding: 0; 
	float: right; 
	clear: right;
}
#navibottom { 
	width: 920px;
	height: 22px; 
	margin: 5px auto; 
	padding: 6px 10px 0 10px;
	font-size: x-small;
	text-align: center;
	vertical-align: middle;
	border-top: 1px #c6c6c6 dotted; 
	border-bottom: 1px #c6c6c6 dotted; 
}
#bottom { 
	width: 920px;
	height: 22px; 
	margin: 0 auto; 
	padding: 0 10px;
	font-size: x-small;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
}
#ie_clearing { display: none; }
#skyscraper img { border: 0; }
#skyscraper { position: absolute; top: 10px; left: 990px; border: 1px #c6c6c6 solid; height: 600px }

/* ==========================================================
	4. Sonstiges
	====================================================== */
.clearfix:after {
    content: ".";
    display: block;
    font-size:0;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: block;
}
.pixtitle1 { 
	border: 1px #1a1a1a solid; 
}
.center { 
	display:block; text-align: center; margin: 0.5em auto;
}
.c00 {color: #c00;}
.em { font-style: italic; color: #800000; }

.page_werbpop { text-align: center; margin: 10px auto; width: 782px; background: #fff; }
.page_genpop { text-align: left; margin-top: 10px; margin-left: 10px; width: 650px; background: #fff; }
#mainline h1 { font-size: 133.33%; margin-bottom: 0; }
#content_start h2 { margin-bottom: 10px; }
#content_2spR li { margin-top: 5px; }
#colpop_content { padding: 15px 20px 10px 20px; border: 1px #c6c6c6 solid; color: #1a1a1a; background-color: #fff;}
#colpop_contentsm { padding: 15px 4px 10px 4px; border: 1px #c6c6c6 solid; color: #1a1a1a; background-color: #fff;}
