@charset "utf-8";

h1{
	font-size: 16px;
	color: #30B4CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
	border-bottom:solid 1px #DDEBFF;
	margin-right:100px;
}

h2{
	font-size: 14px;
	color: #2FB3CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
	margin-top:30px;
}

h3{
	font-size: 12px;
	color: #2FB3CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:30px;
}

a{
	text-decoration: none;
	color: #00AAD5;	
}

a:hover{
	text-decoration:underline;
	color: #30B4CD;
}


ul {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image:url(../bilder/listenpunkt.png);
}

.a-top{
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

.a-top:hover{
	font-size:10px;
	color:#333333;
	text-decoration:underline;
}

.a_navi{
	margin-left:-15px;
	padding-left:15px;
	height:12px;
	background-repeat:no-repeat;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	
}

.a_navi:hover{
	margin-left:-15px;
	padding-left:15px;
	height:12px;
	background-repeat:no-repeat;
	text-decoration:underline;
	font-size:11px;
}


input, textarea, .button{
	border:#CCCCCC solid 1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:3px;
}

.button{
	border:#CCCCCC solid 1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:7px;
	background-color:#DDD;
	color:#333;
}

.hid{
display:none;
}

.table_td_border_r_u_l{
	border-bottom:1px dotted #C1E4F7;
	border-left:1px dotted #C1E4F7;
	border-right:1px dotted #C1E4F7;
	padding:5px;
	

}
.table_td_border_grau{
	border:#CCCCCC solid 1px;
}
.table_td_border_grau_1{
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
}

.table_td_border_grau_2{
	border-top:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
}
.table_td_border_r_u{
	border-bottom:1px dotted #C1E4F7;
	border-right:1px dotted #C1E4F7;
	padding:5px;
	

}


.table_td_bg{
	background-color:#7BD3DF;
	font-weight:bold;
	padding:5px;
	color:#ffffff;
}

.info{
	border-left:#2FB3CC solid 10px;
	margin: 0 5px 0 5px;
	padding: 10px;
	background-color:#CAD8FF;
}

.quelle {
	font-size:10px;
	font-style:italic;
	color:#999999;
	margin-top:10px;
	padding-top:5px;
	border-top:dotted #CCCCCC 1px;
	display:block;
	width:100%;
}

.google_inhalt{
	background-color:#FFFFFF;
	width:200px;
	height:20px;
	margin-left:320px;
	margin-top:40px;
	position:absolute;
}

.script_dl_bereich{
	float:right;
	border:1px #CCC solid;
	width:150px;
}

.script_dl_bereich #info ul{
	list-style:none; 
	margin:0; 
	padding:0;
	font-size: 11px;
}
.script_dl_bereich #info{
	background-image:url(../Scripts/bilder/information.png);
	background-repeat:no-repeat;
	padding:40px 10px 10px 10px;
	}
	
.script_dl_bereich #bewerten{
	background-image:url(../Scripts/bilder/bewerten.png);
	background-repeat:no-repeat;
	padding:40px 10px 10px 10px;
	margin:0;
	}
	
.bild_untertext {
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
