a:active,
a:link,
a:visited {
	text-decoration : none;
	color:#606060;
}
a:hover	{
	text-decoration : none;
	color:#ff9645;
}

body{
	background-color : #ffffff;
}
.b{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#606060;
}
.nav{
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#FF9645;
	text-align : center;
	padding-left: 5px;
	padding-right: 5px;
}
#mainbox{
	padding-top: 10px;
	width:780px;
	margin-left : auto;
	margin-right : auto;
}
#logo{
	padding-bottom: 1px;
}
#blackbox{
	width:780px;
	border-top : 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
	
}
#nav2{
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav3{
	background-color: #eaeaea;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bez{
	color:#ff9645;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	white-space: nowrap;
}
#form{
	width:761px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:12px;
	
}
#profil{
	padding-top:10px;
	padding-bottom:10px;
	width:768px;
}
#bottombox{
	background-color: #EAEAEA;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer{
	padding-top: 20px;
}
input{
	border:solid 1px #606060;
}
textarea{color:#FF9645; 
	background-color: #ffffff;
	border: #606060 1px solid;
}

/*Carusel*/
ul.nostyle{
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
}
ul.nostyle li{	
	float: left;
}
div.itemcarousel{
	width:773px;
	height:359px;
	overflow: hidden;
	position: relative;
}
div.itemcarousel div.ih-carousel-content ul {
	position:absolute;
	top: 0;
}
div.itemcarousel div.ih-carousel-content ul li img {
	width: 773px;
	height: 359px;
}
