/*
--------------------------------
vectopower  screen style
--------------------------------*/

/* Basic Styles
-------------------------------*/
body {	
	/*background-image: url(../bilder/bg_tile.jpg) ;
	background-position: left top;
	background-repeat: repeat -y;*/
	/*background:#DCDCDC url(../bilder/bg_tile.jpg) no-repeat scroll 0px 0pt;
	background-repeat: repeat-x;
	background-color: #cccccc;*/
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.1em;
	font-weight:normal;

	}
	
h2 {
	font-size: 1.0em;
	font-weight:normal;
	}
	
h3 {
	font-size: 1.2em;
	font-weight:normal;
	}
	
p,i {
	font-size: 1.2em;
	font-weight:normal;
	color: #808080;
	}
	
a {
	font-size: 1.0em;
	font-weight:normal;
	}

/* Page Structure
--------------------------------*/

#container {
	/*float:left;*/
	background: #fff;
	width: 990px;
	margin: 0px auto;
	padding: 0;
}

#header{
	background-image: url(../bilder/layout/header.jpg) ;
	background-position: left top;
	background-repeat: no-repeat;
	float:left;
	margin: 0;
	padding: 0;
	height:120px;
	width: 990px;

}

#start_container{
	width: 990px;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;;
}

#start_img{
	float: left;
	padding: 0 10px 20px 10px ;
}

#start_navi{
	width:245px;
	display:inline;
	float:left;
	border-right: 1px solid #808080;
	}


#start_navi_big{
	width:658px;
	display:inline;
	float:left;
	border-right: 1px solid #808080;
	}

#start_navi2_big{
	width:329px;
	display:inline;
	float:left;

	}

#start_navi2{
	width:245px;
	display:inline;
	float:left;

	}

.start_navi_item{
	padding: 0 10px 0 15px ;
	margin: 0;
	}
	
.start_navi_item h2{
	color: #808080;
	font-size: 2.4em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
	.start_navi_item h2 a{
		color: #808080;
		text-decoration:none;
			font-weight: bold;
	}
	
.start_navi_item h1{
	color: #808080;
	font-size: 2.4em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 15px;
	}
	
	.start_navi_item h1 a{
		color: #808080;
		text-decoration:none;
			font-weight: bold;
	}
		

.start_navi_item p{
	color: #808080;
	font-size: 1.4em;
	font-weight: regular;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
	
.start_navi_item p a{
	color: #808080;
	text-decoration:none;

	}
	
	
#start_navi_button a{
	background: transparent url(../bilder/layout/button_right.jpg) no-repeat scroll top right; 
	color: #fff;
	display: block;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration:none;
	height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 18px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	}


#start_navi_button a span{
	/* Background left image */ 
	background: transparent url(../bilder/layout/button_left.jpg) no-repeat; 
	display: block;
	line-height: 32px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 1px 0 5px 17px;
} 


.start_navi_item a:hover{
	text-decoration: underline;
} 



#footer{
	/*background-position: left top;*/
	float:left;
	clear:both;
	width: 990px;
	/*height:35px;*/

}

/* Footer: Line, Navi
------------------------------*/

#footer_line{
	background: transparent;
	border-top: 1px solid #808080;
	padding: 0;		
	margin: 0 10px 0 10px;	
	
}

#footer_lang  {
	width: 234px;
	float:left;
    font-size:1.2em;
	font-weight: normal;
	color: #808080;
	padding:  10px 0 10px 10px;	
}

#footer_lang  a{
	font-size:1.1em;
	color: #808080;
    text-decoration: none;
}

#footer_lang  a:hover{
    text-decoration: underline;
}


#footer_navi  {
	width: 224px;
	float:right;
    font-size:1.2em;
	font-weight: normal;
	color: #808080;
	padding: 10px 0 10px 0;	
}

#footer_navi  a{
	font-size:1.1em;
	color: #808080;
    text-decoration: none;
}

#footer_navi  a:hover{
    text-decoration: underline;
}
