@IMPORT url("guestbook.css");

html {
	height:100%;
	}
body {
	background-color: white;
	background-image: url("../images/rahmen.gif");
	background-position: center;
	background-repeat: repeat-y;
    margin: 0px;
    padding: 0px;
    text-align: -moz-center;
    text-align: center;
    height:100%;	
}

body, a {
	font-size: 14px;
	font-family: Arial, Helvetica, serif;
	color:#283723;
	font-weight:normal;
	text-decoration: none;
}

img {
	border: 0px;	
}

a:hover {
	text-decoration:underline;
	border:none;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #498C6B;
	margin-top: 19px;
	}
h1 {
}

h2 {
}

h3 {
}


ul{
	margin:0px;
	padding:0px;
}

#rahmen {
	width:900px;
	border:0px solid #cccccc;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: auto;
	}
* html #rahmen {
	height:100%;
}

/***** Klickpfad ******/

#klickpfad {
		background-color: white;
		border-bottom:1px solid #EDEDED;
		height:30px;
		line-height:20px;
		font-size: 12px;
		padding-left:20px;
}
#klickpfad a {
	font-size: 12px;
}
	
/***** Metamenü ******/

#metamenue {
	width:100%;
	height: 30px;
	background-color: white;
}
#metamenue a {
	padding:2px 15px 0px 5px;
	height:28px;
	font-size: 11px;
	display: block;
}
* html #metamenue a {
	display: inline;	
}
#metamenue a:hover{
	text-decoration: none;
	background-color: #F4F4F4;
}
#metamenue ul {
	float: right;	
}
#metamenue li{
		list-style: none;
		float:left;
		border-left: 1px solid #f1f1f1;
	}

/***** XXX ******/

#header {
	clear:both;
	height:200px;
	background-image: url("../images/header.jpg");
}

#menue_top{
	clear:both;
	width:100%;
	height:40px;
	background-color: #82A478;
	background-image: url("../images/bg_menue_top.gif");
}

#menue_top li {
	float:left;
	display:inline;
	list-style-type:none;
	height:40px;
	line-height:40px;
	border-right:1px solid #C3D3BE;
	
}

#menue_top .top_aktiv {
	background-image: url("../images/bg_menue_top_hover.gif");
	}

#menue_top li a {
	font-size:20px;
	color:white;
	display:block;
	padding:0px 20px 0px 20px;
	text-decoration:none;
	
}
#menue_top li a:hover {
	background-image: url("../images/bg_menue_top_hover.gif");
}
#menue_left {
	width: 210px;
	min-height: 20px;
	display: table-cell;
	border-right: 0px solid #EDEDED;
	vertical-align: top;
}
*+html #menue_left {
	float:left;
}
* html #menue_left {
	float:left;
}
#menue_left li {
	list-style-type:none;
	border-bottom:1px solid #EDEDED;
	border-top:1px solid white;
	
}
#menue_left a {
	display:block;
	height:30px;
	line-height:30px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	font-size: 16px;
	}

#level2 li a{
	padding-left:40px;
	}


#main {
	clear:both;
	display:table;
}

	#row {
		display: table-row;
	}
	
	#content {
		padding:0px 30px 30px 30px;
		letter-spacing:0.04em;
		display: table-cell;
		width:700px;
		vertical-align: top;
		
	}
	*+html #content{
		float:right;
		width:620px;
	}
	* html #content {
		float:right;
	}

	


#footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	width:900px;
	background-color: #8FAD86;
	position: relative;
	bottom: 0px;
	text-align: center;
	color: white;
	margin: 0 auto;
}



