/* CSS Document */
/* f2 CREATIVE DIGITAL CSS */

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: url(files/img/curse-bodybg.jpg) bottom center no-repeat fixed #fff;
	color: #555;
	margin: 0;
	padding: 0;
	
}
p, 
div, 
span, 
h1, h2, h3, h4, h5, h6, ul, li, a, 
input, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}
h1 {
	display: block;
	font: 1.3em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 20px 0;
	}
.right {
	float: right;
	margin: 0 0 0 8px;
}
.left {
	float: left;
	margin: 0 8px 0 0;
}
.clearer {
	padding: 0;
	margin: 0;
	line-height: 0;
	clear: both;
}
.centered {
	padding: 0;
	margin: 0 auto;
	text-align:center;
}
a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#9e884d;
}
a:hover, a:active {
	color:#dec78a;
}

#site {
	position: relative;
	overflow: hidden;
	margin: 0 auto 20px auto;
	width: 960px;
	font-size: 1.2em;
	line-height:1.4em;
}
#header {
	height: 235px;
	background:url(files/img/curse-freiheitheader.jpg) 0 0 no-repeat;
}
#nav {
	height: 39px;
	background: #ddd url(files/img/curse-navbg.jpg) 0 0 no-repeat; 
	padding: 0 0 0 20px;
	font-size:0.8em;
	}
	#nav ul li {
	margin:0;
	display: inline;
	list-style: none;
	}
	#nav ul a{
	position:relative;
	margin:0;
	top: 13px;
	font: 1.1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	text-decoration:none;
	padding: 13px 10px 12px 10px;
	}
	#nav ul a:hover,
	#nav ul a:active{
	background: #f1f1f1;
	color: #dec78a;
	}
	#nav .selected{
	background: url(files/img/navselected.jpg) 0 0 no-repeat;
	color:#fff; }

#hilight {
	font-size:0.8em;
	font: 1.1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	text-decoration:none;
	padding: 13px 10px 12px 10px;
	color: #9E884D;
	}

#main {
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	clear:both;
	background: #f1f1f1 url(files/img/curse-sitebg.jpg) bottom center no-repeat;
	margin: 0;
	}
	
	#leftcol {
	float:left;
	width: 213px;
	margin: 0 31px 20px 0;
	}
		#leftcol h1 {padding: 5px 0 3px 20px;}
		#leftcol p {
		margin: 0 20px 5px 20px;
		text-align:justify;
		}
		#leftcol embed {
		display:block;
		margin: 0 auto 10px auto;
		text-align:center;
		}

	#content {
	float: left;
	position: relative;
	width: 472px;
	margin: 0 0 20px 0; 
	padding: 0;
	}
		#content h1 {padding: 5px 0 3px 0; text-align:center;}
		#content p{
		margin: 0 0 5px 0;
		text-align:justify;
		}
		
		#content p img,
		#content p embed{
		display:block;
		margin: 0 auto;
		text-align:center; 
		}
	#rightcol {
	float: left;
	position:relative;
	width: 213px;
	margin: 0 0 20px 31px;
	overflow:hidden;
	height: auto !important;
	}
	* html #rightcol {
 		 margin: 0 0 20px 28px;
	}
		#rightcol h1 {padding: 5px 20px 3px 0; text-align:right;}
		#rightcol p{
		margin: 0 20px 5px 20px;
		text-align:justify;
		}
		
		#rightcol p img,
		#rightcol p embed{
		display:block;
		margin: 0 0;
		text-align:center; 
		padding:0;
		}
#specials-nav ul {
	text-align:right;
	list-style: none;
	margin: 0 0 20px 20px;
	}
	#specials-nav ul a{
		display:block;
		padding: 5px 20px 0px 20px;
		font: 1.2em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		border-bottom: 1px solid #ccc;
		text-decoration:none;
		color:#888;
		letter-spacing:2px;
		height: 1.5em !important;
	}
		#specials-nav ul a:hover{
			background: #e8e8e8;
		}
		
		
#footer {
	clear: both;
	height: 14px;
	margin-bottom: 10px;
	color: #666;
	background: none;
	}
	#footer a{
	color:#aaa;
	font-weight: normal;}
	#footer a:hover{
	text-decoration:underline;}
