@charset "utf-8";
/* --- CSS Document: Fabian Spühler --- */

html, body{
	margin:0;
	padding:0;
	height:100%;
	background: #ebebeb url(bg.jpg) top center repeat-y;
	font: normal 12px/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	color: #444;
	text-align: center;
}

/* --- Elemente --- */
a {
	color:#0060a9; 
	background-color: inherit;
	text-decoration: none;	
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
}


p {
	margin: 0;
	padding: 0;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

.ce_text li {margin-bottom: 2px;}

img {
	border: 0;
}
.caption {font-style: italic;}

table {
	border-collapse: collapse;
	margin: 15px;	
}
th strong {
	color: #FFF;
}
th {
	background: #0060a9;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #EDC9C9;
	border-bottom: 1px solid #FFF;
}
th a{
	color: #FFFFFF;
	text-decoration: none;
}
tr {
	height: 30px;
	background: #E2E9F0;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.ce_text tr {
	height: 30px;
	background: none;
}

/* Formular */
form {
	margin: 15px;
	padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px;
	border: 1px solid #999999;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	width: 260px;	
}
textarea {
	width: 280px;
	padding:3px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #999999;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;		
}
.submit { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #999999;
	background-color:#CCCCCC;
	padding: 1px 3px 1px 3px;
	width:100px;
}
.ce_form .captcha {
	width: 60px;
}
.ce_form .error {
color: #FF0000;
}
.ce_form .invisible {
display: none;
}
/* --- Elemente: Ende --- */






/* --- Struktur --- */
#container{
	width: 860px;
	margin:0 auto;
	background: #FFFFFF url(container_bg.jpg) top left repeat-y;
	
	position:relative;
	height:auto !important;
	height:100%; /* IE6 */
	min-height:100%;
	overflow: hidden !important;
	
	text-align: left;
	border-top:none;
	border-bottom:none;
}

#header{
	height: 120px;
	background: #0060a9 url(logo.jpg) no-repeat;
}

#header .mod_customnav {
	position: absolute;
	top: 5px; right:20px;	
	color: #FFFFFF;
	font-size: 76%;
}
#header .mod_customnav ul {
	margin: 0 0 0 0;
	padding: 0;
}
#header .mod_customnav li {
	list-style: none;
	display:inline;
	margin: 0 0 0 4px;
}
#header .mod_customnav P {
	margin: 0; padding: 0;
}
#header .mod_customnav a {	
	color: #FFFFFF;
	text-decoration: none;
}
#header .mod_customnav a:hover {
	color: #F3A251;
}
.mod_customnav .invisible{display:none;}

#header .mod_breadcrumb {
	font: normal 11px 'Trebuchet MS', Tahoma, sans-serif;
	color:#FFFFFF;
	letter-spacing: 1px;
	margin: 0;
	position:absolute;
	top: 102px; left:32px;
}
#header .mod_breadcrumb a {	
	color: #FFFFFF;
	text-decoration: none;
}
#header .mod_breadcrumb a:hover {
	color: #F3A251;
}

#content{
	float:left;
	width: 100%;
	margin: 16px 0 36px 0;
}

#sidebar{
	float: left;
	width:180px;
	margin: 0 0 10px 0;
	padding: 10px 20px 16px 20px;
}
#sidebar h1 {
	font: normal 16px Geneva, Arial, Helvetica, sans-serif;
	color: #0060a9;
	padding: 0;
	margin: 0 0 7px 0;	
	letter-spacing:1px;
	font-weight:bold;
}
#sidebar p{
padding:0;
margin:0;
font-size:10px;
line-height: 1.3em;
}

.mod_navigation ul {
	margin: 0 0 0 0;
	padding: 0;
	border-top: 1px dashed #cccccc;	
}

.mod_navigation li {
list-style: none;
border-bottom: 1px dashed #cccccc;

}
.mod_navigation a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding: .3em 0 .3em 10px;
	width: 94%;		

}
.mod_navigation a:hover {
	padding: .3em 0 .3em 10px;
	color: #CB4721;
	background: #FFF;	
}
.mod_navigation .active span{
	display: block;
	color: #666666; 
	padding: .3em 0 .3em 10px;		
	width: 94%;
	font-weight:bold;
}

