/* Jannis Gerlinger
Grafik & Webdesign
www.turmspringer.com
Start: 28.05.2010
Letzte Aenderung: 28.09.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: #fff;
	color: #3d3d3d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	height: 100%;
	}
	
a:link {
	color: #eb8230;
	text-decoration: none;
	}

a:visited {
	color: #eb8230;
	text-decoration: none;
	}

a:hover {
	color: #eb8230;
	text-decoration: underline;
	}
	
#footer a:link {
	color: #eb8230;
	text-decoration: none;
	}

#footer a:visited {
	color: #eb8230;
	text-decoration: none;
	}

#footer a:hover {
	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: 0.8em;
	}

h1 {
	color: #d7782e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.3em;
	}
	
h2 {
	color: #002752;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.3em;
	}	
		
/* Navigation
--------------------------------------------------------------------------------------- */
#about a {
 	background: url(../_images/nav_about.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 20px;
  	width: 80px;
	}
	
#strategie a {
 	background: url(../_images/nav_strategie.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 20px;
  	width: 97px;
	}	
 			
#locations a {
 	background: url(../_images/nav_locations.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 20px;
  	width: 103px;
	}		
	
#produkte a {
 	background: url(../_images/nav_produkte.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 20px;
  	width: 97px;
	}
	
#special_services a {
 	background: url(../_images/nav_special_services.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 20px;
  	width: 148px;
	}	
	
#referenzen a {
 	background: url(../_images/nav_referenzen.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 20px;
  	width: 113px;
	}
		
#kontakt a {
 	background: url(../_images/nav_kontakt.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 20px;
  	width: 79px;
	}	
	
#about a:hover, #kontakt a:hover, #locations a:hover, #produkte a:hover, #special_services a:hover, #referenzen a:hover, #strategie a:hover,
#about a.aktiv, #kontakt a.aktiv, #locations a.aktiv, #produkte a.aktiv, #special_services a.aktiv, #referenzen a.aktiv, #strategie a.aktiv {
	background-position: 0 -20px;
	}
	
/* Layoutelemente
--------------------------------------------------------------------------------------- */
#wrapper {
	min-height: 100%;
 	height: auto !important;
 	height: 100%;
 	margin: 0 auto;
 	}

#background {
	height: auto;	
	left: 0;	
	min-height: 100%;
	min-width: 1024px;	
	position: fixed;
	top: 0;
	width: 100%;	
	}

#navbar {
	background: url(../_images/navbar.png) repeat-x;
	height: 83px;
	position: relative;
	width: 100%;
	z-index: 100;
	}
	
#top_contentbox {
	margin: 0 auto;
	width: 960px;	
	}

#logo {
	float: left;
	padding: 30px 0 0 0;
	}

#navigation {
	float: right;
	list-style-type: none;
	margin: -18px 0 0 25px;
	width: 720px;
	}
	
#navigation li {
	float: left;
	}	

#headlinebox {
	margin: 0 auto;
	margin-top: 127px;
	position: relative;	
	width: 960px;
	z-index: 100;	
	}
	
#headlinebox_startseite {
	margin: 0 auto;
	margin-top: 227px;
	padding-left: 350px;
	position: relative;	
	width: 610px;
	z-index: 100;	
	}	
	
#bg_contentbox_top {
	background: url(../_images/bg_contentbox_top.png);
	height: 20px;
	position: relative;	
	z-index: 100;	
	}		
	
#bg_contentbox {
	background: url(../_images/bg_contentbox.png);
	height: 300px;
	overflow: auto;
	padding-bottom: 20px;
	margin-bottom: 110px;	
	position: relative;	
	z-index: 100;	
	}	
	
#bg_contentbox_bottom {
	background: none;
	height: 20px;	
	position: relative;	
	z-index: 100;	
	}
	
#content {
	margin: 0 auto;
	min-height: 300px;	
	width: 960px;
	}
	
#hauptspalte {
	float: left;
	width: 580px;
	}
	
#seitenspalte {
	float: left;
	margin-left: 60px;
	width: 300px;
	}	
	
#box_left {
	background: url(../_images/box_left.png);
	cursor: pointer;
	display: block;
	float: left;
	height: 279px;
	padding: 15px 0 0 20px;
	width: 283px
	}
	
#box_left:hover {
	background: url(../_images/box_left_aktiv.png);
	}	
	
