@charset "UTF-8";
/* CSS Document */

/* DEFAULT */
*{
padding:0;
margin:0;
}

html, body{
font-family: Trebuchet MS, Tahoma, Geneva, sans-serif;
font-size: 12px;
line-height: 18px;
background-color: #ffcc33;
color: #4b4b4b;
}

p{
padding-bottom: 10px;
}

a{
color: #e3001b;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}

a.orange{
color: #feb066;
}
a.orange:hover{
text-decoration: underline;
}

img{
border: 0;
}
img.border1{
border: solid 1px #666;
padding: 1px;
}

h1{
margin-bottom: 20px;
font-size: 28px;
line-height: 30px;
}
h1 .sub{
font-size: 12px;
color:#999;
font-weight: normal;
}

h2{
margin-bottom: 10px;
font-size: 20px;
line-height: 20px;
}
h2 .sub{
font-size: 11px;
color:#666;
font-weight: normal;
}

h3{
font-size: 13px;
font-weight: bold;
}

ul{
/*list-style:none;*/
list-style-position: outside;
}

ol{
list-style-type: decimal;
list-style-position: inside;
}

ul ul{
margin-left: 10px;
}

.bold{
font-weight: bold;
}

.italic{
font-style: italic;
}

.red{
color: #900;
}

.justify{
text-align: justify;
}

textarea{
width: 300px;
height: 200px;
}

.cursor{
cursor: pointer;
}

.orange{
color: #feb066;
}

.displayNone{
display: none;
}

.error{
	color: #F00;	
}

div.clear{
clear:both;
height:0;
line-height:0;
overflow:hidden;
}

div.floatLeft{
float:left;
}

div.floatRight{
float:right;
}

div.box{
margin-bottom: 10px;
}
div.boxbox{
margin-bottom: 20px;
}
div.boxboxbox{
margin-bottom: 30px;
}

div.gray{
background-color: #DDD;
}

.padding5{
padding: 5px;
}
.paddingLeft5{
padding-left: 5px;
}
.paddingRight5{
padding-right: 5px;
}
.paddingTop5{
padding-top: 5px;
}

.padding10{
padding: 10px;
}
.paddingLeft10{
padding-left: 10px;
}
.paddingRight10{
padding-right: 10px;
}
.paddingTop10{
padding-top: 10px;
}

.padding20{
padding: 20px;
}
.paddingLeft20{
padding-left: 20px;
}
.paddingRight20{
padding-right: 20px;
}
.paddingTop20{
padding-top: 20px;
}

div.line{
height: 2px;
overflow: hidden;
border-bottom: solid 2px #666;
}

.nowrap{
	white-space:nowrap;
}

input, textarea{
border: solid 1px #adadad;
font-size: 13px;
padding: 3px;
}

/* DEFAULT END */

/* PAGE SPECIFIC */
div.page{
	width: 1195px;
	overflow: hidden;
}

div.left{
	float: left;
	width: 195px;
	overflow: hidden;
	
	padding: 24px 0 0 17px;
}
div.right{
	float: left;
	width: 980px;
	overflow: hidden;
}

div.participateImage{
	margin-bottom: 35px;
}

div.menu{
	margin-bottom: 82px;
}

ul.menu{
	list-style:none;
}
	ul.menu li{
	}


/* Register */
table.register{}
	table.register th, table.register td{
		vertical-align: bottom;
		padding-top: 10px;
	}
	table.register th{
		text-align: right;
		padding-right: 10px;
	}
/* Register END */

/* Update */
table.update{}
	table.update th, table.update td{
		vertical-align: bottom;
		padding-top: 10px;
	}
	table.update th{
		text-align: right;
		padding-right: 10px;
	}
/* Update END */

/* PAGE SPECIFIC END */

/* COPYED FROM SPOE DESIGN */
.content{
	margin-top: 10px;
}
.text {
	background-color:#FFFFFF;
	width:780px;
	min-height:623px;
	padding-top:10px;
	margin-bottom:10px;
}
.text a {
	text-decoration:none;
	color:#ffcc33;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text a.padded {
	padding-left: 10px;
}
.text h1 {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#e3001a;
	text-align:right;
	padding-right:32px;
	padding-top:15px;
}
.text h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 15px;
	color:#e3001a;
	padding-left:29px;
	width:719px;
}
.text h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e3001a;
	text-align:left;
}
.inhalt {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	width:719px;
	padding-left:29px;
}
.links {
	padding-left:90px;
}
.picgallery {
	padding-right:80px;
	float:left;
	width: 150px;
	padding-bottom: 20px;
}
.picture {
	float:left;
	width: 100px; /* 120 */
	/* min-height: 150px */
	text-align:center;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom:20px;
}
.statement{
	float:left;
	width: 650px; /* 599 */
	/* min-height: 150px; */
	text-align:left;
	padding:10px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
}

/*div.clear {
	clear:both;
}*/

strong {
	color:#FF0000;
}
.impressum {
	padding:10px;
	float:left;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* COPYED FROM SPOE DESIGN */
