a  {
	outline: none;
	}
	
a.download {
   	color: #036;
}

li {
	padding: 0;
	border: 0;
	margin: 0;
	white-space: hidden;
	}

table tr td {
	border-collapse: separate;
	padding: 0;
	margin: 0;
	}

/* YUI OVERWRITES */

#doc2 {
	width: 1000px;
	}

.yui-t1 .yui-b { 
	float:left;
	width: 245px;
}

.yui-t1 #yui-main .yui-b {
	margin-left: 245px;
	}


body {
	background: #F9F0ED url(../images/bg.gif) repeat-x;
	margin-top: 25px;
	color: #036;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
	}
	
h1 {
	/* achtung, ex-post-facto frega 20080325 */ 
	font-size: 10pt; 
	text-decoration: none;
	font-weight: bold;	
    }

.satelitemenu .entry a {
	background: #900;
	margin: 0;
	padding: 0;
	border: 0;
	}

.header {
	background: #003366;
	}

.menu-wrapper {
	 height: 40px; 
	 overflow: hidden;
	}

.content-wrapper {
	padding: 35px 25px; 
	background: #FFF;
	min-height:370px;
    height:auto !important;
	height:370px;
    line-height: 18px;
}
	
.floater-pics {
	width: 170px; 
	float: right; 
	padding: 0 0 20px 20px;
}

.thumb {
	text-align: center; 
	vertical-align: top;
	width: 150px;
	}

.thumb-wrapper {	
	padding: 0 20px 20px 0;
	}
	
.subnavi-wrapper {
	margin: 0 0 0 85px;
	}

.subnavi-bottom {
	background: #CCC; 
	padding-bottom: 30px;
}
	
h2 {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;
	}
	
#ft {
	display: none; 
	}
	
.caption {
	font-size: 90%;
	width: 150px;
	text-align: left;
}

.submenu {
	background: #FFF; 
	padding-right: 16px;
	}

.submenu li {
	padding-top: 3px;
	}

.submenu a {
	text-decoration: none;
	color: #036;
	font-weight: bold;
	line-height: 18px;
	}
	
.submenu a:hover,
.submenu a.selected {
	color: #F60;
	}	
	
#subnavi {
	width: 245px; 
	background: transparent url(../images/bg_subnavi.png) repeat-x;
	text-align: right;
}

.content-wrapper a {
	color: #036;
	text-decoration: underline;
	}

#keyv { 
    width: 732px;
    height: 150px;
    overflow: hidden;
    }

#nav a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 30px;
    line-height: 37px;
    font-weight: bold;
    }
    
#nav a.selected,
#nav a:hover {
    color: #F60;
    }    
    
#subsec a {
    color: #F60;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px;
    }
    
.subnavi-bottom a {
    color: #036;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px;
    line-height: 20px;
    }    
    
.subnavi-bottom a.selected,
.subnavi-bottom a:hover {
    color: #F60;
    }    
        
.subnavi-bottom .twitter { margin-right: 5px; }

#sitemap a {
    text-decoration: none;
    }
    
#sitemap a:hover {
    color: #F60;
    }    
    
    
    
/* SLIDESHOW */


.slideshow {
    position: relative;
    top: 0px;
    left: 0px;
    width: 710px;
    }
    
.image {
    width: 710px;
    height: 422px;
    overflow: hidden;
    }
    
.controls {
    position: relative;
    top: 0px;
    left: 0px;
    width: 710px;
    z-index: 3000;
    display: none
 }    

.prev {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 28px;
    height: 422px;
    background: transparent url(../images/icon_prev.png) no-repeat;
    }
    
.next {
    position: absolute;
    top: 0px;
    left: 683px;
    width: 28px;
    height: 422px;
    background: transparent url(../images/icon_next.png) no-repeat;
    }    
    
.prev:hover { background: transparent url(../images/icon_prev_over.png) no-repeat; }
    
.next:hover { background: transparent url(../images/icon_next_over.png) no-repeat; }    
    
.prev a, .next a { display: none; }    

.caption { margin: 10px 0; font-weight: bold; font-size: 11px; width: 650px; }


/* FORM GERAFFEL */

#newsletter li { margin-bottom: 5px; }
#newsletter li.ext { margin-bottom: 25px; }
#newsletter label { float: left; width: 100px; }
#newsletter input.text { width: 250px; }
#newsletter select.select { width: 250px; }

