* {
	margin:0;
	padding:0;
	border:none;
	color:#0F2705;
}

html {
	height: 100%;
	overflow-y:scroll;
}

body {
	height: 100%;
	background:#FFF;
}

#container_frame {
	left:-6px;
	margin:auto auto;
	min-height:100%;
	position: relative;
	width:812px;
	background:url(./images/content_bg.png) top left repeat-y;
	overflow:hidden;
}

* html #container_frame {
	height: 100%;
}

#container_mainframe {
	width:800px;		
	margin-left:6px;
	margin-right:6px;
	overflow:hidden;
}

#container_header {
	width:100%;
	overflow:hidden;
}

#header_content {
	background:#fff url(./images/header_bg.png) top left repeat-x;
	height:58px;
	overflow:hidden;
}

#header_content_logo {
	background:url(./images/ausgehen_logo.png) top left no-repeat;
	position:relative;
	left:315px;
	top:9px;
	width:188px;
	height:64px;
	float:left;
	overflow:hidden;
}

#header_navigation {
	text-align:center;
	overflow:hidden;
}


#header_navigation a {
	color:#FF8B07;
	font-size:14px;
	font-weight:bold;
	font-family:verdana;
	text-decoration:none;
}


#header_navigation a:hover {
	text-decoration:underline;
}

#container_content {
	width:800px;
	margin-bottom:52px;
	overflow:hidden;
}

#container_content_left {
	float:left;
	width:600px;
	overflow:hidden;
}

#container_content_right {
	float:right;
	width:200px;
	overflow:hidden;
}

#container_footer {
	position: absolute;
	bottom:0;
	left: 6px;
	width: 800px;
	height:52px;
	background:#fff url(./images/footer_bg.png) repeat-x bottom left;
	overflow:hidden;
}

#footer_logo {
	background:url(./images/ausgehen_logo_short.png) top left no-repeat;
	position:relative;
	right:17px;
	top:0px;
	width:60px;
	height:49px;
	float:right;
}

* html #atom_footer {
	bottom: -1px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.block_end {
	clear:both;
}

#container_content {
	width:784px;
	margin:3px;
	padding:4px;
	border:1px solid #FE8C07;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	font-size:12px;
	font-family:verdana;
}

#container_content h1 {
	font-size:14px;
	display:block;
	border-bottom:1px solid #58795A;
	padding-top:15px;
	padding-bottom:3px;
	margin-bottom:3px;
} 

#container_content h1.first {
	padding-top:0px;	
}

#footer_links {
	position:relative;
	left:17px;
	top:29px;
	width:600px;
	height:49px;
	float:left;
	font-family:verdana;
	font-size:12px;
}
