/*
Reset Anfang
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, capxion, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:13px;	
	font-family:Arial;
	font-weight:bold;
	color:black;
	/*letter-spacing:1px;*/		
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
Reset Ende
*/

body {
	background-image:url(../grafik/backgroundBody.jpg);
	background-repeat:repeat-x;
}
/* Korrektur für IE6 */
div#mainconti{
	margin:30px auto 0px auto;
	width:1020px;
	min-height:765px;
	background-image:url(../grafik/background.jpg);
	background-repeat:no-repeat;
	border:solid #8F9092 1px;
	margin-bottom:20px;	
}
/* Korrektur für IE6 */
div#maincontiFullGraphic{
	margin:30px auto 0px auto;
	width:1020px;
	min-height:765px;
	background-image:url(../grafik/backgroundFull.jpg);
	background-repeat:no-repeat;
	border:solid #8F9092 1px;
}
div#maincontiContact{
	margin:30px auto 0px auto;
	width:1020px;
	min-height:765px;
	background-image:url(../grafik/backContact.jpg);
	background-repeat:no-repeat;
	border:solid #8F9092 1px;
}

div#the_panelgallery{
	position:relative;
	top:0px;
	left:0px;
	height:355px;
	width:960px;
	overflow:hidden;
}

/* Korrektur für IE6 */
div#navis{	
	height:202px;
	border-bottom:solid #8F9092 1px;	
}
div#topnavi1{
	width:250px;
	margin-top:33px;
	margin-left:740px;
	text-align:right;
}
div#topnavi2{
	width:850px;
	margin-top:95px;
	margin-left:140px;
	text-align:right;
}
div#content{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	min-height:30px;	
}
div.linkerContent{
	float:left;
	width:460px;	
	min-height:100px;
	line-height:20px;	
}
div.rechterContent{
	width:462px;
	margin-left:496px;	
	min-height:100px;
	line-height:20px;
}

/* folgende 2 nur in contact.php */
div.linkerContentKontakt{
	float:left;
	width:450px;	
	min-height:100px;
	line-height:20px;
}
div.rechterContentKontakt{
	width:462px;
	margin-left:496px;
	margin-top:55px;
	min-height:100px;
	line-height:20px;
}

div.what_we_do_text{
	float:left;	
	width:217px;	
	border-left:solid #8F9092 1px;	
	padding-left:5px;
	padding-top:15px;	
	font-size:12px;
	text-align:left;
	line-height:20px;		
}

/* Korrektur für IE */
div.what_we_do_full_text{
	margin-left:31px;
	margin-top:20px;
	min-height:450px;	
	width:957px;	
	font-size:12px;
	text-align:left;
	line-height:20px;
	margin-bottom:10px;
	overflow:hidden;	
}

iframe#contentMaps{
	width:1020px;
	height:525px;
	border:0;
	overflow:hidden;	
}


