*{
	font-family : 		Verdana;
	font-size: 			11px;
	color: 				#333333;
}


/* -------- Main Template -------- */

BODY 
{
    color: 						#333333;
    scrollbar-3dlight-color: 	#CCCCCC;
    scrollbar-arrow-color: 		#8c151a;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-face-color: 		#FFFFFF;
    scrollbar-highlight-color: 	#FFFFFF;
    scrollbar-shadow-color: 	#CCCCCC;
    scrollbar-track-color: 		#FFFFFF;
    background-color: 			#FFFFFF;
}


#container 
{
    position: 			absolute;
    visibility: 		visible;
    width: 				900px;
    margin-left: 		-450px;
    padding-top: 		10px;
    left: 				50%;
    z-index: 			1;
}

#header
{
	height:			 	116px;
	width:				900px;
	background-image:	url("images/header.png");
	background-repeat:	no-repeat;
}

#footer
{
	height:			 	80px;
	width:				900px;
	background-image:	url("images/footer.png");
	background-repeat:	no-repeat;
}

#content
{
	padding-left:		70px;
    background-image:	url("images/content.png");
    background-repeat:	y-repeat;
    height: 			100%;
    min-height:			300px;
}

.text
{
	border:				none;
	padding:			0px;
	margin:				0px;
	display: 			inline;
	background-color:	transparent;
	cursor: 			pointer;
	color:				#336699;
	overflow:			visible;
}

.text:hover
{
	color:				#957c91;
}

.redalert
{
	font-weight:		bold;
	color:				#FF0000;
}

.green
{
	color:				#009900;
}

.menu
{
	position: 			absolute;
	bottom: 			40px;
	right:				85px;
}

.tr_title
{
	height:				24px;
	background-color:	#957c91; 
	font-weight:		bold;
}

.tr_title td
{
	color:				#FFF;
}

tr
{
	height:				24px;
}

td
{
	padding-left:		3px;
}

.register
{
	background-image:	url("../template/images/reg_button.gif");
	background-position:bottom;
	background-repeat:	no-repeat;
	width: 				116px;
	text-align:			center;
	padding-bottom:		5px;
}

.register_act
{
	background-image:	url("../template/images/reg_button_act.gif");
	background-position:bottom;
	background-repeat:	no-repeat;
	width: 				116px;
	text-align:			center;
	padding-bottom:		5px;
}

/* -------- Fonts and Tags -------- */

H1 
{
    color: 				#957c91;
    font-weight: 		bold;
    font-family : 		Verdana, sans-serif;
    font-size : 		16px;
    padding-top: 		8px;
}

H2 
{
    color: 				#957c91;
    font-weight: 		bold;
    font-family : 		Verdana, sans-serif;
    font-size : 		14px;
    padding-top: 		0px;
    padding-bottom: 	10px;
}

H3 
{
    color: 				#957c91;
    font-weight: 		bold;
    font-family : 		Verdana, sans-serif;
    font-size : 		12px;
    padding-top: 		8px;
    padding-bottom: 	20px;
}

H4
{
    color: 				#957c91;
    font-weight: 		bold;
    font-family : 		Verdana, sans-serif;
    font-size : 		12px;
	padding:			0px;
	margin:				0px;
}

H5 
{
    color: 				#666666;
    font-weight: 		normal;
    font-family : 		Verdana, sans-serif;
    font-size : 		10px;
    padding-top: 		5px;
}

H6 
{
    color: 				#FFFFFF;
    font-weight: 		bold;
    background-color: 	#8c151a;
    width: 				100%;
    font-size : 		11px;
    padding: 			4px 0px 4px 3px;
}

.error
{
    color: 				#FF0000;
    font-weight: 		bold;
}

li 
{
   list-style-type: 	square;
   padding-bottom: 		4px;
}

li sup
{
	font-size: 			9px;
	color: 				#8c151a;
}

.li_selected 
{
   color: 				#FF0000;
}

hr 
{
	background-color:	#999999; /* Mozilla 1.4 */
	color:				#999999; /* IE 6 */
	border: 			#999999; /* Opera 7.11 */
	height: 			1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 		2px;
	margin-bottom: 		2px;
	text-align: 		left;
}

.button
{
  	font-size:			11px;
  	width:				100px;
  	color: 				#336699;
  	background-Color: 	#FFFFFF;
  	border-left: 		1px solid #336699;
	border-top: 		1px solid #336699;
	border-right: 		1px solid #336699;
	border-bottom: 		1px solid #336699;
	text-decoration: 	none;
	text-align: 		center;
}

.italian 
{
    color: 				#666;
    font-weight: 		normal;
    font-style:			italic;
}

A 
{
    background-color:	transparent;
    color:				#336699;
	text-decoration: 	none;
}

A:hover 
{
    background-color:	transparent;
    color: 				#957c91;
}

input[type="radio"]
{
  	margin-left: 		3px;
}

input[type="text"], input[type="password"], select
{
	width:				200px;
}