/* ------- MAIN CSS Gerald Bartke ------------- */

/*
DIV {border: 1px solid #ff0000;}
*/

body
{
	margin:0px; padding:0px;
	text-align:center;
}

#page-container
{
	text-align: left;
    margin: auto auto;
    border-width:0px;
    border-right:1px;
	border-left:1px;
    border-color:#9d9d9d;	
    border-style:solid;
    width:970px;
    background-color:#ffffff;	
}
/*  end content frame ----------------------- */

/* start content templates --- */
#content-template{}

#content-tmpl-table
{
	text-align: left; 
	border-spacing: 0px; 
	border-collapse: collapse; 
	width: 970px;
	background-image:url(../images/table-bg.gif); 
	background-repeat:repeat-y;
}

#head-container
{
/*	overflow: hidden;*/
	height: 160px;
	width: 190px;
	background-color: #ffffff;
	float: left;
}

#head-navigation
{
	overflow: hidden;
	text-align: right;
	height: 25px;
/*	margin-left: 190px;*/
	width: 780px;
	background-color: #54be46;   
}

#head-image
{
	overflow: hidden;
	height: 135px;
/*	margin-left: 190px;*/
	width: 780px;
	background-color:#40ac68;   
}

#footer-container
{
	text-align: right;
 	width: 970px;
	margin: 0;
	padding: 0;
	height: 5px;
	line-height: 5px;
	font-size: 1px;
	background-color: #009036;
}


/* end content templates -------------------------------------------------- */
.footer-copyright{ 
    padding-left:5px;
}

#main-navi {}

#logo-container{}

#col-pos-1,#col-pos-2
{
/* eigentliche Hoehe:	height:450px; */
	min-height:430px;
}

#col-pos-1, #col-pos-0, #col-pos-2 {
	padding-top: 20px;
}


.rootline {
	padding-top: 5px;
}
/* --- Inhalt Container Links --- */
#col-pos-1
{
	float: left;
	width:190px;
	overflow: hidden;
	background-color: transparent;
	padding: 0;
}

/* --- Inhalt Container Mitte --- */
#col-pos-0
{
	float: left;
	overflow: hidden;
	float:left;	
/* eigentliche Breite: 400px */
	width:380px;
	margin-left: 10px;
	margin-right: 10px;
	padding:0px;	
	background-color: transparent;
}

.gfx-head-colpos-0 {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;

}

/* --- Container Rechts --- */

#col-pos-2
{
	float: left;
/* eigentliche Breite: 190px */	
	width: 190px;
	margin-left: 0px;
	padding: 0px 10px 0 10px;		
/* 20 p von Gesamthoehe abziehen !!! */
	padding-top: 15px;
	background-color: transparent;
	overflow: hidden;
}

.gfx-head-colpos-2 {
	margin-top: 5px;
	margin-left: -10px;
	margin-bottom: 5px;
	overflow: hidden;
	width: 190px;
}

#col-pos-3
{
	float: left;
	overflow: auto;
	width: 190px;
	padding: 0px;	
	background-color: transparent;
	overflow: hidden;
}
/* end content templates -------------------------------------------------- */
/* --- Main Navigation */
ul#top_navi
{
	list-style: none;
	margin:0px; 
	padding:0px;
}

ul#top_navi li
{
	display: inline;
	list-style: none;
	padding:0px;
	margin:0px;
}


