/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: "Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,sans-serif;
	font-size: 13px;
	margin: 0 auto;
	padding:0px;
	background-color:#709294;
}
#wrapper {
	margin: 10px auto;
	border: 0px;
	background-color: #ffffff;
	width: 620px;
}
#header {
	display: block;
	color: #333;
	width: 100%
	padding: 0px;
	/*	border: 1px solid #ccc; */
	height: 166px;
	/*	background: #E7DBD5; */
	background-image:url(../images/titel.jpg);
	background-repeat:no-repeat;
	
}
#navigation {
	display: block;
	width: 580px;
	color: #999;
	padding: 10px;
	padding-left:30px;
	background-color: #003355;
}

#navigation p, #navigation a{
	color:#CCC;
	text-decoration:none;
}

#navigation a:hover{
	color:#FC0;
}

#leftcolumn { 
/* color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5; */
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 5px;
 float: left;
}
#content {
	float: left;
	color: #333;
	/* border: 1px solid #ccc;
 background: #F2F2E6; */
 margin: 0px 0px 0px 0px;
	padding: 20px;
	/* height: 350px; */
 width: 600px;
	display: block;
}
#rightcolumn { 
/* color: #333; 
 border: 1px solid #ccc;
 background: #E7DBD5; */
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 5px;
 float: right;
}
#footer {
	width: 600px;
	clear: both;
	color: #CCC;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background-color: #003355;
	display: block;
}
h1 {
	padding-top: 10px;
}
p {
	padding-bottom: 5px;
}

#content a {
	text-decoration:none;
	color:#C30;
}

.fett {
	font-weight: bolder;
}

#footer a{
	color:#CCC;
	text-decoration:none;
}
#footer img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0 5px;
}
