html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    
    font-size: 13px;
    line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.liststyle li {
	list-style-type: disc;
	margin-left: 30px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* END RESET STYLESHEET v1.0 | 20080212 */

html{
    font-family: "Helvetica";
}
#logo{
    width: 291px;
    height: 157px;
    /*height: 184px;*/
    background: url(/img/logo.jpg) no-repeat;
}

#contentwrapper a:link, #contentwrapper a:visited,
#contentwrapper a:hover, #contentwrapper a:active {
	color: #000;
    text-decoration: underline;
}

/* @group nav */

/* @group nav-background-colors */
.green { background-color: #c7d400; }
.green_light { background-color: #dfe38f; }
.red { background-color: #ff0000; }
.red_light { background-color: #ffb2b2; }
.orange { background-color: #ff9c00; }
.orange_light { background-color: #ffe1b2; }
.blue {	background-color: #008ad3; }
.blue_light {	background-color: #b2dcf2; }
.yellow { background-color: #fffa0e; }
.yellow_light {	background-color: #fffdb6; }
.purple { background-color: #e68df0; }
.purple_light {	background-color: #f7ddfa; }


/* @end */
#main_nav ul li{
	font-size: 16px;
	font-weight: normal;
	
	display: block;
	height: 28px;
    width: 291px;
    /*background-color: #c7d400;*/
    margin-top: 4px;
}

#main_nav ul li a:link, #main_nav ul li a:visited{
    display: block;
    text-decoration: none;
    color: #000;
    height: 28x;
    width: 281px;
    padding-left: 10px;
    /*padding-top: 8px;
    line-height: 1;*/
	line-height: 28px;
}
#main_nav ul li a:hover, #main_nav ul li a:active{
    color: #000;
    /*line-height: 1;*/
    text-decoration: underline;
}

/* @group nav-formatierungen */

#main_nav .sub {
	text-indent: 20px;
}

#main_nav ul .current {
	font-weight: bold;
}




/* @end */

/* @end */

/* @group sponsors */

#sponsors_left{
    text-align: center;
    padding: 10px;
}

#sponsors_left_wrapper{
    text-align: left;
    padding: 10px;
    font-size: 16px;
}
#sponsors_bottom {
	font-size: 16px;
    border-top: 3px solid #c7d400;
    border-left: 3px solid #c7d400;
    padding: 10px 0 10px 10px;
    margin-left: -3px;
    clear: both;
}

#sponsors_bottom a {
	display: block;
	margin: 12px 12px 12px 12px;
	float: left;
}

#sponsors_left a img {
    margin: 0px auto;
    padding: 15px;
}

/* @end */

#maincontainer{
    width: 1001px;
    margin: 0 auto; 
    border-right: 3px solid #c7d400; 
    border-left: 3px solid #c7d400; 
    border-bottom: 3px solid #c7d400;
    position: relative;
	background: url(../img/green_2pix.gif) repeat-y 291px;
}

#topsection{
    height: 20px;
    background-color: #c7d400;
    font-size: 9.5px;
}

#topsection ul li{
	display: inline;
	margin-right: 10px; 
}

.imagelink{
	position: relative;
	top: 4px;
}

.textlink{
}

/* @group meta-nav */

#topnav{
	position: absolute;
	right: 2px;
	top: -1px;
}
#topnav a {
	color: #000;
    text-decoration: none;
    font-weight: bold;

}



/* @end */

#contentwrapper{
    float: left;
    width: 100%;
}

#contentcolumn{
    margin-left: 291px; /*Set left margin to LeftColumnWidth*/
    border-left: 3px solid #c7d400;
}

#leftcolumn{
    float: left;
    width: 291px; /*Width of left column*/
    margin-left: -1001px; /*Set left margin to -(MainContainerWidth)*/
    border-right: 3px solid #c7d400; 
}
#footer{
    clear: left;
    width: 100%;
}

.fullcontentrow{
	margin: 0px auto;
    border-top: 3px solid #c7d400;
    width: 687px;
    position: relative;
}
.contentrow {
	border-top: 3px solid #C7D400;
}
.contentrow:first-child{
    border: none;
}
.midcol{
    float: left;
    width: 332px; /*Width of left column*/
    margin-left:0px;
}
.rightcolwrapper{
    width: 100%;
}
.rightcol{
	margin-left: 352px;
}
.clear{
    clear: left;
    width: 100%;
}
.innerpadding{
    padding: 10px;
}

/* @group formatierungen */
label {
	cursor: pointer;
}
.line3pix {
	margin-top: 5px;
	height: 13px;
	width: 100%;
	float: right;
	background: url(/img/greenLine3pix687.gif) no-repeat 0 0;
}
.line1pix {
	margin-top: 5px;
	height: 11px;
	width: 100%;
	float: right;
	background: url(/img/greenLine687.gif) no-repeat 0 0;
}
.line1pixShorter {
	margin-top: 5px;
	height: 11px;
	width: 100%;
	float: right;
	background: url(/img/greenLine587.gif) no-repeat 100px 0;
}
.box100 {
	width: 100px;
	float: left;
	/*background-color: gold;*/
}
.box250 {
	width: 250px;
	float: left;
	/*background-color: lightblue;*/
}
.box335 {
	width: 335px;
	float: left;
	/*background-color: green;*/
}

.back {
	font-size: smaller;
}

/* @group TXT-formats */

.title {
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
}
.rightcolwrapper a {
	text-decoration:none !important;
}
.rightcolwrapper a:hover {
	text-decoration:underline !important;
	color:#FF9C00 !important;
}
.title_small {
	font-weight: bold;
}
.smaller {
	font-size: smaller;
}

/* @end */

/* @end */

/* @group slideshow */

.teaser{
	position: absolute;
	display:none;
}
.teaser img {
	padding: 10px 10px 3px;
}
.teaser .innerpadding {
	width: 687px;
}

#teaser{
	height: 515px;
}

/* @end */
.borderleft{
    border-left: 3px solid #c7d400;
}
.borderright{
    border-right: 3px solid #c7d400;
}
#fade{
	display: none;
}
.home{
    border-top: 3px solid #c7d400;
    width: 707px;
}
.toppadding{
	padding-top: 10px;
	padding-bottom: 10px;
}
