/* 
 *
 * sulikar.de
 * Version: 1.0
 * Autor: A&K www.arzberger-krueger.de
 *
 * usr: ma
 * 
 */

body {
	background: #fff;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
}
a {color: #000;}
a:visited {color:#000;}
a:hover {color: #ccc;}
a:active { color:#000;}



#container {
	width: 823px;
	margin: auto;
	text-align: left;
}

#top {
	height: 30px;
}

#top span {
	float: right;
	padding-top: 15px;
	padding-right: 10px;
	color: #db2726;
	font-size: 10px;
	text-transform: uppercase;
}

#top span a {
	color: #db2726;
	text-decoration: none;
}
#top span a:hover {
	color: #564b47;
	text-decoration: none;
}

#header {
	height: 438px;
	background: #fff url('images/bg_header.gif') no-repeat;
}

#content {
	padding: 20px;
	background: #fff url('images/bg_content.gif') repeat-y;
	clear: both;
}

#content p,h2 {
	padding-left: 80px;
	color: #fff;
	width: 650px;
	line-height: 20px;
}
#content li {
	padding-bottom: 5px;
}

#footer {
	height: 56px;
	background: #fff url('images/bg_footer.gif') left no-repeat;
}

#footer span {
	float: right;
	padding-top: 15px;
	padding-right: 40px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

#footer span a {
	color: #fff;
	text-decoration: none;
}

#header ul {
	position: relative;
	width: 184px;
	list-style-type: none;
	left: 540px;
	top: 230px;
} 

* html #header ul { width: 200px; } 

#header li {
	float: left;
	height: 57px;
	width: 82px;
	margin-left: 10px;
}

#header li a {
	height: 57px;
	width: 82px;
	display:block;
	padding: 0px;
	margin: 0px;
}

a.leistungen {
	background: url('images/bu_leistungen.gif') no-repeat;
}
a.leistungen:hover {
	background: url('images/bu_leistungen_hov.gif') no-repeat;
}
a.referenzen {
	background: url('images/bu_referenzen.gif') no-repeat;
}
a.referenzen:hover {
	background: url('images/bu_referenzen_hov.gif') no-repeat;
}
a.kontakt {
	background: url('images/bu_kontakt.gif') no-repeat;
}
a.kontakt:hover {
	background: url('images/bu_kontakt_hov.gif') no-repeat;
}
a.impressum {
	background: url('images/bu_impressum.gif') no-repeat;
}
a.impressum:hover {
	background: url('images/bu_impressum_hov.gif') no-repeat;
}

.sulikar, .logo, .image, .headline {
	position: absolute;
}

.sulikar {
	top: 60px;
	padding-left: 22px; 
}

* html .sulikar { top: 50px; } 

**:first-child+body .sulikar { top: 15px; }

.logo {
	top: 100px;
	padding-left: 557px;
}

.image {
	top: 152px;
	padding-left: 65px;
}

* html .image { top: 110px; }

**:first-child+body .image { top: 140px; } 

.headline {
	top: 105px;
	padding-left: 120px;
	color: red;
	font-size: 18px;
}
.ul_content {
	color: #fff;
	padding-left: 90px;
	list-style-type: square;
}

* html ul.ul_content li {
	font-size: #fff;
}

* html ul li {
	color: #ffffff;
	font-size: 12px;
	list-style-type: disc;
	
}

h2 {
	font-size: 12px;
	padding-bottom: 15px;
	padding-top: 15px;		
}
h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}
hr {
	width: 620px;
	color: #fff;
	height: 1px;
	border-bottom: 2px dotted #fff;
}
.tbl_referenz {
	padding-left: 80px;
	color: #fff;
}


* html hr { margin-left: 80px; } 	

.img_ref {
	border: 1px solid #fff;
}

label {
	color: #fff;
}

.leftlabel {
	padding-left: 80px;
}

#content input, #content textarea {
	margin-left: 80px;
	color: #333;
	background-color: #ccc;
	border: 1px solid #fff;	
}
#tbl_form tr {
	line-height: 25px;
}
#submit {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.input_big {
	width: 325px;
}
.input_small {
	width: 150px;
}

