body {
	margin:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#body {
	margin:0px auto;

	background-image:url(img/bkg_orange.gif);
	background-repeat:repeat-x;
	background-position:top center;
	
	width:950px;
	
	position:relative;
}

/*** HEAD ***/

#head {
	/*height:150px;*/
	color:#FF5926;
	margin-bottom:25px;
}

#head #logo {
	height:100px;
}


#head #menu {
	/*position:absolute;
	top:100px;
	right:0px;*/
	
	/*height:30px; */ width:100%;
	
	background-image:url(img/punkt_orange_hoch.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
	font-family:Georgia, Times, "Times New Roman", Serif;
	font-size:17px;
	
	text-align:right;
	padding:0px 0px 18px 0px;
}

#head #menu a {
	color:#000000;
	text-decoration:none;
}

#head #menu a:hover {
	color:#FF5926;
}


/*** CONTENT ***/

#content {
	position:relative;
}

#content #left {
	/*width:60%;*/
	margin:0px 40% 0px 0px;
}

#content #left h2, #content #left h3 {
	font-family:Georgia, Times, "Times New Roman", Serif;
	font-size:20px;
	margin:0px; padding:0px 25px 5px 25px;
	color:#333333;
	
	background-image:url(img/punkt_orange.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
}

#content #left h2 { font-size:25px; margin:0px 0px 20px 0px; }
#content #left h3 { font-size:14px; color:#FF5926; margin:30px 0px 10px 0px; }
#content #left h4 {
	font-size:13px;
	color:#FF5926;
	margin:30px 0px 5px 30px;
	font-family:Georgia, Times, "Times New Roman", Serif;
}

#content #left p { margin:0px 25px 5px 30px; line-height:18px;}

#content #left a { color:#FF5926; }
#content #left a:hover { text-decoration:none; }

#content #left ul {
	list-style-image:url(img/bullet.gif);
}

#content #left li {
		margin-left:35px;
		margin-bottom:5px;
}

#content #left table {
	margin-left:25px;
}

#content #left table p {
	margin:0px;
	margin-bottom:20px;
	margin-right:20px;
}

#content #left table img {
	border:1px solid #000000;
}

/*** RECHTS ***/

#content #right {
	width:38%;
	/*height:300px;*/
	float:right;
}

#content #right #titel {
	height:12px;
	background-image:url(img/punkt_grau.gif);
	margin-bottom:2px;
}

#content #right #ruettgers {
	background-image:url(img/diagonale2.gif);
	margin:0px;
	text-align:center;
}

#content #right #ruettgers #ruettgers_flash {
}

#content #right #footer {
	height:12px;
	background-image:url(img/punkt_grau.gif);
	margin-top:4px;
}

/*** FOOTER ***/

#footer {
	clear:both;
	height:12px;
	margin-top:20px; margin-bottom:10px;
	background-image:url(img/punkt_orange.gif);
}


/*** SONSTIGES ***/

img.abs_left {
	position:absolute;
	left:0px;
}

img.abs_right {
	position:absolute;
	right:0px;
}