/* 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;
}
td {
	font-size: 0.8em;/**/
	/*background-color: #FFFFFF;*/
}


/* ids */
#bg {
	z-index: 0;
	height:1400px;/**/
	width:980px;
	margin-top: 0;
	margin-right: auto;   /*zentrieren*/
	margin-bottom: 0;
	margin-left: auto;    /*zentrieren*/
	background-image: url(../images/2007/bg_main.jpg);
	background-color: #000066;
	text-align:left;

}
#bg_text {
	z-index: 1;
	width:740px;
	height:1150px;/**/
	text-align:left;
	float: right;
	margin-right:25px;
	overflow: auto;
	background-image: url(../images/2007/transparentgrund.png);
	background-attachment: fixed;
	/*background-repeat: no-repeat;*/
	background-position: left top;
}
#navigation {
	z-index: 1;
	/*height:270px;*/
	width:195px;
	left: 0px; 
	top: 0px;	
	float: left;
	text-align:right;
}
#button {
	z-index: 1;
	font-size: 1.2em;
	height:44px;
	width:195px;
	background-image: url(../images/2007/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: 3px; 
	top: 10px;
}

/* 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/2007/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/2007/transparentgrund.png);
	color: #009900;
}
#button a:active{
	text-decoration: none;
	color: #FF0000;
}