.mod_navigation .invisible{display:none;}

.mod_navigation .level_2 {padding: 0 0 0 10px;}
.mod_navigation .level_3 {padding: 0 0 0 10px;}
.mod_navigation .level_4 {padding: 0 0 0 10px;}
.mod_navigation .level_5 {padding: 0 0 0 10px;}
.mod_navigation .level_6 {padding: 0 0 0 10px;}
.mod_navigation .submenu {border:none;}


#main{
	width: auto;
	margin: 10px 20px 0 250px;
}
#main h1 { 
	font: normal 20px Geneva, Arial, Helvetica, sans-serif;
	color: #111; 	
	padding: 0 0 5px 0;
	margin: 0 15px 12px 15px;
	letter-spacing:0px;
	background: url(bk_dotted.gif) repeat-x left bottom;
}
#main h2{
font: normal 1em Geneva, Arial, Helvetica, sans-serif;
color:#0060a9;
padding: 0;
font-size: 15px;
letter-spacing: 0px;
font-weight:bold;
margin: 18px 0 1px 0;
}
#main p, #main h1, #main h2, #main h3, #main form, #main table {
	margin-left: 0;
}
#main form p {
	margin: 15px;
}


#footer{
	clear: both;
	height:10px;
	width:100%;
	
	position:absolute;

}
/* --- Struktur: Ende --- */






/* --- Typolight Module --- */

/* Search */
.mod_search .url {
	font-size: 10px;
	margin: 4px 0 12px 0;
}
.mod_search .context {
	margin: 8px 0 -4px 0;
	padding: 0;
}
.mod_search h3 {
	font-size: 12px; color:#0060a9; letter-spacing: 1px; font-weight:bold;
	margin: 0 0 -7px 0;
	padding: 0;
}
.mod_search #keywords {
	width: 300px;
}
.mod_search .header {
	margin: 0 0 12px 0;
}
.mod_search .pagination li {
	list-style: none;
	display: inline;
	margin: 2px;
	padding: 0;
}
.mod_search .pagination ul {
	margin: 0;
	text-align:center;
}

/* mod_newslist */

.mod_newslist .info {
	font-size: 10px;
	color:#CCCCCC;
}
.mod_newslist .more {
	font-size: 10px;
}
.mod_newslist .layout_short .info {
	margin: 0 0 -18px 0;
}
.mod_newslist .layout_full .info {
	margin: -4px 0 2px 0;
}

.mod_newslist .layout_full {
	margin: 0 0 6px 0;
	padding: 0 0 12px 0;
	background: url(bk_dotted.gif) repeat-x left bottom;
}
.mod_newslist .layout_short {
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	background: url(bk_dotted.gif) repeat-x left bottom;
}
.mod_newslist .invisible {
display:none;
}


/* mod_newsarchive */
.mod_newsarchive .info {
	font-size: 10px;
	color:#CCCCCC;
	margin: 0 0 -18px 0;
	padding: 0;
}
.mod_newsarchive .more {
	font-size: 10px;
	margin: -2px 0 16px 0;
	padding: 0;
}
.mod_newsarchive .invisible {
display:none;
}


/* Newsreader */
.mod_newsreader .info{
	font-size: 10px;
	color:#CCCCCC;
margin: 0;
}


/* CE_Gallery */
.ce_gallery .pagination li {
	list-style: none;
	display: inline;
	margin: 2px;
	padding: 0;
}
.ce_gallery .current {
	font-weight: bold;
}
.ce_gallery .pagination ul {
	margin: 0;
	text-align:center;
}
.ce_gallery tr {
	background: none;
	text-align:center;
}
.ce_gallery .image_container {
	margin:0;
	padding:0;
}


/* CE_Download */
.ce_download .mime_icon {
	border: none;
	padding:0;
	margin: 0 4px -3px 0;
}


/* CE_Downloads */
.ce_downloads .mime_icon {
	border: none;
	padding:0;
	margin: 0 4px -3px 0;
}


