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

body  { 
	color: #00ff00; 
	font-family: Helvetica, Arial; 
	font-size: 12px; 
	line-height: 18px; 
	padding-bottom: 3; 
	padding-left: 10 
}

a{
	text-decoration:none;
	color: #ffe402;
}
h1{
	font-family: Georgia; 
	font-size: 20px; 
	line-height: 28px; 
	color: #fff;
	font-weight:normal; 
}

img{
	border: 0px;
	border-style: solid;
}

a:hover { 
	color: #ffe402; 
}

.selected { 
	color: #ffe402;
}

#div {
	display: block;
}

.startseite{
	display: block;
}

.logo_img { 
	position: absolute; 
	z-index: 200; 
	top: 0px; 
	left:0px 
}

/* Navigation  */

.homeimg{
	position:absolute;
	top:20px;
	left:200px;
	z-index:100;
	padding:0px;
}

#mainnavi      { 	
	font-size: 11px; 
	text-decoration: none;
	line-height:15px; 
	position: absolute; 
	z-index: 10; 
	top: 20px; 
	left:20px; 
}
	
#mainnavi .menupunkt     { 
	text-align:center;
	width:86px; 
	height:86px;
	background: url(../img/menu1.png);
	text-decoration: none;
}
#mainnavi .menupunktselected     { 
	text-align:center;
	width:86px; 
	height:86px;
	background: url(../img/menu_on1.png);
}

#mainnavi .submenupunkt   {
	color: #fff;
	text-align:center;
	width:86px; 
	height:86px; 
	background: url(../img/menu_on2.png);
	text-decoration: none;
}

#mainnavi .submenupunktselected   {
	text-align:center;
	width:86px; 
	height:86px; 
	background: url(../img/menu_on2.png);
}
	
#mainnavi .menupunkt:hover { 
	
}

#mainnavi a{
	color:#ffe402;
}

#mainnavi a:hover { 
	
}

#mainnavi .selected  { 
	color: #fff;
	
}

.menutext{
	padding-top:35px;
}
/* Content  */
.content      { 
	margin-right: 0; 
	padding: 15px 5px 0 0; 
	position: absolute; 
	z-index: auto; 
	top: 100px; 
	right: 50px; 
	width: 420px; 
}
.cont_elm{ 
	padding-bottom: 0; 
	margin-bottom: 0px;
	color: #fff;
}

.cont_title{ 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px; 
	line-height: 30px; 
	color: #fff; 
	margin-bottom: 15px; 
}

.cont_lead{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px; 
	line-height: 18px; 
	color:#fff;
	margin-bottom: 15px; 
}

.cont_lead a{
	color:#fff;
}


.cont_text{ 
	font-size: 12px; 
	line-height: 18px; 
	color: #fff; 
	padding-bottom: 10px;
	padding-right: 40px;  
	
}

.cont_text a  { 
	color: #ffe402; 
	border-bottom:1px solid; 
}

.cont_text a:hover  { 

}


.cont_img { 
	padding:7px 7px 3px 7px;
	background-color:#fff;
	margin-bottom:5px;
	
}
	
div{
	margin:0px;
	padding:0px;
}
.cont_img_sammlung {
	position:relative;
	
	margin:0px 10px 10px 0px;
	padding:7px 0px 0px 7px;
	width:120px;
	height:120px;
	float:left;
	background-color:#fff;
}
.cont_img_sammlung img{
	align:center;
	border:1px solid #000;
	//position:absolute;
	//width:100px;
}

.cont_list  { 
	padding: 0 ; 
	margin-left: 18px;
	list-style: none url(../img/listImg.gif) ; 
}

ul  { 
	margin: 0; 
	padding: 0 
}

li { 
	padding:0; 
	margin:0;
	list-style-type: none;
	list-style-image: none;
}


.ausz { 
	font-weight:bold; 
	
}

.formular {
	width: 300px;
	border: 1px;
	border-color:#333333;
	border-style: solid;
	background-color:#ffffff;
	padding: 10px;
}


.supertitle{

font-size:34px;
margin:00px 0px 40px 0px;

letter-spacing:0px;

}

.collection_list_elm{
}

input, textarea, select   { 
	font-family: Verdana; 
	font-size: 11px; 
	background: #fff; 
	display: inline; 
	border: solid 0;
	padding:3px;
}
.button{
	width: 75px;
	background: #ffe402;
	padding:0px; 
}

form {
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}
.total{
	width:300px;
}
.checkbox {
  width: 25px;
  border:0px;
}
.sound{
	color:#ffe402;
	cursor:pointer;
	background-image:url("../img/soundp.png");
	background-repeat:no-repeat;
	padding:8px 0px 0px 35px;
	height:24px;
}
.soundon{
	color:#ffe402;
	cursor:pointer;
	background-image:url("../img/soundp.png");
	background-repeat:no-repeat;
	padding:8px 0px 0px 35px;
	height:24px;
	
}

.soundonplay{
	color:#ffffff;
	cursor:pointer;
	background-image:url("../img/sounds.png");
	background-repeat:no-repeat;
	padding:8px 0px 0px 35px;
	height:24px;
}

/*form   { }*/

