* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	color: #333;
	background: url(http://www.jutta-funk.de/tmpl/imgs/site-bg.jpg) repeat-x #fff;
	margin-top: 40px;
}

p {
	margin: 10px 0;
}

p.error {
	border: 2px solid #ED7618;
	padding: 8px;
	font-weight: bold;
}

div.error {
	color: #ED7618;
	font-weight: bold;
}


#wrapper {
	width: 755px;
	margin: 0 auto;
}

#left-col {
	width: 299px;
	float: left;
	background: url(http://www.jutta-funk.de/tmpl/imgs/left-col-bg.jpg) no-repeat;
	position: relative;
	height: 350px;
}

	#left-col h1 {
		font-family: Georgia;
		font-size: 20px;
		font-weight: bold;
		position: absolute;
		top: 65px;
		left: 10px;
	}
	
		#left-col h1 a { color: #6C7577; text-decoration: none }
	
		#left-col h1 span { font-weight: normal }
		
	#left-col div.teaser {
		position: absolute;
		top: 153px;
		left: 93px;
		width: 206px;
		background: #fff;
	}
	
		#left-col div.teaser img {
			padding: 3px;
			padding-bottom: 0;
		}
		
		#left-col div.info-box {
			background: #EAEAEA;
			border: 1px solid #E0E0E0;
			padding: 10px;
			margin: 0 3px 0 3px;
		}
		
		#left-col h3 {
			font-weight: bold;
			font-size: 100%;
		}
		
		#mod_navi_3 ul {
			list-style: none;
			text-align:right;
			margin-top: 15px;
		}
		
			#mod_navi_3 ul li {
				border-bottom: 1px solid #ccc;
				padding: 5px;
			}
			
			#mod_navi_3 ul li a {
				color: #6C7577;
				font-weight: bold;
				text-decoration: none;
			}
			
			#mod_navi_3 ul li.active a {
				color: #ED7618;
			}
		
		
		
#right-col {
	background: url(http://www.jutta-funk.de/tmpl/imgs/right-col-bg.jpg) no-repeat;
	position: relative;
	margin-left: 299px;
}

	#head {
		padding-top: 14px;
	}
	
		#head ul {
			list-style: none;
			padding-top: 2px;
		}
		
			#head ul li {
				float: left;
				margin-left: 2px;
			}
			
			#head ul li a {
				display: block;
				color: #fff;
				text-decoration: none;
				text-align: center;
				font-weight: bold;
				padding-top: 56px;
				width: 86px;
				height: 30px;
				background: url(http://www.jutta-funk.de/tmpl/imgs/nav-li-bg.jpg) no-repeat;
			}
			
			#head ul li a:hover {
				background: url(http://www.jutta-funk.de/tmpl/imgs/nav-li-bg-hover.jpg) no-repeat;
			}

			#head ul li.active a, #head ul li.active a:hover  {
				background: url(http://www.jutta-funk.de/tmpl/imgs/nav-li-bg-active.jpg) no-repeat;
			}
			
		#head h3.claim {
			font-family: Georgia;
			font-size: 26px;
			font-weight: normal;
			color: #fff;
			text-align: right;
			position: absolute;
			top: 160px;
			left: 18px;
			width: 410px;
		}
		
		
	#content {
		padding: 240px 20px 50px 40px;
		line-height: 1.6em;
	}
	
		#content h2 {
			font-size: 180%;
			color: #6C7577;
			margin: 20px 0;
			line-height: 1.4em;
		}
		
		#content h3 {
			font-size: 140%;
			color: #ED7618;
			margin: 15px 0;
		}
		
		#content h4 {
			font-size: 120%;
			color: #6C7577;
			margin: 15px 0;
		}
		
		#content a {
			color: #ED7618; 
		}
		
		#content ul {
			list-style-type: square;
			margin: 20px 0 20px 20px;
		}
		
		#content li {
			margin-bottom: 10px;
		}
		
		#content p.imp {
			color: #ED7618;
			font-weight: bold;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			padding: 5px 0;
		}

#content span { color: #6C7577; }
		
		#content input[type=text] {
			width: 98%;
			border: 1px solid #ccc;
			padding: 4px;
			font-weight: normal;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		}
		
		#content input[type=submit] {
			border: 0;
			padding: 5px 10px;
			background: #ED7618;
			color: #fff;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-weight: bold;
		}
		
		#content textarea {
			height: 150px;
			width: 98%;
			border: 1px solid #ccc;
			padding: 4px;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-weight: normal;
			font-size: 101%;
		}
		
		
#footer {
	clear: both;
	background: url(http://www.jutta-funk.de/tmpl/imgs/footer-bg.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
	padding-top: 110px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0 auto;
}

	#footer a { color: #fff }
	
	
/*	Fix the f***ing IE6 probs */
* html #head { height: 1px }
* html #head ul li { margin-left: 0; margin-right: 2px }
* html #content { padding: 150px 20px 50px 40px }
	





