/*
//	default style sheet
//	___________________
//
//	Authors:
//
//	bea wuergler : neuweiss - visuelle kommunikation
//	Contact: bea.wuergler [-AT-] neuweiss [-D0T-] ch
//
//	copyright 2007 - all rights reserved
*/



/* Layout */

html{height:100%;}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
	height:100%;
	background-color:#000;
}


.streifen{
	position:relative;
	height:100%;
	width:481px;
	margin: 50px auto 0px auto;
	padding: 0px;
	background-color:#333;
	
}


.container{
	width:481px;
	height:481px;
	background-color: none;
}


.header{
	height:200px;
	background-color: none;
}


.logo{
	position: absolute;
	top: 30px;
	left: 115px;
	
	
}


.content{
	top: 50px;
	border-top:7px solid #ff6600;
	border-bottom: 30px solid #666;
	height:257px;
	background-color: none;

}

.content1 {
	position: absolute;
	top: 115px;
	left: 40px;
	background-color: none;
}

.image_content{
	weight: 481px;
	height: 257px;
	
}


.footer{
	margin: 50px 20px 0px 0px;
	padding: 0px;
}

.footer p{
	margin: 0px;
	
}

.ul {
	margin-right: 0px;
	padding: 0px;
	list-style-type: none;
	color: #999;
	text-align: right;
}

.ul_index {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #666;
	text-align: center;
	
}
.ul_index_2 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #666;
	text-align: center;
	
}

.ul a:link {
	list-style-type: none;
	color: #666;
}

.ul a:hover{
	list-style-type: none;
	color: #ff6600;
}

h1,h2,h3, h4 {
	font-weight: normal;
	color: #999;
	text-align: center;
}

.boxout {
	text-decoration: none;
	color: #999;
 }

