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

html, body{
	margin: 0;
	padding: 0;
	font: 1em normal Helvetica, Arial, sans-serif;
	}

/* Correct defintion-order for Link-Styles! */
a:link{color: #000; text-decoration: none;}
a:visited{color: #000; text-decoration: none;}
a:hover{color: #000; text-decoration: underline;} 
a:active{color: #000; text-decoration: none;}

#wrapper{
	width: 760px;
	margin: 0 auto;
	
	}

#header{
	background: url(../images/header_back.jpg) repeat-x top;
	height: 100px;
	}
	
#header_links{
	width: 350px; 
	float: right; 
	margin: 60px 0 0 0;
	}
	
a.link_help{
	display: block;
	float: right;
	width: 198px; 
	height: 31px;
	margin: 0 0 0 20px;
	background: url(../images/cnt_hlp.jpg);
	}
	
a.ger{
	background: url(../images/cnt_hlp2.jpg);
	}


a.link_help:hover{
	background: url(../images/cnt_hlp_hover.jpg);
	}

a.ger:hover{
	background: url(../images/cnt_hlp2_hover.jpg);
	}
	

a.link_help span{
	display: none;
	}

a.link_cv{
	display: block;
	float: right;
	width: 155px; 
	height: 31px;
	background: url(../images/dwnld_cv.jpg);
	}
	
a.link_cv:hover{
	background: url(../images/dwnld_cv_hover.jpg);
	}
	
a.link_cv span{
	display: none;
	}

#main{
	padding: 0 0 0 70px;
	}

#left{
	width: 300px; 
	float: left;
	}
	
#right{
	padding: 30px 0 0 0;
	}
	
.right_down{margin: 90px 0 0 100px;}

#footer{
	clear: both;
	background: url(../images/footer_back.jpg) repeat-x top;
	height: 20px; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 0.5em; 
	text-align: right;
	padding: 20px 0 0 0;
}
	