/* CE_Download Archiv */
.downloadarchivList {
	margin: -8px 0 0 0;
}
.downloadarchivList .mime_icon {
	border: none;
	padding:0;
	margin: 0 4px -3px 0;
}
.downloadarchivList .description {
margin: 0 0 0 4px;
color: #000000;
padding: 0;
}
.downloadarchivList .downloadarchivItem {
background: url(bk_dotted.gif) repeat-x left top;
padding: 6px 0 4px 8px;
}
.ce_downloadarchiv {
background: url(bk_dotted.gif) repeat-x left bottom;
padding: 8px 0 4px 0;
color:#999999;
}
.ce_downloadarchiv a {font-weight: bold;}


/* Newsletter */
.mod_nl_list li {
list-style: none;
background: url(bk_dotted.gif) repeat-x left top;
padding: 4px 0 4px 8px;
}
.mod_nl_list ul {
margin: -4px 0 0 0;
padding: 0;
background: url(bk_dotted.gif) repeat-x left bottom;
}

.mod_unsubscribe .confirm {font-weight: bold; color: #009933;}
.mod_unsubscribe .error {font-weight: bold; color: #FF0000;}
.mod_subscribe .confirm {font-weight: bold; color: #009933; margin-top: 12px;}
.mod_subscribe .error{font-weight: bold; color: #FF0000;}


/* Glosar */
.anchors li{
	list-style: none;
	display: inline;
}
.mod_glossaryList .ce_text {
	margin: -6px 0 10px -34px;
	padding: 0;
}
.mod_glossaryList dt{
font-weight: bold;
}
.mod_glossaryList h2 {
font-size: 16px;
}
.mod_glossaryList .toplink {
font-size: 10px;
}


/* ce_hyperlink */
.ce_hyperlink { 
background: #fff url(link.gif) no-repeat left center;
padding-left: 26px;
}


/* Event */
.mod_eventreader .info {font-weight: bold;}

.mod_eventlist .event {
background: url(bk_dotted.gif) repeat-x left top;
padding: 4px 0 4px 8px;
}
.mod_eventlist .event .date{margin: 0 8px 0 0;}
.mod_eventlist {background: url(bk_dotted.gif) repeat-x left bottom;}


/* Linkliste */
.mod_linklist .title {
font: normal 1em Geneva, Arial, Helvetica, sans-serif;
color:#0060a9;
padding: 0;
font-size: 15px;
letter-spacing: 0px;
font-weight:bold;
margin: 30px 0 1px 0;

background: url(bk_dotted.gif) repeat-x left bottom;
padding: 4px 0 4px 8px;
}
.mod_linklist .odd, .mod_linklist .even {background: url(bk_dotted.gif) repeat-x left bottom;
padding: 4px 0 4px 8px;}
.mod_linklist a {font-weight: bold;}


/* mod_cataloglist */
.mod_cataloglist .layout_full .name .value {
font-size: 14px;
font-weight: bold;
}

.mod_cataloglist .layout_full .name .label {display:none;}
.mod_cataloglist .layout_full .web .label {display:none;}

.mod_cataloglist .layout_full .mail .label,
.mod_cataloglist .layout_full .ort .label,
.mod_cataloglist .layout_full .ausbreg .label,
.mod_cataloglist .layout_full .g .label,
.mod_cataloglist .layout_full .rk .label {
font-size: 9px;
margin-bottom: -6px;
margin-top:2px;
color:#999999;
}

.mod_cataloglist .layout_full .even {
background: url(bk_dotted.gif) repeat-x left bottom;
padding: 8px 0 8px 12px;
}
.mod_cataloglist .layout_full .odd {
background: url(bk_dotted.gif) repeat-x left bottom;
padding: 8px 0 8px 12px;
}

.mod_catalogfilter .clearall {display:none;}
.mod_catalogfilter .search_group {
background: url(bk_dotted.gif) repeat-x left bottom;
padding: 0 0 2px 0;
}
.mod_cataloglist{margin-top: 16px;}



.ce_imageslider { float:left; margin-right:16px;}
#aktuell {font-size:10px; line-height: 1.2;}




/* --- Typolight Module: Ende --- */