body, td, ul, ol, li, div, small {
color:				#444444;
font-size:			12px;	
font-family:		Verdana, Arial, Helvetica, sans-serif;
margin:				0 0 0 0;
padding:			0 0 0 0;
line-height:		130%;
border: 0px solid black;
}

.clear{
 	clear:				 both;
}

.comment_text{
	width:				330px;/*max360px*/
	margin-top:			8px;
	float:				left;
	}

.comment_info{
	width:				255px;
	float:				left;
	padding-left:		5px;
	}

.error{
 	color: 				red;
	font-weight:		bold;
}

.back{
 	float:				right;
	display:			block;
	margin-bottom:		10px;
}

div{
 /*border: 1px solid black;*/

}

h1{
display: 			block;
width: 				365px;
height: 			17px;
background-image: 	url(titel.gif);
background-repeat: 	no-repeat;
text-transform: 	uppercase;
font-size:			11px;
font-family:		Verdana, Arial, Helvetica, sans-serif;
font-weight:		bold;
text-decoration:	none;
color:				#ffffff;
padding-left: 		60px;
padding-top: 		2px;
padding-bottom:		0;
margin:				0 0 36px 7px;
}

h2{
color:				#EC4902;
font-size:			13px;
font-weight:		bold;
}

img{
 border: none;
}

a, a:link, a:visited {
font-weight:		bold;
color:				#ED9700;
text-decoration:	none;
}

a:hover {
color:				#444444;
text-decoration:	underline;	
}

a:active {
font-weight:		bold;
color:				#444444;
text-decoration:	underline;	
}

.admin, .admin:link, .admin:visited, .admin:hover, .admin:active{
 	font-weight:		normal;
	color:				gray;
	font-size:			11px;
	font-style:			normal;
}

.admin:hover{
	text-decoration:	underline;
}

a#hotspot{
 cursor: pointer;
}

strong{
font-weight:		bold;
font-style:			normal;
}

/*MENU HOVER ETC*/

#topsection h1{
 display: 			none;
 position: 			absolute;
 left: 				-5000px;
 top: 				-5000px;
 text-indent: 		-5000px;
}

/*CONTAINERS*/

#maincontainer{
width: 				930px; /*Width of main container*/
margin: 			0 auto; /*center everything*/
overflow: 			visible;
text-align:			left;
}

#topsection{
/*background-image: 	url(header.gif);*/
height: 			160px;
width: 				930px;
position:			relative;
}

#topsection img{
 z-index: -1;
 padding: 0;
 margin: 0;
}

#topsection #login, #topsection #login a{
z-index: 5;
position: absolute;
left: 410px;
top: 3px;
}

#contentsection{
background-image: 	url(background.gif);
background-repeat: 	repeat-y;
width: 				980px;/*930*/
overflow: 			hidden;
}

#menu{
float: 				left;
width: 				170px;
height: 			441px;
background-image: 	url(menu.gif);
background-position:top;
background-repeat: 	no-repeat;
max-width:			210px;
padding: 			80px 0 0 0;
margin: 			0 0 0 0;
}

#content{
/*border: 1px solid black;*/
 width: 			675px;
 max-width:			700px;
 float: 			left;
 margin: 			0 20px 30px 30px;
}

#footer{
/*border: 1px solid black;*/
clear:				both;
margin:				0 auto;
width: 				923px;
height: 			13px;
background-image: 	url(footer.gif);
background-repeat: 	no-repeat;
color: 				#ffffff;
text-transform: 	uppercase;
font-size:			11px;
line-height: 		11px;
font-family:		Verdana, Arial, Helvetica, sans-serif;
font-weight:		bold;
text-decoration:	none;
text-align: 		right;
padding: 			5px 7px 5px 0;
}

#login{
 	float:				right;
	margin:				5px 10px 0 0;
	color:				#ffffff;	
	font-size:			10px;
	text-align:			right;
}

#login a{
 	color:				#ffffff;
	text-transform: 	uppercase;
	font-size:			11px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	text-decoration:	none;
}


#menu a{
display: 			block;
/*border: 1px solid black;*/
width: 				140px;
height: 			11px;
line-height: 		11px;
padding: 			4px 0 4px 14px;
margin: 			4px 0 4px 0;
text-transform: 	uppercase;
font-size:			11px;
font-family:		Verdana, Arial, Helvetica, sans-serif;
font-weight:		bold;
text-decoration:	none;
color:				#ffffff;
}

#menu a:hover,#menu a:active {
text-decoration:	none;
color:				#B3000B;
background-color:	#ffffff;
opacity:			0.5;
/*filter:				alpha (opacity = 50);
filter: 			progid:DXImageTransform.Microsoft.alpha( opacity=50); 
*/
-moz-opacity:		0.5;
}

#menu .padding{
 margin-top:		14px;
}

/*forms*/

.box{
 	background-color: 		#DBDAFD;
	margin-bottom:			5px;
	opacity: 				1.0;
	width:					665px;
}

.addbox{
 	background:			#CCCAF5;
	position: 			absolute;
	width:				565px;
	min-height:			100px;
	margin:				5px 0px 5px 0px;
	padding:			5px 5px 5px 5px;
}

.decisionbox{
 	background-color: 		#DBDAFD;
	width:					77px;
	height:					22px;
	padding:				6px;
	margin:					0px;
}

form {
padding:				10px;
margin-bottom:			30px;
width:					610px;
/*font-family:			"trebuchet ms",sans-serif;*/
}

fieldset {
padding: 0 20px 20px 20px;
margin-bottom:10px;
font-size:90%;
}
/*legend {
color:#a0522d;
font-weight:bold
}*/
label {
margin-top:20px;
margin-bottom:0px;
display:block;
}
label.inline {
display:inline
}

input, select, option, textarea{
background-color:#A6BEDE;
font-family:"trebuchet ms",sans-serif;
}

input, textarea{
border:1px solid black;

}
input[type=radio] {
margin-right:50px;
background-color:transparent;
border:none;
}

input[type=submit], input[type=reset]{
 cursor: pointer;
}
