body, td, select, input, textarea{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
}

body{
	margin:20px;
	background: #F0F1F1;
}

a{
	color: #484848;
}

label{
	cursor: pointer;
}

h1{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14pt;
}

h2{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12pt;
}

img{
	border:0px;
}

#bar1, #bar2, #bar3{
	width:100%;
	height: 3px;
	background: #212021;
	clear:both;
}

#main{
	width: 780px;
	margin: auto;
	background: #F0F1F1;
	border: 1px solid #C4C4C4;
}

#nav{
	padding-left:25px;
}

#body{
	padding:20px;
	padding-left: 30px;
	min-height:350px;
	line-height:1.4em;
	color: #484848;
}

#image{
	float:right;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-left:25px;
}

#teilnehmen{
	margin:25px 0px;
}

#popup{
	z-index:5;
	width:350px;
	position:absolute;
	top: 250px;
	left: 50%;
	margin-left: -200px;
	padding: 25px;
	border: 2px solid #A0A0A0;
	background-color: #FFFFFF;
	text-align:center;
	-moz-opacity: 0.9;
	-moz-border-radius: 25px;
}

#footer{
	clear:both;
	height: 68px;
	background-repeat: repeat-x;
	padding: 0px 20px;
	color:#FFFFFF;
}

#footer a{
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#leftcol{
	width:350px;
	float:left;
}

#rightcol{
	width:325px;
	float:right;
	margin:0px 10px 25px 25px;
}

.greybar{
	clear:both;
	background-color: #C0C0C0;
}

.d{
	padding:0px 5px;
	color: #C5C5C5;
}

.txt{
	width: 250px;
	margin: 0px;
	padding: 3px;
	border: 1px solid #A2A2A2;
	-moz-border-radius:3px;
}

.txt:focus{
	border-color: #656565;
}

.longtxt{
	width:450px;
}

.shorttxt{
	width:100px;
}

.size2{
	display: block;
	font-size: 12pt;
	margin-bottom:5px;
}

.size1{
	display: block;
	font-size: 10pt;
	margin-bottom:3px;
}

.error, .success{
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	text-align: center;
	-moz-border-radius: 25px;
}

.error{
	color: #FF0000;
	border: 1px solid #FF0000;
}

.success{
	color: #008000;
	border: 1px solid #008000;
	padding-bottom: 10px;
}

.cat_title{
	margin-top:10px;
	padding:3px;
	font-size: 12px;
	background-color: #D0D0D0;
	color:#FFFFFF;
	text-align:center;
}
