@charset "iso-8859-2";

/*
green: #c8d210;

*/

* {
	padding: 0px; margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #999;
}

body {
	background: #f4f4f4;
}

/*LAYOUT*/

#rap {
	width: 100%;
	text-align: center;
}

	#content {
		width: 925px;
		margin: 0px auto;
		text-align: left;
	}
	
		#content_head {
			width: 925px;
			height: 100px;
			margin: 25px 0px 0px 0px;
			background: url(img_global/logo_top.gif) no-repeat right;
		}
		
		#content_inhalt {
			width: 925px;
			height: 455px;
		}
		
			#inhalt_links {
				float: left;
				width: 830px;
				height: 455px;
				background: #fff url(img_global/logo_left.gif) top right no-repeat;
				margin: 0px; padding: 0px;
			}
			
				#white {
					width: 828px;
					height: 445px;
					border-right: 1px solid #e7e7e7;
					border-left: 1px solid #e7e7e7;
				}
				
				#menu_area {
					float: left;
					width: 300px;
					height: 345px;
					padding: 50px 0px;
					background: #f9f9f9 url(img_global/shadow_menuarea.gif) right no-repeat;
				}
				
				#content_area {
					float: right;
					width: 485px; /*515px*/
					height: 395px; /*445px*/
					padding: 50px 30px 0px 0px;
				}
			
			#inhalt_rechts {
				float: right;
				width: 95px; height: 200px;
				background: url(img_global/logo_bottom.gif) top no-repeat;
			}
			
		#footer {
			width: 830px; height: 100px;
			padding: 20px 0px;
			text-align: center;
			background: url(img_global/shadow_footer.gif) top no-repeat;
		}
			
/*TYPO*/

h1 {
	font-size: 30px;
	color: #c8d210;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

/*MENU HEAD*/

.menu_head {
	list-style-type: none;
	padding: 70px 0px 0px 0px;
}

	.menu_head li {
		display: inline;
		padding: 0px 15px 0px 15px;
		background: url(img_global/menu_trenner.gif) right no-repeat;
	}
	
		.menu_head li a {
			color: #c8d210;
			font-size: 14px;
			text-decoration: none;
			font-weight: bold;
		}
		
/*MENU BUTTON*/
.menu_button {
	width: 295px;
}
	.menu_button_img {
		float: left; 
		width: 20px; 
	}
	
	.menu_button_inhalt { 
		width: 275px;
		padding: 5px 0px 5px 20px;
		font-weight: bold;
		line-height: 18px;
		
		
	}
	
	
	
		.menu_button_inhalt a{ 
		text-decoration:none;
		
	}
	
		.menu_button_inhalt:hover {
			font-weight: bold;
			color: #fff;
		}
		
		
				.menu_button_inhalt a:hover {
			font-weight: bold;
			color: #fff;
		}
		
	
	.menu_button:hover {
		background: #cdd627 url(img_global/menu_button_shadow_oben.gif) top no-repeat;
	}
	
	.menu_button .menu_button_shadowunten:hover {
		background: url(img_global/menu_button_shadow_unten.gif) bottom no-repeat;
	}
	
.menu_button_list {
	list-style-type: none;
	padding: 10px 0px 0px 10px;
}
	
	.menu_button_list li {
		padding: 0px; margin: 0px;
	}
	
	.menu_button_list li a {
		padding: 0px 0px 0px 20px;
		text-decoration: none;
		font-weight: normal;
		background: url(img_global/menu_button_tip.gif) left no-repeat;
	}
	
	.menu_button_list li a:hover {
		color: #000;
	}