/* 
Theme Name: Flaig Finanz
Description: Template für Flaig Finanz
Author: Jannis Gerlinger
Author URI: http://www.Jannis-Gerlinger.de
Start: 27.05.2010
Letzte Aenderung: 23.08.2010
*/

/* Farbschema
--------------------------------------------------------------------------------------- */

/*
Farbton (Farbton): #xxxxxx
Farbton (Farbton): #xxxxxx
Farbton (Farbton): #xxxxxx
Farbton (Farbton): #xxxxxx
Farbton (Farbton): #xxxxxx
*/

/* Reset
--------------------------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Globals und Typo 
--------------------------------------------------------------------------------------- */
html, body {
	background: url(_images/background_verlauf.png) repeat-x #fff;
	color: #3d3d3d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
	
a:link {
	color: #002752;
	text-decoration: underline;
	}

a:visited {
	color: #002752;
	text-decoration: underline;
	}

a:hover {
	color: #4e78a7;
	text-decoration: underline;
	}

/* Macht die gepunktete Linie um geklickte Links unsichtbar
--------------------------------------------------------------------------------------- */
a:focus {
    outline: none;
	}

/* Vertikaler Rhythmus basierend auf 12px BasisgrÃ¶ÃŸe fÃ¼r den FlieÃŸtext
--------------------------------------------------------------------------------------- */
p {
	font: 1em/1.6em Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 1em;
	}

h1 {
	color: #002752;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0.3em;
	}
	
h2 {
	color: #002752;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.3em;
	}	
	
h3 {
	color: #002752;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.3em;
	}		
	
h4 {
	color: #002752;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;	
	}	
	
/* Login Button
--------------------------------------------------------------------------------------- */
#login a {
 	background: url(_images/btn_vertriebspartner.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: right;
 	height: 46px;
	margin-right: 56px;
  	width: 223px;
	}

#login a:hover {
	background-position: 0 -46px;
	}

#login a.aktiv {
  	background-position: 0 -46px;
	}
	
/* Navigation
--------------------------------------------------------------------------------------- */
.startseite a {
 	background: url(_images/nav_startseite.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: right;
 	height: 60px;
  	width: 120px;
	}
	
.produkte a {
 	background: url(_images/nav_produkte.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: right;
 	height: 60px;
  	width: 114px;
	}	
	
.ueber_uns a {
 	background: url(_images/nav_ueber_uns.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: right;
 	height: 60px;
  	width: 108px;
	}
	
.kontakt a {
 	background: url(_images/nav_kontakt.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: right;
 	height: 60px;
  	width: 105px;
	}	
	
.anfahrt a {
 	background: url(_images/nav_anfahrt.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: right;
 	height: 60px;
  	width: 105px;
	}
 	
.startseite a:hover, .produkte a:hover, .ueber_uns a:hover, .kontakt a:hover, .anfahrt a:hover, #aktiv a {
	background-position: 0 -60px;
	}
	
/* Layoutelemente
--------------------------------------------------------------------------------------- */
#topbar {
	background: url(_images/verlauf_topbar.png) repeat-x;
	height: 158px;
	width: 100%;
	}

#topbar_content {
	margin: 0 auto;
	width: 960px;
	}

#logo {
	float: left;
	padding: 40px 0 0 38px;
	width: 290px;
	}
	
#navbar {
	background: url(_images/navbar.png) bottom repeat-x;
	height: 60px;
	width: 100%;
	}
	
#navigation {
	list-style-type: none;
	margin: 0 auto;
	padding-left: 35px;
	width: 925px;
	}

#navigation li {
	float: left;
	}
	
#wrapper {
	background: url(_images/bg_content.png);
	margin: 0 auto;
	overflow: auto;
	margin-bottom: 20px;
	width: 960px;
	}
	
#navbar_schatten {
	background: url(_images/navbar_schatten.png) no-repeat;
	height: 28px;
	margin: 0 auto;
	margin-bottom: -28px;
	overflow: auto;
	position: relative;
	width: 960px;
	z-index: 1000;
	}	
	
#teaserbox_links {
	float: left;
	padding-left: 10px;
	width: 579px;
	}

#teaserbox_rechts {
	background: url(_images/bg_teaserbox_rechts.jpg) no-repeat;
	color: #fff;
	float: right;
	height: 211px;
	padding: 65px 0 0 10px;
	width: 360px;
	}
	
#teaserbox_schatten {
	background: url(_images/teaserbox_schatten.png) no-repeat;
	float: left;
	height: 18px;
	margin: 0 auto;
	width: 960px;
	}
	
#hauptspalte {
	float: left;
	margin-left: 40px;
	width: 530px;
	}

#seitenspalte {
	float: left;
	margin-left: 50px;
	width: 320px;
	}

#suchbox {
	background: url(_images/bg_suchbox.png);
	height: 77px;
	width: 300px;
	}

