* {
	margin: 0;
	padding: 0;
}

html,body {
	height:100%; /* needed for container min-height */
	width: 100%;
	background: url(../images/hg.gif) top center repeat-x;
	font-size:11px;
	color:#000;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

h1 { 
	font: 30px arial, helvetica, sans-serif; 
	font-weight: bold;
	color: #000;
}

h2 { 
	font: 18px arial, helvetica, sans-serif; 
	font-weight: bold;
	color: #fff;
}

a {
	color: #C3192B;
}

p { 
	line-height: 1.8em;
}

input, select, textarea {
	margin:0;
	padding: 2px;
	font-size:11px;
	color:#000;
	border: 1px solid #C3192B;
}

select {
	padding: 0;
}

input.buttons {
	background: #C3192B;
	color: #fff
}

div#container {
	margin: 0 auto; /* center, not in IE5 */
	width: 1000px;
	background: url(../images/hg_cont.jpg) top repeat-y;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	text-align: center;
}

#header {
	height: 149px;
	width: 100%;
	border-bottom: 1px solid #fff;
	background: #fff url(../images/shadow_head.gif) bottom repeat-x;
}

div#logo {
	padding-top: 36px;
	height: 86px;	
}

div#menu {
	padding-left: 333px;
}

#menu p{
	font-size: 1px;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#menu li{
	float: left;
	position: relative;
	display:inline;
	margin-left: 17px;
}

#menu a{
	display: block;
	font-size: 1px;
	text-decoration: none; 
	height: 27px;
}

/****** Menuitems ******/

#menu a.menu_1, #menu a.menu_1:visited {
	background: url(../images/but_startseite.jpg) no-repeat;
	width: 97px;
}

#menu a.menu_2, #menu a.menu_2:visited {
	background: url(../images/but_ueberuns.jpg) no-repeat;
	width: 91px;
}

#menu a.menu_3, #menu a.menu_3:visited {
	background: url(../images/but_leistungen.jpg) no-repeat;
	width: 107px;
}
#menu a.menu_4, #menu a.menu_4:visited {
	background: url(../images/but_kontakt.jpg) no-repeat;
	width: 83px;
}
#menu a.menu_5, #menu a.menu_5:visited {
	background: url(../images/but_impressum.jpg) no-repeat;
	width: 106px;
}

#menu a.menu_1:hover, #menu a.menu_2:hover, #menu a.menu_3:hover, #menu a.menu_4:hover, #menu a.menu_5:hover {
	background-position: 0 -27px;
}

#menu a#active {
	background-position: 0 -54px;
}

/****** END MENU ******/

div#submenu {
	float: left;
	height: 130px;
	width: 222px;
	text-align: right;
	padding: 18px 0 0;
}

#submenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#submenu li{
	display:inline;
}

#submenu a, #submenu a:visited{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	line-height: 24px;
	padding-right: 25px;
	background: url(../images/but_submenu.jpg) no-repeat;
}

#submenu a:hover, #submenu a:active{
	color: #C3192B;
}

#submenu a#active {
	background-position: 0 -23px;
	color: #C3192B;
}

#headline_bg {
	height: 130px;
	width: 1000px;
	border-bottom: 1px solid #fff;
	background: #C3192B;
}

#headline_bild {
	float: left;
	display:inline;
	height: 130px;
	width: 230px;
	margin-left: 99px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#headline_text {
	float: left;
	height: 70px;
	text-align: left;
	padding-top: 60px;
	margin-left: 20px; 
	border-right: 1px solid #fff;
	width: 549px;
}

#content {
	clear: both;
	margin:0 auto; /* center, not in IE5 */
	text-align: left;
	width: 800px;
}

#contentitem {
	float: left;
	width: 400px;
	text-align: left;
	padding-top: 20px;
	margin-left: 28px;
	text-align: justify;
	padding-bottom: 20px;
}
