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

/*Layout*/

body {
    /*border:1px solid #CCCCCC;*/
	color:#111111;
	background:repeat url(images/bgpaper.jpg);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 20px;
	}

#globalcontainer {
	/*border:1px solid #CCCCCC;*/
	background:#ffffff;
	width:710px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	}
	
#header {
	width:710px;
	background: #e6e6e6 no-repeat url(images/header1.png) 20px 0px;
	height: 143px;
	float:none
	}

#content {
	/*border:1px solid #CCCCCC;*/
	background:#ffffff;
	height:430px;
	overflow:auto;
	text-align:left;
	margin: 20px 20px 0 20px;
	}
	
#thumb {
	float: left;
	text-align:center;
	height:80px;
	width:170px;
	overflow:ignore;
	margin-right:20px;
	padding-bottom:10px;
	}	
	
#footer {
	/*border:1px solid #CCCCCC;*/
	background:#e6e6e6;
	padding:10px 0px 10px 0px;
	text-align:center;
	font-size:11px;
	}

/*Schrift*/

a:link {
	color: #99CC33;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	color: #006600;
	}
	
a:hover {
	text-decoration: none;
	color: #669900;
	}
	
a:active {
	text-decoration: none;
	color: #669933;
	}	


/*Columns*/

#columns-container {
    width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	}
	
#columns-left {
    float: left;
	width: 40%;
	margin-left: 0%;
	margin-right: 1,5%;
	padding: 0px;
	overflow: hidden;
	}
	
#columns-right {
	float: right;
	width:  57%;
	margin-left: 1.5%;
	margin-right: 0%;
	padding: 0px; 
	overflow: hidden; 
	}
	
#columns-clearer {
    width:  100%;
	clear: both;
	}

/*Navigation*/

#navcontainer {
	width:700px;
	text-align:center;
	font-size:12px;
	margin-top:10px;
	padding-bottom: 15px;
	padding-left:0px;
	}
	
#navcontainer #current {
	border-bottom-color: #808080;
	}

#navcontainer #current:hover {
	}

#navcontainer .currentAncestor {
	border-bottom: 5px solid #808080;
	}

/* Parent - Level 0 */

#navcontainer ul, #navcontainer li {
	list-style-type: none;

	display: inline;
	}

#navcontainer a {
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 5px solid #e9e9e9;
	margin-right: 25px;
	}

#navcontainer a:hover {
	border-bottom-color: #808080;
	}

#navcontainer a:active {
	}

/* Child - Level 1 

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 15px;
	padding: 8px 0;
	margin-top: 8px;
	width: 100%;
	border-width: 1px;
	display: block;
	}

#navcontainer ul ul li {
	}

#navcontainer ul ul a {
	border: none;
	}

#navcontainer ul ul a:hover{
	}

#navcontainer ul ul #current{
	}

#navcontainer ul ul .currentAncestor {
	border-top-color: #231c1b;
	}

 Child - Level 2

#navcontainer ul ul ul {
	display: none;
	}	
	*/
