@charset "utf-8";
/* CSS Document */

/*==================================*/
/* Website anwenkom.de				*/
/* Datum: November 2011				*/
/* Autor: graugans-design			*/
/*==================================*/

/*==============================*/
/* Inhalt:						*/
/* Ia.	allgemeine Format.		*/
/* Ib.	Typographie				*/
/* Ic.	Fotos sytlen			*/
/* II.	wrapper					*/
/* III.	header					*/
/* IV.	teaser					*/
/* Va.	content	prim			*/
/* Vb.	content	sec				*/
/* VI.	footer					*/
/*==============================*/

/*==============================*/
/* Farben:						*/
/*  							*/
/*==============================*/

/*==============================*/
/* Teil Ia. 					*/
/* allg. Format.				*/
/*==============================*/

/* reset */
* {
	margin:0;
	padding:0;
	outline: none;
}

/* kein Springen durch Scrollleiste */
html {
	height:101%;
}

/* clear */
hr {
	clear: both;
	margin: 0;
	padding: 0;
	height: .1px;
	border: none;
	visibility: hidden;	
}

#wrapper {
	height: 100%;
}

/*==============================*/
/* footerstick 					*/
/*==============================*/

/* Alle Bereiche müssen 100% haben */
body {
	height: 100%;	
}

#non_footer {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

/* Danke Seite zu schmal, hier greift Footerstick */
#danke #wrapper_content_prim {
	padding-bottom: 300px;	
}

#danke #wrapper_footer {
	position: relative;	
	margin-top: -300px;
}



/*==============================*/
/* Teil Ib. 					*/
/* Typographie					*/
/*==============================*/

/* globale Typografie */
body {
	font: 12px/20px Arial, Verdana, Helvetica, sans-serif; /* Schriftgröße, Zeilenhöhe, Schriftart */ 
	color: #393939; /* dunkles Grau */
}

/* Fett */
.fett {
	font-weight: bold;	
}

/* kursiv */
.kursiv {
	font-style: italic;	
}

.klein {
	font-size: 80%;	
}

/* unterstrichen */
.unterstrichen {
	text-decoration: underline;	
}

.hellgrau {
	color: #787878; /* Hellgrau */
}

.grau {
	color: #979797; /* Mittelgrau */	
}

/*  Linien oben unten */
.linien {
	padding: 3px 5px;
	border-top: 1px solid #5775a5;	
	border-bottom: 1px solid #5775a5;	
	text-decoration: none;
}

.kein_rand {
	margin-right: 0 !important;	
}

.kein_abstand_unten {
	margin-bottom: 0;	
}

/* Versalien */
.grossbuchstaben {
	text-transform: uppercase;
	letter-spacing: 2px;	
}

/* graue Trennlinie */
.trenner {
	border-top: 1px solid #CCC;	
	margin-bottom: 20px;	
}

h1 {
	font-size: 32px;
	line-height: 40px;	
	margin-bottom: 20px;	
}

/* Wenn h2 zweispaltig */
h2 {
	font-size: 26px;
	line-height: 30px;	
	margin-bottom: 20px;	
}

/* Wenn h2 einspaltig */
h2.einspaltig {
	font-size: 26px;
	line-height: 20px;	
	margin-bottom: 20px;	
}

/* Überschrift im teaser */
#teaser h2 {
	font-size: 26px;
	color: #fff;	
}

#teaser h3 {
	font-weight: normal;
	font-size: 18px;
	color: #fff;	
}

/* Aufzählung im teaser größer */
#teaser li {
	font-size: 14px;
	line-height: 22px;	
}

/* Schrift im teaser */
#teaser {
	color: #fff;	
}

h3 {
	font-size: 24px;
	line-height: 30px;	
	margin-bottom: 20px;
	font-weight: normal;
	color: #0e4297;	
}

/* Hellblaue Überschriften im zweiten Contentbereich */
#content_sec h3 {
	font-size: 20px;
	color: #75a7eb;	
	font-weight: normal;
}

#content_sec h4 {
	font-size: 14px;
	color: #75a7eb;	
	font-weight: normal;
}

h4 {
	font-size: 16px;
	line-height: 20px;	
	font-weight: normal;	
	margin-bottom: 20px;	
	color: #0e4297;
}

h5 {
	font-size: 12px;	
}

#content_prim_spalte_rechts h4 {
	color: #7392c3;	
}

.viererblock h5 {
	font-size: 12px;
	line-height: 20px;	
	font-weight: bold;	
	margin-bottom: 0;	
}

#teaser_main h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;	
}

/* roter Text */
.rot {
	color: #b01601;	
}

p, ul, ol {
	margin-bottom: 20px;	
}

li {
	margin-left: 20px;	
}

.gruene_haekchen li {
	list-style: none;
	background: url(../img/site/gruenes-haekchen-header.png) no-repeat left 4px;	
	margin-left: 0;
	padding-left: 30px;
}

