/*** Default Settings ***/
*{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, _sans;
	font-size:11px;
	line-height:1.2;
}

body{
	
	color:#FFFFFF;
	background:url(../img/layout/page_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#313131;
}

p{
 	margin: 10px;
}

a{
	text-decoration:underline;
	color:#FFFFFF;
}

a:hover{
	text-decoration:none;
}

/*** CONTAINERS ***/
#containerPage{
	width: 910px;
	margin: auto;
	background:url(../img/layout/stage_bg.gif);
	background-repeat:repeat-y;
}

#containerHeader{
	width: 910px;
	height: 220px;
	background:url(../img/layout/header_bg.gif);
	background-repeat:no-repeat;
	padding-top:20px;
}

#containerHeaderImage{
	height:180px; 
	margin-left:330px;
	overflow:hidden;
}

#containerNav{
	clear:both;
	height:40px; 
	margin-left:330px; 
}

#containerContent{
	width:840px; 
	margin: 20px 35px auto 35px; 
}

#containerFooter{
	width: 910px;
	height:25px;
	background:url(../img/layout/footer_bg.gif);
	text-align:center;
	padding-top:35px;
}

/*** NAV ***/
#nav{
	margin:0;
}

#nav li{
	float:left;
	list-style:none;
	height:40px;
	overflow:hidden;
}
#nav li a{
	display:block;
	height:40px;
	text-indent:-9999px;
}

#btnNews{
	margin-left:15px;
	width:80px;
	background:url(../img/layout/navi_images/btn_news.jpg);
}
#btnNews:hover{
	background:url(../img/layout/navi_images/btn_news_over.jpg);
}
#btnService{
	width:100px;
	background:url(../img/layout/navi_images/btn_service.jpg);
}
#btnService:hover{
	background:url(../img/layout/navi_images/btn_service_over.jpg);
}
#btnTeam{
	width:75px;
	background:url(../img/layout/navi_images/btn_team.jpg);
}
#btnTeam:hover{
	background:url(../img/layout/navi_images/btn_team_over.jpg);
}
#btnKontakt{
	width:110px;
	background:url(../img/layout/navi_images/btn_kontakt.jpg);
}
#btnKontakt:hover{
	background:url(../img/layout/navi_images/btn_kontakt_over.jpg);
}

/*** Headers ***/
h1{
	font-size:18px;
	font-weight:normal;
	background-repeat:no-repeat;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}

h2{
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

#h1News{
	background:url(../img/layout/title_images/title_news.gif);
}
#h1Service{
	background:url(../img/layout/title_images/title_service.gif);
}
#h1Team{
	background:url(../img/layout/title_images/title_team.gif);
}
#h1Kontakt{
	background:url(../img/layout/title_images/title_kontakt.gif);
}

/*** Contents ***/
.greyBlock{
	margin: 10px;
	margin-right:0;
	padding: 10px;
	background-color:#252525;
	float:left;
}

.pink{
	color: #ff55b9;
	font-size:12px;
}

.orange{
	color: #ff5555;
	font-size:12px;
}

.purple{
	color: #b155ff;
	font-size:12px;
}

/*** FORM ***/
input{
	margin:2px;
	padding:1px;
	width:100px;
}

.checkbox{
	margin:3px;
	width:auto;
}

.submit{
	background-color:#252525;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	margin:5px;
}

.textarea{
	margin:3px;
	margin-top:3px;
	width:215px;
	height:80px;
}

fieldset{
	width:105px;
	float:left;
	margin-right:5px;
	border:0;
}

label{
	display:block;
	margin-top:5px;
	margin-left:2px;
}
ul#interests{ float:left; clear:both; width: 230px;}
ul#interests li{list-style-type:none; float:left; }

#flashMessage {
	color:#ff5555;
}