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

html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;  /* Firefox */
}

body {
	margin:0px;
	background-image:url(../img/bg.png);	
	background-position:top;
	background-repeat:repeat-x;
	background-color:#6DAEF5;
	/* center layers */
	text-align:center;
	/* standard font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* ############################################ */
/* ############################################ */

h1 { /* Head für Haupt-Bereich (Subnav-Bereich) */
	font-size: 16px;
	/* color:#666666; */
	color:#000000;
	margin:0;
	/* margin-top:0; */
	margin-top:0px;
	margin-bottom:13px;
}

h2 { /* Head für Page-Titel */
	font-size: 14px;
	color:#666666;
	margin:0;
    /* margin-top:0; */
	margin-top:25px;
	margin-bottom:5px;
}

h3 { /* Head für Zwischen-Titel */
	font-size: 12px;
	color:#666666;
	margin:0;
	margin-top:0;
	margin-bottom:13px;
}

p {
	margin:0;
	margin-top:0;
	margin-bottom:13px;
}
a {
	text-decoration:underline;
	color:#000000;
}

form {
border:0;
margin:0;
}

/* ############################################ */
/* ############################################ */




#wrapper {
	margin: 0 auto;
	width:1015px;
	text-align:left;
}

#navigation {
	margin: 0 auto;
	height:175px;
	width:850px;
	text-align:left;
	float:left;
	background:url(../img/bg_header.gif);
}

#navbar {
	position:absolute;
	margin-top:138px;
	margin-left:0;
    width:850px;
	height:37px;
	text-align:left;
	background-color:#E0E0E0;
	float:left;
}

#feature_right {
	position:relative;
	margin-top:190px;
    width:150px;
	text-align:left;
	float:right;
}

#teaser_big {
	margin: 0 auto;
	width:850px;
	height:250px;
	text-align:left;
	float:left;
}

#teaser_small {
	margin: 0 auto;
	width:850px;
	height:160px;
	text-align:left;
	float:left;
}

#content_wrapper {
	margin: 0 auto;
	width:800px;
	text-align:left;
	float:left;
	background-color:#FFFFFF;
	padding:25px;
    list-style-image:url(../img/bullet_green_small.gif);
}

#content_wrapper ol li {
    list-style-image:none;
}


/*  SIDENAV ############### */

.sidenav {
	margin: 0 auto;
	margin-left: 25px;
	margin-bottom: 25px;
	background-image:url(../img/bg_sidenav.png);
	background-repeat:no-repeat;
	width:250px;
    /* min-height:185px; */
	text-align:left;
	float:right;
	clear:right;
}

.sidenav li {
	/* list-style: */
	margin:5px;
	margin-left:5px;
	font-weight:bold;
	color:#666666;
	list-style-image:url(../img/bullet_green_big.gif);
}

.sidenav li li {
	/* list-style: */
	margin:5px;
	margin-left:-15px;
    font-weight:normal;
	list-style-image:url(../img/bullet_green_small.gif);
}

.sidenav a {
	text-decoration:none;
	color:#666666;
}

.sidenav p {
    margin-left:25px;
	margin-right:25px;
	margin-top:20px;
}


.sidenav a:hover {
	color:#000000;
}

.sidenav h2 {
	font-size:15px;
	color:#FFFFFF;
	margin-top:8px;
	margin-left:inherit;
	/* IE fix */
    margin-left:25px;
}


/*  TABS ############### */

.tabs {
width:auto;
}

.tabs ul {
padding:0px;
margin:0px;
list-style-image:none;
list-style-type:none;
}

.tabs li {
float:left;
/* width:120px; */
position:relative;
}

.tabs a, .tabs a:visited {
display:block;
font-size:12px;
font-weight:bold;
text-decoration:none; 
color:#fff; 
background:#666666;
height:33px; 
border-right:1px solid #fff;
padding-left:10px; 
padding-right:10px; 
line-height:33px;
}

.tabs a:hover {
/* color:#515151; */
/* background:#F5F5F5; */
text-decoration:underline;
}

.tabs a.current {
color:#515151; 
background:#F5F5F5;
}

.tabs a.current:hover {
text-decoration:none;
}


/*  FORMS ############### */

.form_wrapper {
float:left;
}

.form_wrapper h2 {
margin-top:0px;
}

.form_field_error {
background:#FF9191;
}

.form_field_success {
background:#7FC41C;
}


.form_label_error {
color:#FF0000;
}

.label_top {
padding:3px 10px 3px 3px;
background:#CCCCCC;
margin-top:10px;
}



/*  FOOTER ############### */

.footer {
	margin-top:0px;
	margin-left:0;
	/*       top  right  bottom left     */
	padding: 25px 25px 30px 25px;
    width:800px;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../img/page_end.gif);
	background-repeat:no-repeat;
	float:left;
}

.footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

.helplink a, .helplink a:visited{
	text-decoration:underline;
	background-color:#7FC41C;
	padding:1px;
}

.menu li.ie6_active {
	background-color: #666666 !important;
}
.menu li.ie6_active a, .menu li.ie6_active a:visited {
	color:#FFFFFF !important;
}
/*  TESTING ############### */

.programm th {
	font-size:12px;
	font-weight:bold;
}
.programm {
	font-size:11px;
	font-weight:normal;
	border:1px #FFFFFF;
}

.speaker {
display:block;
margin-top: 4px;
font-style: italic;
}

.thema_gruen strong {
color:#669933;
}
.thema_gruen a {
color:#669933;
}

.thema_blau strong {
color:#6699FF;
}
.thema_blau a {
color:#6699FF;
}

.thema_rot strong {
color:#FF0066;
}
.thema_rot a {
color:#FF0066;
}

/*  INFOBAR ############### */

#informationbar{
position: fixed;
left: 0;
width: 100%;
text-indent: 5px;
padding: 5px 0;
background-color: #FFBF00;
border-bottom: 1px solid black;
font: bold;
color:#000;
}
 
#informationbar a {
color:#000;
}


* html #informationbar{ /*IE6 hack*/
position: absolute;
width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}


