/*
      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; }

p { line-height: 120%; margin-bottom: 10px; text-align: justify; }

a,a:visited,a:active {
color: #242677;
text-decoration: none;
}
a:hover{
color: #242677;
text-decoration: underline;
}
h1 { font-size: 16px; }
h2 { font-size: 16px; }
h3 { font-size: 16px; }
h4 { font-size: 16px; }
h5 { font-size: 16px; }
h6 { font-size: 16px; }

h1,h2,h3,h4,h5,h6 {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
font-weight: bold;
}

center#projekt {
color: #242677;
font-weight: bold;
font-size: 11px;
text-align: center;
}

img { border: 0; }

h5 {
 font-size: 14px;
}

body {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #f7f7f7;
}
#top {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
	width: 900px;
	height: 2px;
	background: url("images/top.gif");
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
 background: url("images/bg.gif") top repeat-y;
 padding: 5px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 100px;
 margin: 10px 0px 15px 0px;
 background: #ffffff;
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #ffffff;
}
#leftcolumn { 
 color: #333;
 font-size: 0.8em;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 5px;

 width: 170px;
 float: left;
}
#content { 
 text-align: left;
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background: #F4F4FF;
 margin: 0px 5px 5px 0px;
 padding: 5px;

 width: 490px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 5px 0px;
 padding: 5px;
 font-size: 0.8em;
 line-height: 17px;
 width: 200px;
 float: left;
}
#footer { 
 text-align: right;
 font-size: 0.7em;
 width: 900px;
 clear: both;
 color: #c0c0c0;
 border-top: 1px solid #e2e2e2;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 0px;
}
#down {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
	width: 900px;
	height: 2px;
	background: url("images/down.gif");
}
