	/* outer syles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		height:100%;
		background: #FFF url(images/stripes3.png) repeat-x;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	
	div#wrapper1{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	div#wrapper2 {
		width: 1000px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
}
	/*Left Navigation */
div.leftnav{
	border: 1px solid #9EABBC;
	margin-bottom: 5px;
	background: #375171;
	
}


div.col2 h2,
div .mod_customnav h1,
div .mod_navigation h1,
div.mod_newslist h2{
	font: bold 12px Sans-Serif;
	color: white;
	background: url("images/button-yellow.png") repeat-x;
	height: 25px;
	padding-top: 2px;
	margin: 0;
}
div.mod_upcoming_events h2,
div.partner h2{
	font: bold 12px Sans-Serif;
	color: white;
	background: url("images/button-green.png") repeat-x;
	height: 25px;
	padding-top: 2px;
	margin: 0;
}

div.col2 ul{
	list-style:none;
	text-align: left;
	margin: 0;
	padding: 0;
}

div.col2 ul li{
	font-family: Tahoma; 
	font-size: 8pt;
	text-decoration: none;
	color: #000;
	line-height: 16px;
	text-align: left;
	border-left: 2px solid #477795;
	margin-bottom: 2px;
	padding: 1px 10px;
}

div.col1 ul li a,a:visited{
	color: #477795;
	text-decoration: none;
	font: bold 8pt Arial;
}

div.col1 ul li a:hover{
	color: #477795;
	text-decoration: underline;
	font: bold 8pt Arial;
}
div.col2 ul li a,a:visited{
	color: #477795;
	text-decoration: none;
	font: bold 8pt Arial;
}

div.col2 ul li a:hover{
	color: #477795;
	text-decoration: underline;
	font: bold 8pt Arial;
}

div.col1  a,a:visited{
	color: #477795;
	text-decoration: none;
	font: bold 8pt Arial;
}

div.col1  a:hover{
	color: #477795;
	text-decoration: underline;
	font: bold 8pt Arial;
}
div.col2  a,a:visited{
	color: #477795;
	text-decoration: none;
	font: bold 8pt Arial;
}

div.col2  a:hover{
	color: #477795;
	text-decoration: underline;
	font: bold 8pt Arial;
}


.col2 p{
	font: bold 12px Sans-Serif;
	color: #477795;
}
.col3 p,
div.mod_upcoming_events .empty{
	font: 8pt Arial;
	color: black;
	text-align: left;
}
div.mod_upcoming_events .event h1,
div.mod_newslist .layout_full h1{
	font: bold 10pt Arial;
	text-align: left;
	/*text-transform: uppercase;*/
	color: #477795;
	border-bottom: 1px solid #477795;
}
div.mod_navigation,
div.mod_upcoming_events,
div.mod_newslist,
div.mod_customnav{
	margin-bottom: 25px;
}
/*.col3 h1{
	font: bold 14pt Arial;
	text-transform: uppercase;
	color: #477795;
	border-bottom: 1px solid #477795;
}*/
div#content div.mod_article div.ce_text{
	margin-bottom: 20px;
}

/* Content styles */

div#content{
	background-color: #FFF;
	/*border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;*/
	height: 100%;
	padding: 0 1em 0 1em;
	text-align: left;
	font: 8pt Arial;
	color: black;
	text-align: left;
}
#content p,
div.mod_breadcrump span.active,
div.mod_customnav span.active,
.col2 div.mod_navigation span.active,
div.partner p{
	font: 8pt Arial;
	color: black;
	text-align: left;
}
#content h1{
	font: bold 14pt Arial;
	/*text-transform: uppercase;*/
	color: #477795;
	border-bottom: 1px solid #477795;
}
#content h3,
div.mod_upcoming_events .info{
	font: bold 8pt Arial;
	/*text-transform: uppercase;*/
	color: #465479;
}

	/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	height: 60px;
	padding: 0;
	margin: 0;
	background: url("images/topnav.png");
}
#header ul {
	clear:left;
	float:left;
	width:60%;
	list-style:none;
	margin:0;
	padding:0 0 0 20.5%;
}
#header ul li {
	display:inline;
	list-style:none;
	float:left;
	height: 40px;
	margin:0;
	padding:10px 10px;
	text-align:center;
	font: bold 10pt Sans-Serif;
	color:#F8F8E5;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a {
	text-align:center;
	font: bold 10pt Sans-Serif;
	color:#F8F8E5;
	text-decoration:none;
}
#header ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
#header ul li.active,
#header ul li.trail{
	background: url("images/topnav-yellow.png") repeat-x;
}

div#startpunkt table .button a{
	padding:0;
	margin:0;
	font: bold 10pt Sans-Serif;
	color:#F8F8E5;
}
div#startpunkt table .button{
	text-align:center;
	padding:0;
	margin:0;
	height: 25px;
	width: 250px;
	background: url("images/button-yellow.png") repeat-x;
}

#header ul li a span {
	display:block;
}

/* Right Column */
.newsbox-green{
	display: block;
	border: 1px solid #616e0f;
	margin: 0 0 15px 0;
}

div.col3 .newsbox-green h2{
	font: bold 12px Sans-Serif;
	color: white;
	background: url("images/button-green.png") repeat-x;
	height: 25px;
	padding-top: 2px;
	margin: 0;
}

.col3 .newsbox-green p{
	font: 8pt Arial;
	/*color: #616e0f;*/
	padding: 0 10px;
	text-align: left;
}
.newsbox-yellow{
	display: block;
	border: 1px solid #e8a120;
	margin: 0 0 15px 0;
}

div.checkbox_container span{
        display: block;
}
div.checkbox_container{
        margin: 0 0 5px 0;
}

div.col3 .newsbox-yellow h2{
	font: bold 12px Sans-Serif;
	color: white;
	background: url("images/button-yellow.png") repeat-x;
	height: 25px;
	padding-top: 2px;
	margin: 0;
}

.col3 .newsbox-yellow p{
	font: 8pt Arial;
	/*olor: #e8a120;*/
	padding: 0 10px;
	text-align: left;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color: #FFF;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
				/* right column background colour */
}
.threecol .colmid {
	right:20%;			/* width of the right column */
						/* center column background colour */
}
.threecol .colleft {
	right:60%;			/* width of the middle column */
						/* left column background colour */
}
.threecol .col1 {
	width:59%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:18%;			/* Width of left column content (column width minus padding on either side) */
	left:24%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:16%;			/* Width of right column content (column width minus padding on either side) */
	left:84%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
	

.error{
	font: bold;
	color: #ff0000
}

	/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	background-color: #FFF;
	border-bottom: 2px solid #477795;
}
	#footer p {
	font: 7pt Arial;
	color: #555;
	padding:10px;
	margin:0;
	}

