/* ################ Allgemein ################  */

* {
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	outline:0;
	-moz-outline-style:none;
	outline:none;
}


body, html 
{
	width: 100%;
	background-color: #fff;
	color: #333;
	line-height: 14px;
}

.clear {clear:both; height: 0px; width: 0px;}


/* ################ Container ################  */

#con_outerwrapper 
{
	width:100%;
    height:100%;
	background-color:#FFFFFF;
	margin-top:50px;
}

#con_header
{
	width:100%;	
	margin: 50px 0 0 60px;
	min-width: 950px;
	width: auto !important;
	width: 850px;
	position: relative;
	overflow: show;
}

#con_menue 
{
	margin: 0;
	padding: 0;
	border-spacing: 0;
	line-height: 14px;
	width: 600px;
}

li.parentmenu{
	border-top: 1px solid black;
	display: block;
	font-weight: bold;
	width: 130px;
	margin-top: 12px;
	line-height: 30px;
}



#con_logo {
	position:absolute;
	left:1100px;
	top:0;
	width:250px;
	height:100%;
}

#logo{
	position: absolute;
	width: 200px;
}

#logo img{
	float: left;
	margin-top: -50px;
}

#logocopy{
	margin-top: 146px;
}

#logocopy.dark, #logocopy.dark a{
	color: #000000;
}

#logo2{
	position: absolute;
	bottom: 0px;
	left: 0;
	width:125px;
	text-align: left;
}

#con_content
{
	margin: 20px 230px 0 0;
	position: relative;
	
}
#con_menue ul {list-style:none;}
#con_menue ul li {
	padding: 0px 3px 0px 0px;
	/*font: A11px;*/
}

#con_right 
{
}

#con_content img 
{
 
} 

/* ################ Menue ################  */

#navi01,#navi02,#navi03,#navi04 {
	width: 120px;
	vertical-align: bottom;
}
#navi01 {
}

/* ################ Gallery ################  */
.galleryNavigation {
	position: absolute;
	width: 130px;
	left: 670px;
	top: -35px;
}
.galleryNavigation .arrows {
	float: left;
}
.galleryNavigation .projektcounter {
	float: right;
}

img.thumbElement{
	float: left;
	margin: 0px 10px 10px 0px !important;
}
