html {
	margin: 0px;
	padding: 0px;
}

body { 
	margin: 0px; 
	paddin: 0px;
} 

img {
	border: none;
}

a a:link a:active a:visited {
	
	color: #431709;
	text-decoration: none;
}

.link
{
	color: #431709;	
}

ul
{
	color: #00a8a7;
	font-weight:bold;
	list-style-image: url('../images/list.gif');
	text-indent: 0px;
}

.page {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	background-image: url("../images/tapete.gif");
	background-repeat: repeat-x repeat-y;
}

.main {
	width: 860px;
	float:left;
	background-color:white;
	padding-top: 15px;
	padding-right:30px;
	padding-left: 30px;
	
}
	
.mainleft {
	width:150px;
	float:left;
	}

.mainright {
	width:150px;
	float:none;
}


.header {
	height: 90px;
	width: 860px;
	background-color: transparent;
	border-top: 1px solid #7fd3d3;
	padding-top: 00px;
}

.logo {
	margin-top:15px;
	margin-left:10px;
	margin-bottom:23px;
	}
.header .left {
	float:left;
	width:165px;
	height: 90px;
	border-bottom: 1px solid #7fd3d3;
	padding-left: 00px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right:20px;
}

.header .right {
	float:left;
	width:665px;
	height: 75px;
	background-color:transparent;
	border-bottom: 1px solid #7fd3d3;
	padding-left: 0px;
	padding-bottom: 15px;
	vertical-align: bottom;
}

.header .right .nav1
{
	float:left;
	padding-top: 50px;
	width: 590px;
	height:75px;
	
}

.header .right .nav1 .node
{
	margin-left: 0px;
	margin-right: 10px;
	float:left;	
	
}
.header .right .nav2
{
	float:none;
	font-size: 6px;
}
.header .right .nav2 .node
{
		
	
	padding:0px;
	margin:0px;
	
}

.content 
{
	float:none;
	margin-top:35px;
	padding-left:10px;
	padding-right:10px;
	width:860px;
	padding-bottom:0px;
	
	height:100px;
}

.content .cleft
{
	float:left;
	width:155px;
	height: 400px;
	margin-right:20px;
	
	padding:0px;
	
	
}

.content .cright
{
	float:left;
	width:665px;
	padding:0px;
	margin:0px;
	
	
	
}

.content .cright .rleft
{
	float:left;
	width:288px;
	margin-right:0px;	
	
}
.content .cright .rright
{
	float:none;	
	width:372px;
	overflow: hidden;
	
	
}

.headline
{
	padding-top:36px;
	height:40px;	
}

.copytext
{
	font-family: arial, sans-serif;
	font-size: 12px;
    line-height:17px;	
    color: #431709;
}

.projekte
{
	padding-top:0px;
	padding-left:10px;	
}
.projekt
{
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #ab9b96;	
	text-decoration: none;
	margin-bottom: 5px;
	
}
.projekt_text
{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #431709;
	text-decoration: none;
	margin-bottom: 8px;

	
}
.projekt:hover
{
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #ab9b96;	
	text-decoration: underline;
	
}

.projekt_selected 
{
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#431709;
	text-decoration: none;
	margin-bottom: 5px;
}


.footer
{
    text-align:right;
}

.footer .house
{
	border-bottom: 1px solid #7fd3d3;
	padding-bottom:10px;
}

.footer .tagline
{
	padding-top: 5px;
	margin-bottom: 3px;	
}