#bg_content_ende {
	background: url(_images/bg_content_ende.png);
	float: left;
	height: 50px;
	width: 960px;
	}
	
#footerbox {
	height: 60px;
	margin: 0 auto;
	margin-top: -20px;
	padding-left: 15px;
	width: 945px;
	}
	
#footer_nav {
	font-size: 11px;
	list-style-type: none;
	margin-left: 620px;
	width: 320px;
	}
	
#footer_nav a {
	color: #9a9a9a;
	float: right;
	list-style-type: none;
	text-decoration: none;
	}
	
#footer_nav a:hover {
	color: #4c4d4e;
	float: right;
	list-style-type: none;
	text-decoration: none;
	}	

#footer_nav li {
	float: left;
	padding-right: 10px;
	}	
	
/* Suche
--------------------------------------------------------------------------------------- */	
#suche_input {
	background: url(_images/suche_input.png);
	float: left;
	height: 27px;
	margin-left: 10px;	
	padding-left: 10px;
	width: 205px;
	} 

#lupe {
	float: left;
	margin: -8px 0 0 20px;
	}

.sucheingabe {
	color: #9a9a9a;
	font-size: 11px;
	}
		
/* Listen
--------------------------------------------------------------------------------------- */	
ul.teaserbox_rechts li {	
	font-weight: bold;
	list-style-image: url(_images/square.png);
	list-style-position: inside;
	margin: 14px 0 16px 10px;
	}
	
#wrapper ul {
	list-style-position: inside;
	line-height: 180%;
	margin: 10px 0 10px 0;
	}
	
#seitenspalte ul {
	list-style-type: none;	
	}
	
/* Absätze
--------------------------------------------------------------------------------------- */	
p.copyright {
	color: #4c4d4e;
	float: left;
	height: 20px;
	font-size: 11px;
	}
		
p.powered {
	color: #9a9a9a;
	float: left;	
	font-size: 11px;
	margin-top: -8px;
	width: 900px;
	}	
	
p.powered a {
	color: #9a9a9a;
	text-decoration: none;
	}
	
p.powered a:hover {
	color: #4c4d4e;
	text-decoration: none;
	}	
	
/* Kontakformular
--------------------------------------------------------------------------------------- */	
form dl, dl.labels {
	font-size: 100%;	
	margin: 0em;
	margin-top: 0.5em;
	margin-bottom: -46px;
	overflow: hidden;
	}
	
form dt, dl.labels dt {
	color: #000;
	margin: 0 0 2px 3px;
	position: relative; /*IEWin hack*/
	width: 6em;	
	}

form dd, dl.labels dd {
	margin-left: 0;
	margin-bottom: 0.8em;
	font-size: 100%;
	font-style: normal;
	text-align: left;
	}

form dl small {
	color: #6d6d6d;
	}

.error_msg {
	color: #c2211d;	
	font-weight: 700;
	margin-bottom: -20px;
	}

.pxs_css_spamcheck {
	display: none !important;
	}	

#your_name, #email, #blog, #your_subject {
	background: #FFF;
	border: 3px solid #dbdada;
	color: #000;
	height: 34px;
	margin: 0 10px 4px 0;
	padding: 2px 0 0 5px;
	width: 350px;
	}
	
#msg {
	background: #fff;
	border: 3px solid #dbdada;
	color: #000;
	font-size: 12px;
	height: 172px;
	padding: 12px 0 0 5px;
	width: 493px;
	}	
	
label.msg {
	margin-left: 445px;
	position: relative;
	top: -30px;
	}
	
.msg_senden {
	background: url(_images/btn_senden.png);
	cursor: pointer;
	height: 38px;	
	margin-top: 20px;
	width: 150px;
	}
	
textarea { resize: none;
	}
	
.msg_senden:hover {
	background-position: -150px;
	}			
	
/* Passwortfeld Vertriebspartner
--------------------------------------------------------------------------------------- */	
#pwbox-11 {
	background: #FFF;
	border: 3px solid #dbdada;
	color: #000;
	height: 34px;
	margin: 0 10px 4px 0;
	padding: 2px 0 0 5px;
	width: 350px;	
	}
	
.login_btn {
	background: url(_images/btn_login.png);
	cursor: pointer;
	height: 38px;	
	margin-top: 20px;
	text-indent: -9999em;
	width: 150px;
	}	
	
.login_btn:hover {
	background-position: -150px;
	}	

/* sonstiges
--------------------------------------------------------------------------------------- */		
hr {
	background: #d6d6d6;
	margin-bottom: 2em;
	padding: 0;
	height: 1px;
	}
	
hr.seitenleiste {
	background: #d6d6d6;
	margin: 40px 0 34px 0;
	padding: 0;
	height: 1px;
	}	
	
.suchabstand {
	margin: 30px 0;
	}
