/**

*** A Free Template by joomlajunkie.com

*** @version 1.0

*** @copyright (C) 2005-2006 by - Joomla Junkie

*** @web http://www.joomlajunkie.com

**/



/***This css file manages the asthetic layout,

dimensions etc***/



body {

text-align: center;

margin: 0;

margin-top: 13px;

}



#wrapper {

position: relative;

width: 780px;

margin: 0;

padding: 0;

margin: 0 auto;

text-align:left;

z-index: 1;

}




#kopfbild {
	
float:left;

width: 778px;

height: 229px;

margin: 0;

padding: 0;

border: 1px solid #ECEDED;

}

#top_seperator {

/*background: url(../images/top_seperator_bg.gif) no-repeat;*/
background-color: #fff;

clear: both;

width: 780px;

height: 25px;

}



#top_shelf {

border-top: 10px solid #E4E9AB;

width: 780px;

margin: 0;

padding: 0;

overflow: auto;

}



#top_shelf_left {

float: left;

width: 236px;

padding: 0 5px 0px 5px;

margin-left: 10px;

display:inline;

}



* html body #top_shelf_left {

width: 246px;

}



#top_shelf_center {

float: left;

width: 236px;

padding: 0 5px 0px 5px;

margin-left: 10px;

}



* html body #top_shelf_center {

width: 246px;

}



#top_shelf_right {

float: left;

width: 236px;

padding: 0 5px 0px 5px;

margin-left: 10px;

}



* html body #top_shelf_right {

width: 246px;

}




#content_wrap {

width: 780px;

overflow: auto;

border-top: 10px solid #ECEDED;
border-bottom: 10px solid #ECEDED;

}



#sidebar {

float: left;

width: 190px;

margin-left: 10px;

padding: 0px 5px 5px 5px;

margin-top: -7px;

display: inline;

}



* html body #sidebar {

width: 200px;

}



#pathway {

float: left;

width: 540px;

margin-left: 10px;

padding: 5px;

}



* html body #pathway {

width: 549px;

}



#main_content {

float: left;

width: 530px;

padding: 10px;

margin-left: 10px;

}



* html body #main_content {

width: 550px;

}



#bottom_seperator {

/*background: #fff url(../images/bottom_seperator_bg.gif) no-repeat;*/
background-color: aqua;

width: 780px;

height: 6px;

}



#footer  {

/* background: url(../images/footer_bg.gif) repeat-x; */

background: #ECEDED;

color: #707173;

width: 780px;

height: 34px;

margin: 0 auto;

clear:both;

padding-top: 2px;

}

#footer a:link, 
#footer a:visited {
color: #707173;
}

