/*
		generelles
*/ 	


*
{
	font-weight: normal;
	font-size: 11px;
	font-family: 'Verdana';
	color: #000000;
}
ul{
	padding-left:12px;
	list-style-image:url(../gfx/list_image.png);
}

body
{
	padding:0;
	margin:0;	
}

a {
	color: #b90000;
	text-decoration: underline;
	font-weight:bold;
	font-size: 11px;
	line-height:16px;
	font-family: 'Verdana';
}

a:hover {
	color: #b90000;
	text-decoration: underline;
	font-weight:bold;
	font-size: 11px;
	line-height:16px;
	font-family: 'Verdana';
}

a:visited {
	color: #b90000;
	text-decoration: underline;
	font-weight:bold;
	font-size: 11px;
	line-height:16px;
	font-family: 'Verdana';
}

h1{
	color: #b90000;
	font-size: 18px;
}
h2{
	color: #3e3a3a;
	font-size: 15px;
}

td
{
	vertical-align:top;	
}

input
{
	width:150px;
}
textarea
{
	width:150px;
	height:100px;	
}

img
{
	border:0;	
}

/*
		eigene Klassen
*/

#frame_index
{
	width: 940px;
	margin: 0px auto;
}

#menuframe
{
	width: 205px;
}

#menuframe #menu
{
	text-align:left;
	margin-left:25px;	
}

#menuframe #menu img
{
	cursor:pointer;	
}

#menuframe #logo
{
	background-image:url('../gfx/Logo.gif');
	background-repeat:no-repeat;
	width: 205px;
	height: 250px;
}

#mainframe
{
	width:715px;
}

#mainframe #header
{
	background-image:url('../gfx/header_bild.jpg');
	background-repeat: no-repeat;
	width:515px;
	height: 250px; /* vorlage 210 px?! */
}
#mainframe #infobox
{
	float:right;
}

#mainframe #innercontent
{
	width: 715px;
	text-align:left;
	margin-top:25px;
	margin-bottom:30px;
	
	
}
#footer
{
	text-align:right;
	background-image:url('../gfx/footer.png');
	height:20px;
	background-repeat:no-repeat;	
}

.expander .topic_off
{
	text-decoration: underline;
	cursor:pointer;
}

.expander .topic_on
{
	font-weight:bold;
	cursor:pointer;
	color:#b90000;
}


.headline
{
	margin-bottom:25px;
	text-transform: uppercase;
	font-weight:bold;
}