#box_center {
	background: url(../_images/box_center.png);
	cursor: pointer;	
	display: block;
	float: left;	
	height: 279px;
	padding: 15px 0 0 20px;
	width: 283px;
	}
	
#box_center:hover {
	background: url(../_images/box_center_aktiv.png);
	}	
	
#box_right {
	background: url(../_images/box_right.png);
	cursor: pointer;	
	display: block;
	float: left;	
	height: 279px;
	padding: 15px 0 0 20px;
	width: 283px
	}
	
#box_right:hover {
	background: url(../_images/box_right_aktiv.png);
	}		
	
#textbox_left {
	float: left;
	padding: 15px 0 0 20px;
	width: 283px
	}
		
#textbox_center {
	float: left;	
	padding: 15px 0 0 20px;
	width: 283px;
	}
	
#textbox_right {
	float: left;	
	padding: 15px 0 0 20px;
	width: 283px
	}
	
#footer_bg {
	background: url(../_images/bg_footer.png);
	float: left;	
	height: 161px;
	margin-top: -161px;
	position: relative;	
	width: 100%;		
	z-index: 100;	
	}
	
#footer {
	color: #fff;
	margin: 0 auto;
	position: relative;
	width: 960px;	
	}
	
#footer_nav {
	color: #8a8a8a;
	float: left;
	font-size: 12px;
	list-style-type: none;
	margin: 22px 0 67px 0;
	width: 800px;
	}
	
#footer_nav a {
	color: #fff;
	float: left;
	list-style-type: none;
	}	
	
#footer_nav li {
	float: left;
	padding-right: 6px;
	}	
	
#footer_adresse {
	color: #8a8a8a;
	float: right;
	font-size: 11px;
	margin-top: 22px;
	width: 160px;	
	}
	
/* Kontaktformular
--------------------------------------------------------------------------------------- */
#kontaktfelder {
	float: left;
	list-style-type: none;
	}

.formularfeld {
	background: url(../_images/input.png);
	color: #494949;
	height: 31px;
	margin-top: 10px;	
	padding: 0 5px;
	width: 247px;
	}
	
#kontaktnachricht {
	float: left;
	list-style-type: none;
	}	
	
.textfeld {
	background: url(../_images/textarea.png);
	color: #494949;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 144px; 
	margin: 10px 0 0 20px;	
	padding: 5px;
	width: 290px;
	}	

#kontaktnachricht .sendenbtn {
 	background: url(../_images/btn_senden.png) no-repeat 0 0;
	cursor: pointer;
 	display: block;
 	height: 42px;
	float: left;
	margin: 20px 0 0 154px;
  	width: 164px;
	}	
		
#kontaktnachricht .sendenbtn:hover {
  	background-position: 0 -42px;
	}	
	
#newsletter {
	margin-top: 20px;
	}
	
/* Absätze
--------------------------------------------------------------------------------------- */	
p.slidebox {
	height: 20px;
	margin: 15px 0;
	width: 250px;
	}

p.slidebox_link a {
	font-size: 11px !important;
	}

p.slidebox_link a:hover {
	font-size: 11px !important;
	}

p.copyright {
	color: #808080;
	font-size: 11px;	
	}
	
p.designed {
	color: #808080;
	font-size: 11px;
	margin-top: -4px;
	}	
	
p.designed a {
	color: #afafaf !important;
	}
	
p.adresse {
	margin-top: 8px;
	}	
		
/* Sonstige
--------------------------------------------------------------------------------------- */
#galerie {
	float: left;
	list-style-type: none;
	margin: 5px 0 20px 10px;
	}
	
#galerie li {
	list-style-type: none;	
	}

.galerie_small {
	float: left;
	margin: 0 10px 7px 0;	
	}
	
span {
	color: #d7782e;
	float: left;
	padding-left: 6px;
	}
	
#footer strong {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	}
		
textarea { 
	resize: none;
	}	
	
ul.content {
	list-style-position: outside ;
	 line-height: 20px;
	}
		
ul.content li {
	margin-bottom: 6px;
	margin-left: 15px;
	}
	
.linkblock {
	display: inline-block;
	float: left;	
	height: 250px;
	margin-bottom: -250px;
	position: relative;
	width: 250px;
	z-index: 1000;
	}
	
.pakete {
	margin-bottom: 20px;
	}