@import url(content.css);
@import url(navigation2.css);
@import url(buildin_style.css);
body, html {
	position: relative;
	text-align: left;
	margin: 0px;
	width: 100%;
	height: auto;
	font: normal 100.01% Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:150%;
	background: #ffffff;
}

#container{	
	text-align: left;
	width:949px;
	height: auto;
	background:#fff;
	margin:0px auto;
}

.clearfix:after {
    content: "."; 
    display: block; 
    font-size:1px;
    height: 0px; 
    clear: both; 
    visibility: hidden; 
}
.clearfix {display: inline-table;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

#logos{
	width:949px;
	height: 105px;
	float:left;
}

#left{
	float:left;
	width:213px;
	height:100%;
	background-color:#FFFFFF;
}

#menu{
	float:left;
	width:213px;
	height:100%;
	background-color:#FFFFFF;
	border-top:3px solid #606060;
	border-bottom:2px solid #606060;
	margin-right:11px;
}

#content_workshop{
	float:right;
	height:100%;
	width:460px; 
	line-height:150%;
	background:#e2eaf6;
	padding: 40px 20px 20px 20px; 
}

#content{
	float:right;
	height:auto;
	width:725px; 
	line-height:150%;
	background:#e2eaf6;
}

#searchbox{
	margin:94px 0px 0px 0px;
	/*right:220px;*/	
}
* html #searchbox{
	margin:-2px 0px 0px 0px;
}
* +html #searchbox{
	margin:113px 0px 0px 0px;
}
#searchbox input { 
        /*font: 12px Arial, bold, #666666, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; */
	font-size: 11px;
	font-weight:normal;
	color: #8c8e8e;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0.0em;
	border: 1px solid #8c8e8e;
	padding: 1px 2px 3px 5px; 
	width: 98px;
	background:#FFFFFF url(http://www.ipartee.com/img/icons/search.gif) no-repeat scroll right bottom;
}
* html #searchbox input { /*IE6 only*/
	padding: -1px 2px 3px 5px; 
}
*+html .menu_active { /*IE7 only*/
	padding: -1px 2px 3px 5px; 
}
#searchbox input:hover, #searchbox input:focus { 
    border: 1px solid #8c8e8e; 
    margin-bottom: 0px; 
}

#extraMenu{
	position:absolute;
	margin-left:458px; 
	text-align:right; 
	font-size:14px; 
	color:#ffffff;
	margin-top:-145px;
}
#extraMenu a, #extraMenu a:hover, #extraMenu a:visited{
	color:#ffffff;
}
*html #extraMenu{
	margin-top:-148px;
}

#titelbild{
	height:150px;
	width:725px;
	margin:0px;
	padding:0px;
}

#contentFile{
	width:611px;
	height:100%;
	margin:0px;
	padding:53px 50px 100px 64px;
}


#adresse{
	height:auto;
	margin:0px auto;
	width:660px;
	color:#666666;
	font-size:12px;
	padding-top:20px;
	margin-bottom:20px;
	text-align:left;
	padding-left:62px;
}
#adresse a, #adresse a:hover, #adresse a:visited{
	color:#666666;
}


#adresse_workshop{
	height:auto;
	margin:0px auto;
	width:460px;
	color:#666666;
	font-size:10px;
	text-align:left;
}
#adresse_workshop a, #adresse_workshop a:hover, #adresse_workshop a:visited{
	color:#666666;
}

#footer{
	height:34px;
	margin:0px auto;
	width:725px;
	color:#666666;
	font-size:11px;
	padding-top:0px;
	background:#FFFFFF;
}
.footer a, .footer a:hover {
	color:#666666;
}
