* {
    margin: 0;
    padding: 0; }
    
body {
    font-size: 100%;
    font-family: Verdana, Arial, sans-serif;
    background-color: #E4E9F1;
    /*background-image: url(../site-images/body-bgr.jpg); */
	background-image: url(../site-images/body_bgr_repeatable.jpg);
    background-repeat: repeat; }
	
#body-top {
	position: absolute;
	z-index: 0;
	
	left: 0;
	top: 0;
	width: 100%;
	height: 280px;
	background-image: url(../site-images/body_top_rep-y.jpg);
	background-repeat: repeat-x; }
    
img,
a img {
    border: none; }
	
table {
	border-collapse: collapse; }
	
td {
	vertical-align: top; 
	padding: 5px 20px 5px 0; }
    
#main a:link,
#main a:visited {
    color: #02256B; }

#main ul li {
    padding-left: 15px;
    line-height: 2em;
    list-style-type: none; 
    background-image: url(../site-images/small-green-square.jpg);
    background-repeat: no-repeat;
    background-position: 0 12px; }
   
    
p {
    line-height: 1.5em; 
	margin-bottom: 1.5em; }
	
p.message { color: red; }
    
h1 {
    font-size: 1.2em;
    font-weight: normal;  
    color: #02256B;
    margin: 0 0 2em 0; }
	
h1.quote {
	font-style: italic; 
	font-size: 1.5em;
	}

h2 {
    font-size: 1em; 
    color: #02256B;
    margin: 3em 0 1em 0; }
    
/* form elements */

input {
    background-color: #FFF;
    border: 1px solid #000; 
    padding: 2px;}
    
input[type="text"] {
    width: 200px; }

#wrapper {
    position: relative;
    width: 979px;
    min-height: 500px;
    margin: 50px auto 0 auto;
	padding-bottom: 100px;
    background-color: #E4E9F1; 
    background-position: 773px 184px; 
    background-repeat: no-repeat; }
    
#header {
    position: relative; 
    height: 100px;
    background-color: #FFF; }
    
#logo-home {
    position: absolute;
    left: 23px;
    top: 31px; }
    
#igko-schrift {
    position: absolute;
    left: 202px;
    top: 62px; }
    
#blue-square {
    position: absolute;
    bottom: 0; 
    right: 0; 
    width: 20px;
    height: 20px; }
    
ul#nav {
    float: left; 
    margin-top: 83px;
    font-size: 0.8em; 
    width: 159px; 
    border-right: 1px solid #0B996E; }
    
ul#nav li {
    list-style-type: none; 
    text-align: right; 
    margin-bottom: 20px; }
    
ul#nav li a {
    position: relative;
    left: 9px;
    display: block; 
    padding-right: 30px; }
    
ul#footer {
    position: absolute;
    bottom: 8px;
    left: 660px;
    font-size: 0.6em; }

ul#footer li {
    list-style-type: none; 
    display: inline; }

ul#nav li a:link,
ul#nav li a:visited,
ul#footer li a:link,
ul#footer li a:visited {
    color: #000;
    text-decoration: none; }
    
#main {
    font-size: 0.75em; 
    margin-top: 83px; 
    margin-left: 202px; 
    width: 500px; }
	
#highlights {
	position: absolute;
	right: 0;
	top: 216px; 
	width: 207px;  }
	
.box h1 {
	font-size: 0.8em; 
	font-weight: bold; }

.box {
	position: relative;
	top: 140px;
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC; 
	border-left: 1px solid #CCC;
	margin: 10px 0; }
	

.box p {
	font-size: 0.8em; }

/* section specific wrapper images */
body#kontakt    #wrapper { background-image: url(../site-images/section-images/hand.jpg); }
body#home       #wrapper { background-image: url(../site-images/section-images/home.jpg); }
body#ueber-uns  #wrapper { background-image: url(../site-images/section-images/ueber-uns.jpg); }
body#kurse      #wrapper { background-image: url(../site-images/section-images/kurse.jpg); }
body#links		#wrapper { background-image: url(../site-images/section-images/links.jpg); }
    
/* section specific nav marking */
#nav li a:hover,
body#home 		#nav li.home a,
body#ueber-uns 	#nav li.ueber-uns a,
body#kurse 		#nav li.kurse a,
body#kontakt 	#nav li.kontakt a,
body#links 		#nav li.links a {
    background-image: url(../site-images/green-square.jpg); 
    background-repeat: no-repeat; 
    background-position: right center; }


/* anmeldung */
table.kurs {
    border-collapse: separate;
	padding: 10px;
	border: 1px solid #000; }

table.kurs col.col1 { width: 150px; }

table.kurs td { 
    vertical-align: top;
    padding: 4px 0px; 
	border-bottom: 1px solid #CCC; }
    
