/* CSS Document */

/*Create a 100% width wrapper, put the position:fixed on that, then center the element in that wrapper. */
* {
	margin: 0;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

img  {
		border: 0;
}



/* fields*/
body {
	color:#FFFFFF;
	background-color:#333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height: 25px;
}
#container  {
	width: 1128px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#containertop  {
	width: 100%;
	position:fixed;
}

#container  {
	width: 100%;
	padding-top: 29px;
}


table {
	border: 1px solid #CCCCCC;
	background-color:#666666;
	vertical-align: middle;
	font-size:90%;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.navig  {
	text-align:right;
	background-color:#333333;
	padding-right:10px;
}
.padding  {
	padding-right: 20px;
	padding-left: 20px;
	text-align:center;
}
.padding2  {
	padding-left:150px;
}
p  {
	padding-top:10px;
	padding: 20px;
}
.bott  { padding-top:152px;}

.stylesmall  {
	font-size: 80%;
}

h1 {
	font-style:normal;
	font-stretch:expanded;
}

/*Bilder mit Komentar*/

a.tiptop, a.tipbot  {
	text-decoration:none;
}

a.tiptop span, a.tipbot span {
	display:none;
	margin-left:0px;
	width:335px;
	padding: 2px 3px;
}

a.tiptop span {margin-top:243px;} 

a.tipbot span {margin-bottom:0px;}

a.tiptop:hover span, a.tipbot:hover span{
	display:inline;
	position:absolute;
	opacity:0.7;
	text-decoration:none;  /*fuer IE6 and %*/
	border:0;
	color:#fff;
	text-align:center;
	margin-left: -1px;
	background-color: #333333;

}
a.d:link {color: #333; text-decoration: none; }
a.d:visited {color: #333; text-decoration: none; }
a.d:active {color: black; }
a.d:hover {color: #333; text-decoration:underline;}
