/* Start of CMSMS style sheet 'main' */
@charset "utf-8";
/* General */
/* ------------------------------------------- */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#e5e7e6;
	color:#82888c;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;


}

body {
	margin:0;
	padding:0;
        background-color:#e5e7e6;
	background-image:url(images/main_page_back.gif) ;
        background-repeat:repeat-x;
        height:100%; /* needed for container min-height */

}


#container {
	margin: 0 auto;
	width: 975px;	
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image:url(images/main_walking_page_back.gif);
	position:relative;
	background-repeat:repeat-y;
}
/* header */
/* ------------------------------------------- */

#headercontainer {
	height: 66px;
}
#header {
	margin: 0 auto;
	width: 975px; 
	height: 66px;
	background-image:url(images/main_header_back.jpg);
	background-repeat:repeat-y;
}
#header #logo {
	position:relative;
	height: 33px;
	width: 160px;
	left: 32px;
	top: 33px;
}
#headermenue {
	position:relative;
	float:right;
	right:0px;
	top: 18px;
	height: 10px;
	width: 500px;
	font-size:10px;
	color: #bdc0c2;
}
#headermenue ul {
	float:right;
	margin:0px;
	padding:0px;
	list-style:none;
}
#headermenue li {
	float:left;
	padding-left:10px;
	
}
/* Content */
/* ------------------------------------------- */

#contentcontainer {
	height: 662px;
background-image:url(images/main_walking_page_back.gif);
}
#content {
	margin: 0 auto;
	width: 975px;
	background-color:#CCC;
}
/* Teaser */
/* ------------------------------------------- */

#teaser_image {
	height:297px;
        width:975px;
	background-image:url(images/main_top_back.jpg);
}
/* subcontent */
/* ------------------------------------------- */

#subcontent {
	background-image:url(images/main_bottom_back.jpg);  
	background-repeat:no-repeat;
	overflow:hidden;
	height:165px; 
}

/* menue */
/* ------------------------------------------- */


#menue {
	height:33px;
	float:right;
}
#menue ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#menue li {
	height:33px;
	width:160px;
	float:left;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

/* banner */
/* ------------------------------------------- */

#banner {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}


#banner p {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;	
	width: 150px; 
	float:left;
	font-size:9px;
	height:50px;

}

.newsblock {
	height:109px;
	width:150px;
	float:left;
}

#banner img {
	
	margin-top:5px;
	margin-left:5px;
float:right;
	
}

#banner h1 {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
	font-size:11px;
	font-weight:bold;
    padding-bottom:15px;
	width: 150px;
	float:left;

}

#banner a {
	text-decoration:none;
	color:#999;
}

#banner ul {
	margin:0px;
	padding:0px;
	list-style:none;
	padding-top: 10px;
	float:right;
}

#banner li {
	height:109px;
	width:310px;
	background-image:url(images/main_news_back.gif);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
	padding-right:10px;

}

/* footer */
/* ------------------------------------------- */

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

/* metanav */
/* ------------------------------------------- */

#metanav {
	bottom:0px;
	margin: 0 auto;
	width:950px;
	height:20px;
	background-image:url(images/main_meta_menue_back.gif);  
}


/* cursorselect*/
/* ------------------------------------------- */

#cursorselect a:hover {
   border:0;
}

#cursorselect a:visited {
   border:0;
}

#cursorselect a:active {
   border:0;
}

a {outline: none; }
a img {outline: none; }

/* End of 'main' */

