@charset "UTF-8";
/* CSS Document */

/*  -----------------------------------------------------------------
    |  RESET BROWSER DEFAULTS
    -----------------------------------------------------------------  */

body, div, p, h1, h2, h3, img, a, ul, li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px none;
}


body {
	background: url(images/bg_green62.jpg) repeat;
	background-color: #aac700; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color:  #000000;
}




/*  -----------------------------------------------------------------
    |  GENERAL STRUCTURE
    -----------------------------------------------------------------  */
    

/*  ---  CENTER PAGE ---  */

#all{
	text-align: center; /* wichtig fÃ¼r IE 5.x */
	background: url(images/bg_cloud3.png) top center;
}

#page{
	text-align: left;
	width: 820px;
	margin: 0px auto;
	overflow: visible;
	padding-left: 100px;
}

#schiff{
	position:fixed;
	margin-left:580px;
	margin-top: 50px;
}


/*  ---  HEAD ---  */

#head{
	margin-top: 20px;
	width: 520px;
	height: 160px;
	
	border-top: 4px solid #000000;
}

#head img{
	display: inline;
	}

	#topnav{
	width: 100%;
	text-align:center;
	margin-bottom:12px;
	}
	
	#title{
	width: 100%;
	text-align:center;
	margin-bottom:6px;
	}
	
	#subnav{
	width: 100%;
	height:18px;
	display:block;
	text-align:center;
	background-color:#000000;
	}




/*  ---  CONTENT ---  */

#content{
	margin-top: -30px;
	margin-left: 20px;
	width: 480px;
}




/*  ---  SPONSORS ---  */

#sponsors{
    border-top: solid black 5px;
	border-bottom: solid black 0px;
	margin-top: 80px;
	margin-bottom:30px;
	width: 520px;
	height:80px;
}

 



/*  -----------------------------------------------------------------
    |  CONTENT
    -----------------------------------------------------------------  */


.csc-header{margin-top:30px;}

h1.imageheader, h1.imageheaderProg {
     height:45px;
     background-repeat:no-repeat;
     padding: 0;
     margin-bottom: 20px;
	 border-top: solid black 5px;
	 border-bottom: solid black 3px;
	}

h1.imageheader strong, h1.imageheaderProg strong{
    display:none;
}

h1.imageheaderProg {
	border-bottom: 0px;
	margin-bottom: 0px;
	}


h2 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: Normal;
	font-style: Italic;
	letter-spacing: 1px;
	color:#000000;
	text-transform:uppercase;

	width:100%;
	text-align:center;
	border-bottom: solid black 3px;
	margin-bottom:20px;

}

h3 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	color:#000000;
	text-transform:none;
	margin-top:20px;
	margin-bottom:2px;

}


p, td, li {
       font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
       font-size: 12.5px;
       line-height: 17px;
       color:#000000;
       font-weight:normal;
		margin-bottom:5px;
}


li{margin-left:25px;}

	
a:link, a:visited	{ text-decoration:underline; color:#000000;}
a:hover, a:active 	{ text-decoration:none; color:#000000D;}


/* Title h1*/
#title h1 {
	font-family: Poplar;
	font-size: 75px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
}


/* Topnav*/

#topnav{
	margin-top:8px;
}

#topnav img{
	margin:0px 5px;
}

.a1, a.a1:link { 
	font-family: Poplar;
	font-size: 28px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
}

/* Subnav*/

#subnav { 
	font-family: Georgia;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
}

a.a2:link, a.a2:visited { 
	color: #ffffff;
	text-decoration:none;
}

a.a2:hover, a.a2:active { 
	color: #ffffff;
	text-decoration: line-through;
}

.csc-frame-rulerBefore{
	border-top:2px solid black;
	padding-top:10px;
	margin-top:40px;
	}

