
@media all
{

/* Formatierung der Seite */
body {
/* Constants Wert */
}

#page_repeat {
/*background: url(../../img/bg_repeat.gif) repeat-y 50%;*/
}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page {
}

#page_margins { 
	/* Constants Wert */
}

/* Formatierung der Kopfbereiches */
#header { 
	position: relative;
}



#homelink {
	position: absolute;
	top: 0;
	right: 48px;
	display:block;
	width: 273px;
	height: 87px;
	cursor: pointer;
	border: 0px solid #ffffff;
}

/* Formatierung der Fusszeile */
#footer {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 50%;
	width: 1000px;
	height: 99px;
	color:#888;
	margin: 0 0 0 -500px;
	padding: 0 0 0 0;
	line-height: 1em;
	background: url(../../Userfiles/_Styles/Style_1/footer_style1_bg.jpg) no-repeat 50% bottom #FFFFFF;
}

#footernav {
	color: #656b5d;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 0 25px;
}
#footernav a {
	color: #656b5d;
	font-size: 12px;
	font-weight: normal;
}
#footercontent {
	color: #663E00;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 25px;
}
#footercontent a {
	color: #663E00;
	font-size: 12px;
	font-weight: bold;
}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main {
	padding-top: 0;
	padding-bottom: 5em;
} 

/* linke Spalte */
#col1 { 
/*width: 180px; */
}	

#col1_content { 
/*margin-left: 1em; */
/*margin-right: 1em; */
margin: 2em 1em 2em 2em;
color: #444; 
background: inherit; 
}

/* Rechte Spalte */
#col2 { 
/*width: 180px; */
}

#col2_content { 
	margin: 2em 2em 2em 2em;
}

/* Mittlere Spalte */
#col3
{	/* Constants Control */
	/*margin-left: 180px; */
	/*margin-right: 180px; */
	/*border-left: 1px dotted #ddd;*/
	/*border-right: 1px dotted #ddd;*/
}

#col3_content { 
	margin: 2em 2em 5em 2em;
}


/* ######################################################################################################
** ### Formatierung des Teasers der Startseite ##########################################################
** ######################################################################################################
*/

#teaser { 
	margin:0; 
	padding:0; 
	color: #765; 
}

#teaser div {float:left; width: auto; margin-right: 1em; }
#teaser .block1 {padding:0.5em 0 0.4em 1.7em; font-size: 0.82em; }
#teaser .block1 a {color:#334;}
#teaser .block1 a:hover {background:transparent;}
#teaser .block3 {width: 45%; padding-top:0.5em; font-size: 0.82em; }
#teaser .langMenu {float:right; padding-top:0.2em; margin-right: 0.6em;}
#teaser .selectFontSize {float:right; padding-top:0.4em; padding-right: 1em;}
#teaser .selectFontSize a {color:#334;}
#teaser .selectFontSize a:hover {background:transparent;}
#teaser .aktDatum {float:right; font-size: 0.82em; padding-top:0.5em; padding-right:1em;}

#teaser .block3 .title {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	display:block;
	font-size: 1.2em; 
	font-weight:bold; 
	color: #336699;  
	background: inherit;  
	margin: 0 0 0.5em 0; 
}

/* Styled by TYPO3 Content Rendering Group - ben@netcreators.com 2007 */
/* START new classes and  id's */
#month-header {
    width: 100%;
    margin-bottom: 7px;
}
#month-header-prevnext {
    float: left;
}
#month-header-icons {
    float: right;
    text-align: right;
}
#month-header-icons IMG, #month-header-prevnext IMG, #month-footer IMG {
    border: 0px solid;
}
#month-footer {
    width: 100%;
    margin-bottom: 7px;
}
#month-footer-header {
    text-align: center;
}

table.month-small {
    border: 1px solid #A1A5A9;
    border-collapse: collapse;
} 
.month-weeknums {
    border-right: 1px solid #AAAAAA;
    background-color: #EFEFEF;
}
.month-weekdays {
    border-bottom: 1px solid #AAAAAA;
    background-color: #EFEFEF;
}
.month-small a:link, .monthoff a:visited {
    color: #000000;
}
.month-small th, .month-small td {
    padding: 2px;
    width: 22px;
    font-size: 10px;
    text-align: right;
}
.month-small th {
	padding: 3px 0 3px 0;
    text-align: center;
}




/*
	wgCalendar - WebGears Calendar
*/

.wgCal {
	
}
.wgCal .event_list_item {
	display: block;
	margin: 0;
	padding: 0;
	
	border-bottom: 1px solid #E0E0E0;
}
.wgCal .event_list_item li {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 0;
	list-style-type: none;
}


.wgCal h2 {
	font-size: 14px;
	
	margin: 0;
	padding: 0;
}

.wgCal .list_date {
	
}

.pagination a:hover {
	text-decoration: none;
}
.pagination span.current {
	font-weight: bold;
}

.katNav {
	margin-bottom: 20px;
}

.katNav .katNavLink {
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 20px;
}

.katNav .katCountSpan {
	margin-left: 2px;
	font-size: 10px;
	font-weight: bold;
}

.katNav a {
	text-decoration: none;
}

.katNav a:hover,
.katNav a.current {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}







} 
