html, body
{ 	
	height:100%; 
}

img {
	border: none;
}

.hundert
{ 	
	width:100%; 
	height:100%; 
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

#content {
	border: 1px solid black; 
	width:760px; 
	height: 570px;
	background-image: url(../images/bg.jpg);
}

#content-2 {
	width:760px; 
	height: 570px;
	background-image: url(../images/bg.jpg);
}

#inhalt {
	text-align: left;
	width: 470px; 
	height: 346px;	
	overflow: auto;
	padding: 0 80px 0 10px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #df7d1d; //color: #599adf;
	line-height: 20px;
	font-weight: normal;
}

.thumb-aktiv {
	border: 1px solid white;
}

.thumb {
	border: 1px solid #fff0aa;
}

.thumb-padding-innen-15 {
	padding-right: 17px; 
	padding-bottom: 15px;
}

.thumb-padding-aussen-15 {
	padding-bottom: 15px;
}

.thumb-padding-innen-14 {
	padding-right: 17px; 
	padding-bottom: 14px;
}

.thumb-padding-aussen-14 {
	padding-bottom: 14px;
}

ul, li {
	list-style-type: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

.blau {
	color: #599adf;
}