@charset "iso-8859-1";

body {background: #ffffff url(img/headline.gif) repeat-x left top;}


		#container {
			width: 800px;
			\width: 820px;
			w\idth: 800px;
			margin: 0;
			padding: 10px;
			background: transparent;
		}

		#banner {
			padding: 0;
			margin-bottom: ;
			background: transparent;
		}

		#content {
			margin: 55px 0 0 220px ;
			background: transparent;
		}

		#sidebar-a {
			float: left;
			width: 200px;
			margin-top: 50px;
			background: transparent;
			text-align: right;
		}

		#footer {
			clear: both;
			padding: 0;
			height: 400px;
			width: 100%;
			background: #fff;
		}
		
		#pages {
		padding: 10px;
			border-left: 1px dotted #ccc;
			margin: 50px 0 250px 0px;
			}
			
		#footer:hover {background: #000;}
	
/* menü */
#menu {
	margin-top: 0px; 
	padding-left: 6px;
	height: 500px;
}

#menu ul {
	list-style: none;
font:0.7em/150% georgia, serif;
font-weight: normal;
letter-spacing: 1px;
}

#menu a{
	text-decoration: none;
	color: #7FA82A;
}

#menu a:hover {
	border-bottom: 1px solid #7FA82A;
}

#menu a:active {
	border-bottom: 1px solid #22B1E1;
}

p {
	font: 0.70em/140% verdana, serif; 
	margin-bottom: 14px;
	width: 460px;
	color: #696969;
	}
	
h1 {
	font: 1em/140% georgia, serif;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 1px;
	}
	
h2 {
	font: 1.0em georgia, serif; 
	padding: 4px;
	color: #ffffff;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 1px;
	width: 460px;
	background: url(img/headline.gif);
	}
	
h3 {
	font: 0.9em georgia, serif; 
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin-top:40px;
	}


a:link, a:visited {
	border-bottom:none;
	color: #22B1E1;
	text-decoration:none;
}

a:hover {
color: #cc0033;
	text-decoration:none;
}
	

.normal
{
padding: 3px;
width:460px;
border: 1px dotted #fff;
color:#696969;
}

.hover
{
padding: 3px;
width:460px;
background-color:#F5F5F5;
border: 1px dotted #22B1E1;
color:#000000;}

.fokus {
	border: 1px dotted #22B1E1;
}



/*floating menu*/

#floatdiv {
    position:absolute;
    width:200px;
	height:200px;
	text-align: left; }

form {
	font: 0.70em verdana, serif; 
	margin-bottom: 14px;
	}
	
input, textarea {
	border: 1px solid #fff;
	background: #f5f5f5;
	margin-bottom: 1px;
	}