/* Listenhäkchen im Content-Bereich */
#content_prim .gruene_haekchen li,
#content_sec .gruene_haekchen li {
	list-style: none;
	background: url(../img/site/gruenes-haekchen-klein.png) no-repeat left 4px;	
	margin-left: 0;
	padding-left: 25px;
}

/* Links im Fließtext */
#wrapper_content_prim a {
	color: #5775a5;
}

#wrapper_content_prim a:hover,
#wrapper_content_prim a:focus {
	color: #43608f;
}

/* keine Rahmen um Bilderlinks */
a img {
 	border: none;
 	outline: none;	
}

/*==============================*/
/* Teil Ic. 					*/
/* Fotos stylen					*/
/*==============================*/

img.foto {
	border: 1px solid #999;
	padding: 3px;	
}


/*==============================*/
/* Teil III. 					*/
/* header						*/
/*==============================*/

/* ganze View-Port-Breite */
#wrapper_header {
	height: 60px; /* Höhe des header */	
}

#header {
	position: relative; /* für abs. oder rel. positionierte Elemente */
	width: 940px; /* Plus 20px padding */
	margin: 0 auto;	/* zentriert */
	padding: 0 10px; /* Inhalt und dicke blaue Linie oben nur 940px */
}

/*==============================*/
/* Teil IV. 					*/
/* teaser						*/
/*==============================*/

#wrapper_teaser {
	border-top: 10px solid #cfddf0;
	border-bottom: 10px solid #cfddf0;	
	background: #00398e;
	margin-bottom: 60px;
}

#teaser_background {
	background:url(../img/site/heller-schein.jpg) no-repeat left bottom;
	position: relative; /* für abs. oder rel. positionierte Elemente */
	left:-63px;
	width: 960px;
	margin: 0 auto;	/* zentriert */
}

#teaser { 
	width: 940px;
	height: 211px;
	position: relative; /* für abs. oder rel. positionierte Elemente */
	left:63px;
	padding: 50px 10px 20px 10px; /* Inhalt und dicke blaue Linie oben nur 940px */
}

/* ===================================================== */
/* Ab hier Einstellungen für jede Unterseite individuell */
/* ===================================================== */



/*==============================*/
/* Teil Va. 					*/
/* content_prim 				*/
/*==============================*/

#wrapper_content_prim {
}

#content_prim {
	
	/*background: #aC2;*/ /* später löschen */
	position: relative; /* für abs. oder rel. positionierte Elemente */
	width: 940px; /* Plus 20px padding */
	margin: 0 auto;	/* zentriert */
	padding: 30px 10px; /* Inhalt nur 940px */
}

#content_prim_spalte_links {
	/*background: #FCF;*/ /* später löschen */
	
	width: 619px;
	float: left;
	border-right: 1px solid #bbbbbb;
	padding-right: 20px
}

#content_prim_spalte_rechts {
	background: url(../img/site/schatten-sidebar.gif) no-repeat 1px top;
	/*background: #FFCC66;*/
	margin-left: 639px;	/* Border überlagert sich */
	border-left: 1px solid #bbbbbb;
	padding: 0 0 0 20px;
}


/*==============================*/
/* Teil Vb. 					*/
/* content_sec	 				*/
/*==============================*/

#wrapper_content_sec {
	background: #edf3fb;
	border-top: 10px solid #f6f9fd;
}

#content_sec {
	position: relative; /* für abs. oder rel. positionierte Elemente */
	width: 940px; /* Plus 20px padding */
	margin: 0 auto;	/* zentriert */
	padding: 20px 10px; /* Inhalt nur 940px */
	
	/*background: #ddd;*/ /* später löschen */
}

/* Dreispaltig */
.dreispaltig {
	width: 300px;
	float: left;	
	margin-right: 20px;
	
	/*background: #CCC;*/ /* später löschen */
}

/* Zweispaltig */
.zweispaltig {
	width: 460px;
	float: left;	
	margin-right: 20px;
	
	/*background: #CCC;*/ /* später löschen */
}

/*==============================*/
/* Teil VI. 					*/
/* footer		 				*/
/*==============================*/

#wrapper_footer {
	background: #0e3372;
	color: #7c889a;
	border-top: 10px solid #cfddf0; /* weisse Linie */
}

/* Überschriften etwas heller */
#footer h4 {
	color: #798cab; /* graublau */ 		
}

#footer {
	position: relative; /* für abs. oder rel. positionierte Elemente */
	width: 940px; /* Plus 20px padding */
	margin: 0 auto;	/* zentriert */
	padding: 20px 10px; /* Inhalt nur 940px */
	color: #798cab;
}

/* erste Spalte im footer schmaler, wg. d. Anfuehrungszeichen */
#footer .schmaler {
	width: 270px;
	padding-right: 30px;
}

.anfuehrungszeichen {
	background: url(../img/site/anfuehrungszeichen.gif)	 no-repeat top right;
}

/* Adresse */
#adresse {
	text-align: center;	
	padding: 15px 0;
	border-top: 1px solid #375587;
	border-bottom: 1px solid #375587;
}

/* p kein margin in der Adresse */
#adresse p {
	margin-bottom: 0;	
}

