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

body, h1, h2, h3, ul, li, p {
	margin:0px;
	padding:0px;
}

body {
	background:url(../image/startscreen/bg_body_rauschen.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}
	
p {
	margin:0 0 10px 0;
}

a {
	color:#666;
}

#container {
	position:relative;
	width:905px;
	margin:auto;
	min-height:550px;
}

#logo {
	background:url(../image/startscreen/logo_klett.png) no-repeat;
	width:104px;
	height:51px;
}
	
#head {
	background:#fff url(../image/startscreen/bg_header.png) no-repeat ;
	width:905px;
	height:210px; 
	margin:50px 0 0 0;
}

#content{
	background:#fff;
	min-height:320px;
	padding:10px 50px 50px;
}

#buttons {
	position:relative;
	clear:both;
	height:155px;
	margin:45px 0 0 0;
}

div.button {
	float:left;
	background:url(../image/startscreen/btn_link.png) no-repeat;
	height:70px;
	width:185px;
	font-size:14px;
	font-weight:bold;
	line-height:71px;
	padding:0 0 0 75px;
	margin:0 0 20px 0;
}

#audio {
	background:url(../image/startscreen/btn_audio.png) no-repeat;
}
	
#vocabulary {
	background:url(../image/startscreen/btn_vocabulary.png) no-repeat;
}
	
#interactive_exercise {
	background:url(../image/startscreen/btn_interactive_exercise.png) no-repeat;
}
	
#toc {
	background:url(../image/startscreen/btn_toc.png) no-repeat;
	height: 50px;
	line-height: 50px;
	padding-left: 53px;
	width: 160px;
}
	
#additional_material {
	background: url(../image/startscreen/btn_additional_material.png) no-repeat;
	height: 71px;
	line-height: 70px;
	padding-left: 76px;
}

#start  {
	position:absolute;
	bottom:50px;
	right:50px;
}

#start a  {
	display:block;
	height:50px;
	width:160px;
	background:url(../image/startscreen/btn_start_inaktiv.png) no-repeat 1px 0px;
	text-decoration: none;
}
#start a:hover  {
	background:url(../image/startscreen/btn_start.png) no-repeat  0px 0px;
}

#links {
	position:absolute;
	bottom:20px;
	left:50px;
}

ul {
	margin-left: 40px;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 10px;
}

.nachweise td {
	vertical-align: top;
}

.helplink {
	font-size: 18pt;
	font-weight: bold;
}
