/* tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
/*	text-align:center;*/
	background-color: #333300;
	margin-top: 0;
	margin-left: 0;
	color: #003300;
	background-image: url(../images/2008/bg_main.jpg);
	background-repeat: repeat-y;
}
td {
	font-size: 0.8em;/**/
	/*background-color: #FFFFFF;*/
}


/* ids */
#kopfgrafik {
	z-index: 0;
	height:200px;
	width:980px;
	left: 50px;
	top: 0px;
	right: 55px;
	bottom: 0px;
	position: absolute;	/*	margin-top: 0;
	margin-right: auto;   zentrieren
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;*/
}
#content {
	z-index: 1;
	width:710px;
	left: 265px;
	top: 210px;
	position: absolute;
	/*height:1150px;*/
	/*text-align:left;
	float: right;
	margin-right:15px;
	overflow: auto;*/
	background-image: url(../images/transparentgrund.png);
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;*/
}
#navigation {
	z-index: 1;
	height:270px;/**/
	width:195px;
	left: 58px;
	top: 210px;
	position: absolute;
	text-align:right;
}

#button {
	z-index: 1;
	font-size: 1.2em;
	height:44px;
	width:195px;
	background-image: url(../images/bg_button.gif);	
	left:0;
/*	top:-10px;*/
	background-repeat: no-repeat;
	background-position: left -7px;   
	/*padding-right: 25px; */
}
#plakat {
	z-index: 1;
	height:270px;/**/
	width:190px;
	left: 0px;
	top: 10px;
	position: relative;
}

/* classes */
.gross {
	font-size: 1.5em;
}
.zwischentitel {
	font-size: 1.2em;
	font-weight: bold;
}
.fett {
	font-weight: bold;
}
.klein {
	font-size: 0.6em;
}
.buttontext {
	font-size: 0.9em;
	padding-right: 20px;
	font-weight: bold;	
	padding-top: 11px;
}
.text {
	/*font-size: 0.8em;*/
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
}
.titel {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.transparentgrund {
	background-image: url(../images/transparentgrund.png);
}
.padding {
	padding: 10px;
}

/*rollover-styles*/
a:link{
	text-decoration: none;
	color: #0000FF;
}
a:visited{
	text-decoration: none;
	color: #666666;
}	
a:hover{
	text-decoration: underline;
	/*background-image: url(../images/transparentgrund.png);*/
	color: #990000;
}
a:active{
	text-decoration: none;
	color: #990000;
}

#button a:link{
	text-decoration: none;
	color: #003300;
}
#button a:visited{
	text-decoration: none;
	color: #003300;
}	
#button a:hover{
	text-decoration: underline;
	background-image: url(../images/transparentgrund.png);
	color: #009900;
}
#button a:active{
	text-decoration: none;
	color: #FF0000;
}
