* {
	padding:0;
	margin:0;
}

IMG {
	border:none;
}

BODY {
	background-image:url(../images/gfx_02.png);
	background-color:#ecffb1;
	background-repeat:repeat-x;
}

.clear {
	clear:both;
}

#wrapper {
	position:relative;
	background-image:url(../images/background.png);
	background-repeat:repeat-y;
	width:990px;
	left:50%;
	margin:0 0 0 -495px;
	overflow:hidden;
}

	#header {
		background-image:url(../images/gfx_04.png);
		background-repeat:no-repeat;
		width:990px;
		height:126px;
	}
	
	#navigation {
		background-image:url(../images/gfx_06.png);
		background-repeat:no-repeat;
		width:990px;
		height:42px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#fff;
	}
	
	#breadcrumb {
		float:left;
		height:42px;
		text-indent:35px;
		line-height:3.5;
	}
	
		#breadcrumb A {
			color:#fff;
			text-decoration:none;
		}
		
		#breadcrumb A:hover {
			text-decoration:underline;
		}
	
	#right_menu {
		float:right;

	}
	
		#right_menu UL {
			list-style:none;
		}
			
			#right_menu LI {
				float:left;
				height:42px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#fff;
				line-height:3.5;
				padding-left:13px;
				padding-right:14px;
			}
			
				#right_menu LI A {
					color:#fff;
					text-decoration:none;
				}
				
				#right_menu LI A:hover {
					text-decoration:underline;
				}
	
	#left {
		float:left;
		position:relative;
		width:191px;
	}
	
		#menu UL {
			list-style:none;
			line-height:2.0;
			text-indent:33px;
		}

		
		#menu LI {
			height:33px;
		}
		
		#purple LI {
			background-image:url(../images/gfx_07.png);
			background-repeat:no-repeat;
			display:block;
		}
		
		#orange LI {
			background-color:#8A2BA3;
			padding: 0 0 0 10px;
					border-bottom:1px solid #000;

		}
		
		#green LI {
			background-image:url(../images/gfx_20.png);
			background-repeat:no-repeat;
			display:block;
		}
		
			#menu LI A {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:14px;
				color:#fff;
				text-decoration:none;
			}
			
			#menu LI A:hover {
				text-decoration:underline;
			}
			
		#werbung {
			position:relative;
			background-image:url(../images/gfx_23.png);
			background-repeat:no-repeat;
			background-color:#eee;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#000;
			text-align:center;
		}

	#main {
		float:left;
		position:relative;
		background-color:#fff;
		width:799px;
	}
		
		#banner {
			background-image:url(../images/gfx_28.png);
			background-repeat:no-repeat;

		}
	
		#content {
			float:left;
			width:538px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			padding:20px 0 0 35px;
		}

		#content_right {
			float:right;
			background-image:url(../images/gfx_15.png);
			background-repeat:no-repeat;
			background-position:top;
			width:174px;
			padding-top:6px;
			padding-bottom:44px;
			text-align:center;
		}

		#footer {
			background-image:url(../images/gfx_26.png);
			background-repeat:no-repeat;
			width:990px;
			height:49px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#000;
			line-height:4.1;
			text-align:center;
		}
		
			#footer A {
				color:#000;
				text-decoration:none;
			}
			
			#footer A:hover {
				text-decoration:underline;
			}
		
		#gardient {

			bottom:49px;
			background-image:url(../images/gfx_25.png);
			background-position:left;
			width:191px;

		}

.greybg {
	width:555px;
	height:418px;
	padding:40px 35px 0 0;
	text-align:justify;
}

/* font styles */

#content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#8A2BA3;
	line-height:1.9;
}

#content p {
	font-size:13px;
	padding:15px 0 0 0;
}

#content ul {
	font-size:13px;
	padding:0 0 0 0;
}

#content ul ul {
	font-size:13px;
	padding:0 0 0 30px;
}

.liltext {
	font-size:10px;
	color:#616161;
}