/* reset */
*{
	padding: 0px;	
	margin: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
}

body{
	 background-color: #ffffff;
}

div,td{
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}

h1{
	font: 15px/20px Arial, Helvetica, sans-serif;
  font-weight: bold;
	margin-bottom: 5px;
	color: #666666;
	border-bottom-width: 1px;
}

hr{
height: 1px;

}

a{
 text-decoration: none;
 font-weight: bold;
 color: #666666;
}

a:hover{
 text-decoration: underline;
}

table{table-layout:fixed}


/* Formular Elemente */

input, textarea{
	font: 12px/18px Arial, Helvetica, sans-serif;
	width: 380px;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
	background-color: #eeeeee;
}

input:focus, textarea:focus{
	background-color: #ffffff;
	border-color: #aaaaFF;
}


/* Eigene Klassen
--------------------------------------------------------------------- */

.border{border-width: 1px;}
.pad{padding: 10px;}
.padTop{padding-top: 15px; }
.full{width: 760px;}

.page{
	width: 760px;
	margin: 0 auto;
	margin-top: 30px;
  background-color: #eeeeee;
  border-top-width: 1px;
  border-bottom-width: 1px;
  z-index: 0;
}

.men{
	display: inline-block;
 	font: 13px/20px Arial, Helvetica, sans-serif;
 	color: #666666;
 	font-weight: bold;
 	border-right-width: 1px;
 	padding-left: 10px;
 	padding-right: 10px;
 	height: 20px;
}

.men:hover{
	color: #eeeeee;
	background-color: #666666;
	text-decoration: none;
}

.item{
	display: block;
 	font: 13px/20px Arial, Helvetica, sans-serif;
 	color: #666666;
 	font-weight: bold;
 	padding-left: 10px;
 	border-bottom-width: 1px;
 	border-color: #aaaaaa;
}

.item:hover{
	color: #eeeeee;
	background-color: #666666;
	text-decoration: none;
}

.scr{
	height: 350px;
	overflow-y: auto;
}

.head{
	border-bottom-width: 1px;
	padding-bottom: 8px;

}

.foot{
	height: 60px;
	border-top-width: 1px;
}

.view{
	height: 370px;
	width: 380px;
	background-color: #dddddd;
	color: #666666;
	z-index: 0;
}

.bright{
 border-right-width: 1px;

}

.L{
	border-right-width: 1px;
	width: 379px;
}

.pfeil_l{
	display: inline-block;
	height: 30px;
	width: 30px;
 	background-image: url(img/pfeil_l.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
}

.pfeil_l:hover{
  background-image: url(img/pfeil_l_on.gif);
  text-decoration: none;
}

.pfeil_r{
	display: inline-block;
	height: 30px;
	width: 30px;
 	background-image: url(img/pfeil_r.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
}

.pfeil_r:hover{
  background-image: url(img/pfeil_r_on.gif);
  text-decoration: none;
}

.butt{
	height: 20px;
	width: 100px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 2px;
	cursor: pointer;
}

.butt:hover{
	background-color: #666666;
	color: #eeeeee;

}

.thumb{
	margin: 2px;
	margin-top: 0px;
	border-width: 2px;
}

.thumb:hover{border-color: #ffbb00;}
.thAct{border-color: #ffbb00;}

/* Pull down Menüs
---------------------------------------------------------*/
.menContainer{
	position: relative;
	width: 760px;
	height: 1px;
	margin: 0 auto;
	z-index: 10;
}

.pdTop{
	visibility: hidden;
	position: absolute;
  width: 115px;
	background-color: #eeeeee;
	border-left-width: 1px;
	border-color: #aaaaaa;
	border-left-color: #666666;

}
.pdMen{
	background-color: #eeeeee;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #aaaaaa;
	padding: 0px;
	width: 200px;
}

#men_00{left: 323px;top: 51px;}
#men_01{left: 380px;top: 51px;}
#men_02{left: 440px;top: 51px;}

#men_03{left: 256px;top:180px;}
#men_04{left: 389px;top:180px;}

