/*
Created by foolcut.com
Released free to use for private and commercial use Creative Commons Licence
http://creativecommons.org/licenses/by-sa/3.0/us
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background: silver url(images/bg_grau.gif);
	font-size: 100%;
	line-height: 1.125em;
}
#wrapper { 
 margin: 0 auto;
 width: 1003px;
 background: inherit;
 margin-top: 30px;
  color: #fdfdfd;
}


a{
	color: red;
	text-decoration: none;
}

/*------------------ Navigation on top of page -------*/
#topnav {
	width: 654px;
	padding: 10px ; 
	margin: 0 0 0 165px;
	background: #313131 url(images/topnav.gif);
}


#topnav ul {
    margin: 0px;
    padding: 0px 5px 0px 15px;
    height: 1.3em;
    list-style-type: none;
}

#topnav ul li {
    margin: 0px;
    padding: 0px 5px 0px 5px;
    height: 1.3em;
    display: inline;
}

#topnav a, #topnav a:active, #topnav a:visited {
	margin: 0px;
	padding: 0px 5px;
	height: 1.3em;
	font-size: 0.9em;
	color: #DE3900;
	font-weight: bold;
	text-decoration: none;
}

#topnav a:hover{
    color: orange;
    font-weight: bold;
    height: 1.3em;
    font-size: 0.9em;
}

/* wide banner at top ------------------------- */
#header {
	color: #3333FF;
	width: 983px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	height: 140px;
	background: #393939 url(images/banner.gif);
	font-size: 1em;
}
#header p,h1,h2 {		margin-left: 170px;}
#header h1 {		padding: 20px 130px 10px 0px;	font-size: 2em;  line-height:1em;} 
#header h2 {		color: black; padding: 10px 130px 10px 0px;	font-size: 1.5em;} 
 

/* main content wrapper * -------------------------------------------+*/
#main {
	width: 880px;
	background: #1B1B1B url(images/back.gif);
	margin-left: 61px;
		 border: 1px solid red;
}

/* content left column  with navigation menu* -------------------------------------------+*/
#main_left      {  width: 170px; float:left; 
	font-size: 0.8em;
 	background: inherit;
	margin: 5px;
  }
       
#main_left p {
    margin: 10px 0px 10px 10px;
    padding: 0px 0 5px 30px;
	 background: url(images/pinred.gif) no-repeat;
}

#main_left h1, #main_left h2 {
    margin: 10px 10px 10px 0px;
    padding: 0px;
}

#main_left  ul {
    margin: 8px 2px 10px 10px;
    padding: 70px 0 10px 10px;
    list-style-type: none;
 	 background: url(images/puzzle.gif) no-repeat;
}

#main_left  li {
    margin-left: 0px;
    padding-left: 40px;
	 background: black url(images/check1green.gif) no-repeat;
}

#main_left #main_left ul li a {
    margin: 0px;
    padding: 0px;
    color: #3d8bbf;
    text-decoration: none;
}

#main_left #main_left ul li a:hover{
    margin: 0px;
    padding: 0px;
    color: #ff0000;
}

#main_left img {
	margin: 10px;
}
/* ######  Content ################################################### */

#main_right     { 
	width: 685px; 
	margin-left:185px;
	padding-top: 20px;
	font-size: 0.8em;
	 background: inherit;
	 min-height:500px;
  height:auto !important;
  height:500px;
 }

#main_right img {
	margin: 5px;
} 
#main_right     ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style-type: circle;
}

#main_right     li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 0.8em;
}

#main_right h1 {
margin: 0px 0px 10px 0px;	font-size: 1.2em;  line-height:1em;	text-align: left; 
}
#main_right h2 {
margin: 30px 30px 10px 0px;	font-size: 1em;  line-height:1em;	
}



/* ------------- Footer ----------------------------*/
#footer { 
 width: 880px;
 clear: both;
 border: 0px solid #000;
 margin: 0px 0px 10px 61px;
 padding: 0px;
 font-size:0.7em;
 background: #BD9C8C url(images/back.gif);
 color: silver;
}
 
#footer a {
	color: silver;
} 
/*  QUOTE -----------------------------*/
#quote     /* Quote box in left column */
{
	float: left;
	margin: 10px 0 40px 10px;
	padding: 10px 0 30px 0px;
	width: 150px;
	text-align: center;
	background: url(images/quote.gif) no-repeat 0 0;
	color: #56D657;
	font-weight: bold;
	line-height: 1.20em;
}

#quote p {
	margin: 15px 0 0 0px;
	background:0 ;	
}
