@charset "utf-8";
/* CSS Document */

/* Reset standard definitions*/
body, p, li, ul, tr, td, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a{
	color: #484848;
	font-weight: bold;
	text-decoration: none
}

a img{
	border: none;
}

/*backgrounds*/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #484848;
	background-color: #cce0f5;
	height: 100%;
}

body {
	background-image: url(../images/body_hg_top.jpg); 
	background-position: top;
	background-repeat: repeat-x;
	height: 100%;
}

#center_outer{
	background-image: url(../images/body_hg_bottom.jpg); 
	background-position: bottom;
	background-repeat: repeat-x;
	height: auto;
}

#center_inner{
	position: relative;
	left: 50%;
	width: 1020px;
	margin-left: -510px;
	background-image: url(../images/center_hg_repeat.png);
	background-repeat: repeat-y;
}

#left{
	float: left;
	width: 192px;
	margin: 0px 30px 0px 44px;
}

#right{
	float: left;
	width: 710px;
}

/*SEKTION KOPF*/
#head_logo{
	height: 220px;
}

#head_image{
	height: 162px;
	background-image: url(../images/default_head.jpg);
	background-repeat: no-repeat;
	padding: 12px 0px 11px 0px;
	overflow: hidden;
}

/*SEKTION MENUES*/
#menu_main{
	height: 34px;
	background-color: #ebf3fb;
	padding: 0px 1px 0px 1px;
}

/*SEKTION CONTENT*/
#content{
	padding: 22px 0px 22px 0px;
}

/*SEKTION SEITENFUSS*/
#foot{
	width: 932px;
	border-top: 1px solid #cccccc;
	margin: 20px 0px 0px 44px;
	padding: 12px 0px 40px 0px;
}

#menu_foot{
	float: left;
	width: 700px;	
}

#foot_toplink{
	float: left;
	width: 232px;
	text-align: right;
	font-size: 80%;	
}

#foot_toplink a{
	font-weight: normal;
	text-decoration: underline;
}
