/* Basisvorlage CSS
Jannis Gerlinger
http://www.maurermeister-willging.de/
Start: 13.05.2012
Letzte Aenderung: 14.05.2012
*/

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

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

/* Reset
--------------------------------------------------------------------------------------- */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Globals und Typo 
--------------------------------------------------------------------------------------- */

html {
	background: url(../_images/bg_repeat.jpg) #e7e7e7;
	color: #343434;
	font-family: 'Asap', sans-serif;
	font-size: 75%;
	}

html>body {
	font-size: 13px;
	}

body {
	font-size: 13px;
	}

a:link {
	color: #0304d5;
	text-decoration: none;
	}

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

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.5em 'Asap', sans-serif;
	margin-top: 10px;	
	margin-bottom: 10px;
	}

h1 {
	float: left;
	font: bold 36px 'Asap', sans-serif;
	margin-top: 33px;
	text-align: center;
	width: 960px;
	}

h2 {
	float: left;
	font: bold 18px 'Asap', sans-serif;
	margin-top: 14px;
	margin-bottom: 0.9em;
	text-align: center;
	width: 960px;
	}

h3 {
	font: bold 22px 'Asap', sans-serif;
	margin-top: 5px;
	}

h4 {
	color: #daa73a;
	font: bold 22px 'Asap', sans-serif;
	}

h5 {
	color: #daa73a;
	font: bold 18px 'Asap', sans-serif;
	}

/* --------------------------------------------------------------------------------------- 
Layoutelemente
--------------------------------------------------------------------------------------- */
#start {
	background: url(../_images/bg_topbar.png);
	height: 31px;
	}	

#wrapper {
	margin: 0 auto;	
	padding: 0 10px;
	width: 940px;
	}	
	
#logo {
	margin: 0 auto;
	padding-top: 31px;
	width: 335px;
	}

#navigation {
	float: left;
	font-size: 18px;
 	font-weight: bold;
	list-style-type: none;
	margin: 37px auto 36px 200px;
	}
		
#navigation li {
	float: left;
	margin: 0 20px;	
	}

#navigation a {
	color: #1e1e1e;
	text-decoration: none;	
	-webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
	}	

#navigation a:hover, #navigation a.active {
	color: #0304d5;
	-webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
	}		

.trenner {
	background: url(../_images/trenner.png) 20px 0 no-repeat;
	float: left;
	height: 2px;	
	width: 960px;
	}

/* --------------------------------------------------------------------------------------- 
Startseite
--------------------------------------------------------------------------------------- */
.start_leftbox {
	float: left;
	height: 310px;	
	margin: 40px 0 20px 0;	
	width: 420px;
	}

.start_rightbox {
	float: right;
	height: 310px;	
	margin: 40px 0 20px 0;
	width: 420px;
	}
	
/* --------------------------------------------------------------------------------------- 
Referenzen
--------------------------------------------------------------------------------------- */		
#referenzen {
	float: left;
	list-style-type: none;
	margin-top: 20px;
	width: 940px;
	}

#referenzen li {
	background: url(../_images/rahmen_referenzen.png);
	height: 168px;
	float: left;
	margin: 0 27px 20px 0;
	padding: 5px 0 0 5px;
	width: 161px;
	}

#referenzen li.last {
	margin: 0;	
	}	
		
/* --------------------------------------------------------------------------------------- 
Leistungen
--------------------------------------------------------------------------------------- */		
#hauptspalte {
	float: left;
	margin-top: 20px;
	width: 530px;
	}
	
.zettel_gross {
	background: #fff;
	margin-bottom: 30px;
	padding: 26px 20px 20px 20px;
	width: 490px;
	}
		
.schatten_gross {	
	background: url(../_images/shadow_big.png);
	height: 7px;
	left: -20px;
	position: relative;
	top: 27px;
	width: 530px;
	}

#seitenspalte {
	float: right;	
	margin-top: 20px;	
	width: 370px;
	}
	
.zettel_klein {
	background: #fff;
	margin-bottom: 30px;
	padding: 26px 20px 20px 20px;
	width: 330px;
	}
		
.schatten_klein {	
	background: url(../_images/shadow_small.png);
	height: 7px;
	left: -20px;
	position: relative;
	top: 27px;
	width: 370px;
	}		
	
ul.leistungen {
	list-style-position: inside;
	line-height: 24px;
	margin: 15px 0 0 2px;
	}
	
/* --------------------------------------------------------------------------------------- 
Über mich
--------------------------------------------------------------------------------------- */		
cite {
	color: #949494;
	float: left;
	font: bold italic 22px 'Asap', sans-serif;	
	line-height: 36px;
	margin-top: 20px;
	}

.fred {
	color: #949494;
	float: left;
	margin: 20px 0 0 100px;
	}
	
/* --------------------------------------------------------------------------------------- 
Kontakt
--------------------------------------------------------------------------------------- */	
#kontakt {
	float: left;
	margin-top: 20px;
	width: 370px;
	}
	
#maps {
	float: right;
	margin-top: 20px;
	width: 530px;
	}	
	
/* --------------------------------------------------------------------------------------- 
Footer
--------------------------------------------------------------------------------------- */
#footer {
	float: left;	
	margin-top: 40px;
	height: 150px;
	}
	
#footer ul {
	color: #777777;
	font-size: 12px;
	height: 20px;
	padding-left: 300px;
	padding-top: 20px;
	width: 721px;
	}
	
#footer ul a {
	color: #777777;	
	-webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
	}	
	
#footer ul a:hover {
	color: #000;
	text-decoration: none;	
	-webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}	
	
#footer ul li.first {	
	list-style-type: none;
	}
	
#footer ul li {
	float: left;
	margin-left: 20px;
	}
	
#footer_logo {
	background: url(../_images/logo_footer.png);
	height: 32px;
	margin: 20px auto;
	width: 239px;
	}
