/* CSS by Thomas Karolzyk / thomas@karolzyk.com */

/*******************************************************/
/* GENERAL */
/*******************************************************/

body {
	background-color: #fff;
	margin: 0;
	color:#444444;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 1em 0;
}

/*******************************************************/
/* LINKS */
/*******************************************************/

a {
	color: #005292;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a img, img a { 
	border:0 
}


/*******************************************************/
/* LAYOUT */
/*******************************************************/

#main { 
	position: relative;
	width: 820px;
	margin: 0 auto;
} 

#logo { 
	position: absolute;
	top: 50px;
	left: 0px;
	z-index:10;
} 

#header { 
	height: 344px;
	position: relative;
/*	background-image: url(img/header.jpg);*/
} 

#container-references {
	margin: 42px 0;
}

.reference {
	float:left;
	width: 190px;
	height:172px;
	margin: 0 20px 20px 0;
}

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


.ausbildung {
	float:left;
	width: 400px;
	height:172px;
	margin: 0 0 20px 0;
}


#footer { 
	position: relative;
	margin: 115px 0 50px 0;
} 

#kontakt-big {
	width: 285px;
	height:319px;
	position: absolute;
	top: 760px;
	left:50px;
	display: none;
}

/*******************************************************/
/* FORMS */
/*******************************************************/

input,textarea, select {
	font-size: 10px;
}



/*******************************************************/
/* HEADER */
/*******************************************************/

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-size: 100%;
}

h1{
	font-size:18px;
	font-weight:normal;
	color:#000;
	padding: 0 0;
	margin: 27px 0 25px 0;
}


h2 {
	font-weight:bold;
	color:#000;
}



/*******************************************************/
/* NAVIGATION */
/*******************************************************/






/*******************************************************/
/* HELPER */
/*******************************************************/

.clear {
	clear: both;
}

.out {
	position: absolute;
	top: -999px;
	left: -999px;
}


/*******************************************************/
/* STUFF */
/*******************************************************/

