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

body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background:url(../img/bg_intro.jpg) repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#3997bd;
	}

h1{
	color:#edb545;
	font-size:16px;
	line-height:21px;
	}
	
 a,
        a:link,
        a:visited,
        a:active,
        a:hover
	a:focus
		 {
                text-decoration: none;
				outline:none;
				-moz-outline: none;
        }
		
img{
	border:0;
	}
	
#wrapper{
		margin: 0 auto;
		width:577px;
		height:139px;
		border:#006699 0px solid;
		}
		
#header{
	width:577px;
	height:139px;
	background-image:url(../img/cva_intro.jpg);
	margin-top:50px;
	background-repeat:no-repeat;
	border:#006699 0px solid;
		}

/*#header a:hover{
	background-image:url(img/cva_intro_act.jpg);
	background-repeat:no-repeat;
	}*/

.link_intro{
	border:#e10521 0px solid;
	width:577px;
	height:139px;
	padding:2px 0px 0px 0px;
	position:absolute;
	margin-top:60px;
	color:#fff;
	font-size:51px;
	}
	
.fotothek a{
	position:absolute;
	margin-top:50px;
	color:#fff;
	font-size:38px;
	line-height:120%;
	}

.fotothek a:hover{
	color:#b4adad;
	}

#footer{
	position:absolute;
	margin-top:300px;
	color:#fff;
	}		
	
#footer a{
	color:#fff;
	font-size:12px;
	line-height:120%;
	}

#footer a:hover{
	color:#b4adad;
	}
	
