
body
{
	background: #8BAACF url(../images/main.png) repeat-x top;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

#main
{
	width: 1024px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid;
}

#wrapper
{
	width: 1024px;
	border: 0px solid;
	box-shadow: 5px 15px 20px grey;
}

#container
{
	width: 1024px;
	background: #F4F5F5;
	border: 0px solid;
	box-shadow: 5px 15px 20px grey;
}

#toppic
{
	border: 0px solid;
	background: url(../images/user/bg_top.png) repeat-x right;
	/*border-radius: 0px 7px 0px 0px;*/
	width:1024px; /* eine Breite angeben */
	/*height: 200px; eine Höhe angeben*/
	overflow: hidden;
}

#navbar
{
    list-style-type: none;
    width: 1024px;
	height: 40px;
	background: #E3EAF3;
	border: 0px solid;
	padding-top: 0px;
}

#sidenav
{
    list-style-type: none;
	margin: 0 0 0px 0;
    width: 210px;
	float: left;
	text-align:left;
	background: #F4F5F5;
	border: 0px solid;
	/*border-radius: 7px 7px 7px 7px;
    margin: 0px;*/
	padding-top:25px;
	/*padding-right:1px;
	padding-left:1px;*/
}

#navmenu
{
	list-style-type: none;
	margin: 0 0 0px 0;
	border: 0px;
    /*box-shadow:3px 3px 3px #818181;*/
}

#content
{
	width: 772px;
	min-height: 650px;
	float:right;
	background: #FBFBFB;
	text-align: left;
	border: 0px solid;
	margin: 0px;
	padding: 25px 20px 25px 20px;
}

#clear  
{
display:block;
clear:both;
}

#footer
{
	display: block;
	clear: both;
	width: 1024px;
	height: 50px;
	background: /* url(../images/h5bg.png) repeat-x top */ #E3EAF3;
	border: 0px solid;
	padding-top:10px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #7B7B7B;
}

#fee
{
	text-align:left;
	margin-left:30px;
	margin-right:30px;
	padding:10px;
}

#storno
{
	text-align:left;
	margin-left:30px;
	margin-right:30px;
	padding:10px;
}

#goToRegistration
{
	margin:30px;
	padding:10px;
	border-top: 1px solid #003B6B;
	border-bottom: 1px solid #003B6B;
}

#privacy
{
	text-align:left;
	margin:30px;
	padding:10px;
	background: #E3EAF3;
}

#comment
{
	text-align:left;
	margin:0px;
	padding:10px;
	background: #E3EAF3;
}

#event
{
	text-align:left;
	margin-bottom:15px;
	padding:10px;
	background: #E3EAF3;
}

#cancellationFail
{
	display: none;
	text-align:left;
	margin:30px;
	padding:10px;
	background: #FBEFEF;
}

h1,h2,h3,h4,h5
{
	font-weight: normal;
	font-size: 14px;
}

h1.pagetitle
{
	font-size: 20px;
    font-weight: bold;
	color: #003B6B;
	margin:0px
}

h2
{
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 10px;
}
h2.warn
{
	font-weight: bold;
	color:red;
	float:left;
	margin-top: 0px;
	margin-bottom: 10px;
}

a.stdlink
{
	font-weight: bold;
	color: #003B6B;
	text-decoration: none;
}

a.stdlink:visited
{
	font-weight: bold;
	color: #005AA5;
	text-decoration: none;
}

a.stdlink:hover
{
	Font-weight: bold;
	color: #358BD2;
	text-decoration: none;
}

a.navlink
{
	font-weight: bold;
	color: #003B6B;
	text-decoration: none;
}

a.navlink:visited
{
	font-weight: bold;
	color: #005AA5;
	text-decoration: none;
}

a.navlink:hover
{
	Font-weight: bold;
	color: #358BD2;
	text-decoration: none;
}

a img 
{
    border:0px;
}

.navmenu ul
{
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

.navmenu li
{
	background: #DBDBDB;
	cursor: hand;
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
	float: left;
	display: block;
	width: 100%;
    height: 40px;
	background-image: url('../images/bg06.png');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
    line-height: 40px;	
    /*border-bottom: 1px solid #ffffff;*/
}

.navmenu li:hover
{
	background-color: #ADC3DD;
}

.navmenu li.active>a
{
	background: url('../images/bg06.png') repeat right;
	font-weight: bold;
	background-color: #2E64ED;
	color: #FF8000;
}

.navmenu a
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5C68B2;
	padding: 0 10px;
	display: block;
	cursor: pointer;
	/*border-bottom: 1px solid #ffffff;*/
}

li.spacer
{
	background: #F4F5F5;
	list-style-type: none;
    height: 8px;
    line-height: 8px;
	border-bottom: 0px;
}

li.spacer:hover
{
	background: #F4F5F5;
	list-style-type: none;
}

.navbar ul
{
    padding: 0px;
    float: right;
    margin: 0px;
    height: 100%;
}

.navbar li
{
    float: left; /* li nebeneinander anzeigen */
    list-style-type: none; /* ohne Aufzählungspunkte */
    padding: 0px;
    width: 100px;
    height: 100%;
    line-height: 40px;
    text-align: center;
}

.navbar li a
{
    display:block;
}

.navbar li:hover
{
    background-color: #ADC3DD;
    /*background-image: url('../images/bg06.png');*/
   	cursor: pointer;
}

li.registration
{
	color: #003B6B;
	font-weight: bold;
	list-style-type:decimal;
	margin-bottom: 10px;
	margin-left: 20px;
}

li.linklist
{
	padding:10px;
	list-style-type: square;
}

ul.mediaList
{
	list-style-type:none;
	padding-left:0px;
}

span.registration
{
	font-weight: normal;
	color: black;
}

.headline
{
	font-size: 26px;
    display: block;        
    text-align: center;
    color: #696969;    
}

.startText
{
	font-size: 14px;
    display: block;
    text-align: center;
    color: #696969;
}

.defaultText
{
	font-size: 14px;
    display: block;
    text-align: left;
    color: #696969;
}

/* CSS für eventShow.php */
.eventbox
{
	background: #E3EAF3;
    padding: 10px 10px 5px 10px;
}

span.eventtitle
{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #003B6B;    
]

span.eventsubtitle
{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #003B6B; 
}

span.eventtext
{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}

th
{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #003B6B;
}
td
{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}
td.label
{
	width: 211px;
    font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

td.labelblue
{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #003B6B;
	height: 20px;
}

.registrationNoHint
{
	font-size: 11px;
	color: #696969;
	margin-left:10px;
}

.jsWarn
{
	font-size: 11px;
	color: #B40404;
}

.journey li
{
	padding: 0;
	margin: 0;
    border: 0;
	width: 100%;
   	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
    line-height: 25px;
}

#darkBackground{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: black;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:1;
}
#topicBox{
	display:none;
	position:absolute;
	top: 300px;
	width: 470px;
	background-color: white;
	z-index:100;
}
#replyBox{
	display:none;
	position:absolute;
	top: 300px;
	width: 470px;
	background-color: white;
	z-index:100;
}

/* CSS für Forum */
.rdcnr_box{
	background:#FFFFFF;
}
.rdcnr_top{
	background:url(../images/panel_rt.png) no-repeat top right;
}
.rdcnr_top div{
	background:url(../images/panel_lt.png) no-repeat top left;
	padding:0px 30px;
}
.rdcnr_bottom{
	background:url(../images/panel_rb.png) no-repeat bottom right;
}
.rdcnr_bottom div{
	background:url(../images/panel_lb.png) no-repeat bottom left;
}
.rdcnr_top div, .rdcnr_top, .rdcnr_bottom div, .rdcnr_bottom{
	width:100%;
	height:15px;
}
.rdcnr_content{
	padding:0px 30px;
}
.rdcnr_font{
	color:#ooo;
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:12px;
}