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

/* Grundelemente */

html body {
	background: url(../pic/bg/bg.gif) #00b0c7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}


/* Layout Box Positionen */

#content {
	position: absolute;
	top: 7px;
	left: 0px;
	width: 980px;
	height: 670px;
	
	background: url(../pic/bg/bg_content.gif);
}

#impressum {
	position: absolute;
	top: 10px;
	left: 866px;
	width: 100px;
	height: 20px;
}
	

#intro {
	position: absolute;
	top: 43px;
	left: 0px;
	width: 967px;
	height: 387px;
	
	background: url(../pic/bg/bg_intro.jpg);
}
	
#aw {
	position: absolute;
	top: 63px;
	left: 40px;
	width: 186px;
	height: 156px;
	
	background: url(../pic/content/logo/aw.gif);
}

#cantor {
	position: absolute;
	top: 99px;
	left: 310px;
	width: 162px;
	height: 109px;
	
	background: url(../pic/content/logo/cantor.gif);
}

#headline {
	position: absolute;
	top: 52px;
	left: 236px;
	width: 49px;
	height: 204px;
	
	background: url(../pic/elemente/headline.gif);
}


#aw_language {
	position: absolute;
	top: 230px;
	left: 40px;
	width: 174px;
	height: 93px;

}

#cantor_language {
	position: absolute;
	top: 230px;
	left: 305px;
	width: 174px;
	height: 93px;
}

/* Text pos color */

.select{
	position: relative;
	top: 0px;
	left: 0px;
	width: 174px;
	height: 19px;
	border-bottom: #FFF solid 2px;
	background-color: #999;
	color: #FFF;
	padding-top: 3px;
	padding-left: 5px;
}

.language { 	
	position: relative;
	top: 0px;
	left: 0px;
	width: 174px;
	height: 19px;
	border-bottom: #FFF solid 2px;
	background-color: #F0F0F0;
	padding-top: 3px;
	padding-left: 5px;
}

/*LINKS */

a.link {
	text-decoration: none;
	color: #00b0c7;
}

a.link:hover {
	color: #999;
	text-decoration: underline;
}

/* Logo */

#logo {
}

a.link_impressum {
	color: #FFF;
	text-decoration: none;
}

a.link_impressum:hover {
	color: #FFF;
	text-decoration: underline;
}