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

	body{
	margin:0;
	padding:0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	background-image:url(../img/beton.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/beton.png',sizingMethod='scale');
	background-color:#333;
	}
	
	sup{
		font-size:50%;
	}
	
	p{
		line-height: 1.5em;
		margin:0;
		padding-bottom:0.75em;
	}

	
	
	#seite{
		position:absolute;
		left:50%;
		width:600px;
		margin-left:-300px;
		margin-top:100px;
	}
	
	#topleiste_bg{
	position:absolute;
	width:100%;
	margin-top:0px;
	height:50px;
	background-color:#000;
	}

	
	#topleiste{
	position:absolute;
	margin-top:15px;
	margin-left:-300px;
	left:50%;
	width:600px;
	height:50px;
	}
	#topleiste ul, #menu ul{
		list-style:none;
		padding:0;
		margin:0;
	}
	#topleiste ul li, #menu ul li{
		float:left;
	}
	#topleiste ul li a{
	font-size:10px;
	color:#666;
	text-decoration:none;
	display:block;
	padding:0 5px;
	border-right:1px solid #666;
	}
	#topleiste ul li a:hover{
	color:#999;
	}
	#topleiste .left{
		float:left;
	}
	#topleiste ul#right{
	float:right;
	padding-top: 6px;
	
	}
	

	
	#menu ul li a{
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size:13px;
		text-decoration:none;
		padding:10px;
		background-color:#FFF;
		color:#999;
		display:block;
		margin:1px;
		margin-left:0;
		width: 79px;
		height: 30px;
		
	}
	#menu ul li ul{
		position:absolute;
		display:none;
	}
	#menu ul li a:hover{
		color:#fff!important;
	  	background-color:#f33;
	
	}
	#menu ul li:hover ul{
		display:block;
	}
	
	
	
	#content{
	float:left;
	width:480px;
	clear:left;
	background-color:#FFF;
	padding:60px;
	font-size:15px;
	margin-bottom:120px;
	color:#666;
	}
	#content h1{
	margin:0;
	padding-bottom:0.5em;
	font-size:27px;
	color: #F33;
	font-weight:normal;
	line-height:1.3em;
		
	}
	#content h2{
		margin:0;
		padding-bottom:0.75em;
		color:#333;
		font-size:18px;
		font-weight:normal;
		line-height:1.3em;
	}
	
	#content h3{
		margin:0;
		margin-top: 10px;
		padding-bottom: 5px;
		color:#f33;
		font-size:12px;
		letter-spacing: 2px;
		text-transform:uppercase;
		font-weight:normal;
		border-bottom: 1px solid #ccc;
	}
	
	#content h4{
		margin:0;
		padding-top: 10px;
		color:#333;
		font-size:15px;
		line-height:1.3em;
		font-weight:normal;
	}
	
	#content a{
	color:#F33;

	}
	#content a:hover{
	background-color:#F33;
	color:#fff;
	text-decoration:none;
	}
	
	#content .submenue {
		margin-top:-65px;
		float:left;
		padding:0px;
		
	}
	#content .submenue a{
		padding:0px 10px 0px 1px;
		font-size: 12px;
	}
	#logo{
		float:left;
		width:150px;
		height:25px;
		clear:both;
		margin-top:2px;
	}
	
	#logo img{
		border:0;
	}
	
	
	#content table{
		width:480px;
		border-top:1px solid #DDD;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	#content table td{
		border-bottom:1px solid #DDD;
		padding:5px;
	}
	#content table tr:hover td{
		background-color: #ffeaea;
	}
	
	#content table td a{
		text-decoration:none;
		color:#666;
		display:block;
	}
	#content table td a:hover{
		color:#000;
		background-color: transparent;
	}
	#content table td.time{
		width:50px;
		vertical-align:top;
	}
	#content table td.year{
		font-weight: bold;
	}
	#content table td.project{
		font-weight: bold;
	}
	
	#content table td.job{
		text-align:left;
	}
	
	input.button{
		font-family: "Lucida Grande", Arial, sans-serif;
		font-size:13px;
		color:#fff;
		background-color:#f33;
		border:0;
		width:196px;
		padding:5px;
		width: 207px;
	}
	
	input{
		font-family: "Lucida Grande", Arial, sans-serif;
		font-size:13px;
		color:#666;
		background-color:#eee;
		border: 1px solid #ccc;
		width:196px;
		padding:5px;
	}
	textarea{
		height:120px;
		font-family: "Lucida Grande", Arial, sans-serif;
		font-size:13px;
		color:#666;
		background-color:#eee;
		border: 1px solid #ccc;
		width:196px;
		padding:5px;
		white-space:normal;
	}
	span.col{
		color:#333;
	}
	#content table#topten{
		border:0;
		font-size:10px;
	}
	#content table#topten tr td{
		padding:5px;
		border-bottom:1px solid #CCC;
	}
	#content table#topten tr td#num{
		text-align:center;
		width:17px;
	}
	#content table#topten tr td#nam{
		width:180px;
	}
	#content table#topten tr td#tit{
		width:49px;
	}
	#content table#topten tr td#tnum{
		width:18px;
	}
	#content table#topten tr td.col{
		background-color:#EEE;
	}
	#content table#topten tr:hover td{
		background-color:#FFC;
	}
	#content table#topten tr#first:hover{
		background:none;
	}
	#content table#topten tr td.first{
		text-align:center;
		font-weight:bold;
	}
	
	
	
	#services ul{
		
		padding-left: 30px;
		margin-top: 15px;
	}
	
	#services ul li{
		font-size:13px;
		line-height: 1.5em;
		list-style:inside;
		list-style-position:inside;
		list-style-image:url(../img/li_cross.png);
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/li_cross.png',sizingMethod='scale');
		clear:left;
		float:none;
	}
	
	
	#kontakt{
		width:480px;

	}
	
	#kontaktleft{
	
		float:left;
	}
	
	#kontaktright{
		width:240px;
		float:left;
	}
	
	#project{
		width:480px;

	}
	
	
	#projectleft{
		width:360px;
		float:left;
		font-size: 13px;
	}
	
	#projectright{
		width:100px;
		float:left;
		font-size: 10px;
		padding-left: 20px;
		font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	}
	
	#clear {
		display: block;
		clear: both;
		visibility: hidden;
		height: 1px;
	}
	
	.back {
		margin-top: 5px;
	}
	
	.small {
		font-size: 11px;
	}
