@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
}

a{
	color:#0aa7d2;
}

a.button{
	line-height:30px;
	font-size:13px;
	background:url(../images/back-bg.jpg) no-repeat;
	padding:0;
	margin:0;
	text-indent:30px;
	margin-bottom:10px;
	padding-right:10px;
	color:#fff;
	float:left;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	text-decoration:none;
}

a.button:hover{
	color:#fff;
}


body {
	background:url(../images/body-bg.jpg) repeat-x #fff;
	margin: 0px;
	padding: 0px;
}

.clear{
	clear:both;
}

img{
	border:0px none;
}

:focus{
	outline:none;
}



#site{
	width:900px;
	padding:5px;
	border:1px solid #e8e8e8;
	margin:1.5em auto;
	
	background: #fff;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.header{
	width:900px;
	height:270px;
	background:url(../images/header.jpg) 0px -1px no-repeat #e8e8e8;
	margin-bottom:15px;
	position:relative;
}

.headerinfo{
	position:relative;
	top:226px;
	left:20px;
	color:#666;
}


.lang{
	position:absolute;
	right:2px;
	top:5px;
}

.lang a{
	color:#fff;
	background:#0893b9;
	padding:5px;
	text-decoration:none;
	font-weight:bold;
}


.menu{
	background: #0aa7d2;
	width:900px;
	float:left;
	border-top:5px solid #0893b9;
}

.menu ul, .menu li{
	margin:0px;
	padding: 0px;
	display:inline;
	list-style-type:none;
}

.menu li a {
	display:block;
	float:left;
	font-weight:bolder;
	line-height:40px;
	text-decoration:none;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	background: #0aa7d2;
	
}

.menu li a:hover, .menu li a.active{
	color:#0aa7d2;
	background: #fff;
}



#main{
	padding-top:15px;
	padding-bottom:15px;
}



.left{
	width:165px;
	float:left;
}

.left h2{
	font-size:14px;
}


h2{
	line-height:30px;
	font-size:18px;
	background:url(../images/h-bg.jpg) no-repeat;
	padding:0;
	margin:0;
	text-indent:30px;
	margin-bottom:10px;
	color:#fff;
	font-weight:normal;

}

h3{
	margin:0;
	padding:0;
	color:#0aa7d2;
}

.left ul{

	float:left;
	
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/
}

.left ul, .left li{
	width:165px;
	margin:0px;
	padding: 0px;
	list-style-type:none;
}

.left li{
	border-top:3px solid #0893b9;
}

.left li:first-child{
	border:none;
}


.left li a {
	padding:7px 7px 7px 10px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background:#0aa7d2;
	
}

.left li a:hover, .left li a.active{
	color:#0aa7d2;
	background:#fff;
}

.left li a.active{
	text-align:right;
}


.right{
	float:left;
	width:720px;
	margin-left:15px;
}


.right .fulltext{
	padding:30px;
	padding-top:10px;
}


.right p{
	line-height:1.5em;
}





.right .info{
	width:340px;
	margin-right:10px;
	float:left;
}


.info .projektpic{
	width:320px;
	padding:10px;
	background:#ccc;
	float:left;
}

.info table{
	margin-top:1em;
}

.info td{
	margin-bottom:1px;
	padding:5px;
	float:left;
}

.info td.a{
	text-align:right;
	color:#666;
	background:#f7f7f7;
	width:110px;
}

.info td.b{
	text-align:left;
	color:#222;
	background:#e8e8e8;
	width:210px;
}

.infotext{
	float:right;
	width:350px;
	margin-right:10px;
}

/* galéria */

.gallery a{
	padding:5px;
	margin:5px;
	background:#e2e3e4;
	float:left;
}

.gallery a:hover{
	background:#0aa7d2;
}


.gallery-button{
	margin-top:2em;
}


.gallery-button a{
	color:#fff;
	line-height:30px;
	font-size:13px;
	background:url(../images/next-bg.jpg) no-repeat;
	padding:0;
	margin:0;
	text-indent:30px;
	margin-bottom:10px;
	padding-right:10px;
	float:right;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	text-decoration:none;
}

.gallery-button a:hover{
	color:#fff;
}





#footer{
	width:880px;
	background: #e8e8e8;
	text-align:center;
	padding:10px;
	color:#999;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer p{
	margin:0px;
	padding:0px;
	line-height:1.5em;
}

