html {
  background: none;
  background-position: top;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  color: #666;
  font-size: 11px;
  line-height: 16px;
}

body { 
  width: 680px;
  margin: 0 auto 0 auto;
  padding: 0;
}

body.home { 
  width: 960px;
  margin: 0 auto 0 auto;
  padding: 0;
}

.hidden { 
  visibility: hidden;
  border: none;
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;	
}

.clear {
  clear: both;
}

p {
	margin: 8px 0;
}

.block {
	overflow: visible;	
}

.inside {
	overflow: visible;	
}


a img {
  border: none;
}


/* Tabcontrol */

.ce_tabcontrol_tabs,
.ce_tabcontrol_pane {
	overflow: hidden;
}


/* -----------------Layout----------------- */
#wrapper {
	background: none;
	background-color: #f7f7eb;
	width: 680px;
}

#header {
	height: 138px;
	position: relative;
	width: 680px;
	position: top;
	background: url(../images/header_print.gif) no-repeat;
	background-color: #f6f0df;
}


	#logo img {
			border: none;
			padding: 34px 0 0 67px;
			float: left;
	}
	
	#logo a {
		background: none;
		padding:0;
	}

#container {
	background: none;
	background-color: #f7f7eb;
	width: 680px;
	float: left;
}

#left {
	display: none;
}
	

#main {
	width: 600px;
	padding: 40px 0 40px 60px;
}

		/* zweispaltig */
		
		#left_col {
			float: left;
			width: 280px;
		}
		
		#right_col {			
			float: right;
			width: 280px;
			padding-right: 30px;
			clear: right;
		}
		
	#two_cols_bottom {
		clear: both;
		width: 570px;	
	}


#footer {
	background-color: #c3c8b2;
	width: 640px;
	clear: both;
	height: 50px;
	display: block;
	padding: 20px 20px 10px 20px;
	margin: 0 0 0px 0;
}
	
	#footer a {
			background: url(../images/arrow_link_footer.gif) no-repeat 0 1px;
			padding-left: 15px;
		}
		
	#footer a:hover {
		color: #f7f7eb;	
	}
		
	.mod_toplink {
		text-align: right;
		float: right;
	}



/* Home */

#header_home {
	height: 138px;
	position: relative;
	width: 890px;
	position: top;
	background: url(../images/header_home_print.gif) no-repeat;
	background-color: #f6f0df;
}

#left_home {
	display: none;
}

#container_home {
	background: url(../images/container_background_home.gif) no-repeat #f7f7eb;
	width: 890px;
	float: left;
	height: auto;
}

#main_home {
	width: 810px;
	padding: 40px 0px 40px 60px;
}

#footer_home {
	background-color: #c3c8b2;
	width: 850px;
	clear: both;
	height: 50px;
	display: block;
	padding: 20px 20px 10px 20px;
	margin: 0 0 0px 0;
}

	#footer_home a {
		background: url(../images/arrow_link_footer.gif) no-repeat 0 1px;
		padding-left: 15px;
	}
	
	#footer_home a:hover {
		color: #f7f7eb;	
	}



/* -----------------Navigation----------------- */

#mainmenu {
	display: none;
}


/* Metanav */

#metanav {
	display: none;
}


/* Navigationspfad */

.mod_breadcrumb {
	display: none;
}










