body {
	font-family:Verdana,Tahoma,sans serif;
	font-size:100.01%;		/* Ausgangspunkt für alle nachfolgendenden  relativen Veränderungen der Schriftgrösse. */ 
	min-width:55em;		/* Damit keine Inhalte umgebrochen oder falsch  angezeigt werden. */
	color:#000000;
	text-align:center;
}

#viewPort {
	border-style:ridge;
	border-width:2px;
	margin:0px auto;
	padding:0px;
	background-color:#F4F4E4;
	width:99%;
	min-width:50em;
	max-width:75em;
}

/**
 * Kopfzeile
 */
 
#topFrame {
	/*margin-left:0;*/
	margin-right:0;
	width:100%;
	background:url(../images/background_header.gif) top repeat-x;
}
#banner {
	width:100%;
	background:url(../images/banner.gif) center 10px no-repeat;
}
.spacer_banner {		/* Verhindert das Verrutschen der breadcrumbNavigation nach oben*/
	height:106px;
}
#breadcrumbNavigation {
	float:left;
	width:60%;
	padding:3px 0 0 0;
	text-align:left;
	font-size:0.75em;
	font-variant:small-caps;
}
#metaNavigation {
	margin:0 0 0 60%;
	padding:3px 0 0 0;
	text-align:right;
	font-size:0.75em;
	font-variant:small-caps;
}
* html div#metaNavigation {
	 height:1em;		/* Workaround gegen 3-Pixel-Bug des IE < 7 */
}

/**
 * Rahmen um Kopf- und Fusszeile und die Spalten
 */

div.innerFrame {
	padding:15px;
}
div.frame_content {
 	display:block;
}
#content .frame_content {
	min-height:550px;
	overflow:auto;
}
div.frame_l {
	display:block;
	width:100%;
	background:url(../images/frames/set04/frame_l.gif) left repeat-y;
}
div.frame_o {
	display:block;
	width:100%;
	background:url(../images/frames/set04/frame_o.gif) top repeat-x;
}
div.frame_r {
	display:block;
	width:100%;
	background:url(../images/frames/set04/frame_r.gif) right repeat-y;
}
div.frame_u {
	display:block;
	width:100%;
	background:url(../images/frames/set04/frame_u.gif) bottom repeat-x;
}
div.frame_lo {
	display:block;
	width:100%;
	background:url(../images/frames/set04/frame_lo.gif) top left no-repeat;
}
div.frame_ro {
	display:block;
	width:100%;
	background:url(../images/frames/set04/frame_ro.gif) top right no-repeat;
}
div.frame_ru {
	display:block;
	width:100%;
	background:url(../images/frames/set04/frame_ru.gif) bottom right no-repeat;
}
div.frame_lu {
	display:block;
	width:100%;
	background:url(../images/frames/set04/frame_lu.gif) bottom left no-repeat;
}

/**
 * Rechte Spalte
 */
 
#rightColumn {
	float:right;
	width:12.5em;
	background-color:#ffefcd;
}

/**
 * Linke Spalte
 */
 
#leftColumn {
	float:left;
	width:12.5em;
	background-color:#ffefcd;
}

#teaserNews {
	font-size:0.75em;
}

#teaserGuestbook {
	font-size:0.75em;
}

#content {
    background-color:#FFFFFF;
    font-size:12px;
    text-align:left;
}

/**
 * Überschriften in rechter (und linker) Spalte
 */
 
.columnTitle_l1 {
	width:100%;
	margin:0.5em 0 0.5em 0;
	padding:0 0 1px 0;
	background-color:#CC9900;
}
.columnTitle_l2 {
	width:100%;
	margin:0px;
	padding:0 0 1px 0;
	background-color:#ffefcd;
}
.columnTitle_l3 {
	width:100%;
	margin:0;
	padding:0;
	background-color:#ffcb77;
	font-variant:small-caps;
	font-weight:bold;
}

/**
 * Menü
 */

#menu {
}
#menu_l1 {
	text-align:left;
	width:100%;
}
#menu_l2 {
	width:100%;
	padding:0 0 0 1em;
}
#menu_l3 {
	width:100%;
	padding:0 0 0 1em;
}
#menu_l4 {
	width:100%;
	padding:0 0 0 1em;
}
.menu_link {
	padding:0 0 0 10px;
	font-size:0.85em;
	font-variant:small-caps;
}
.menu_activeLink {
	padding:0 0 0 10px;
	font-size:0.85em;
	font-variant:small-caps;
	background:url(../images/dot.gif) left no-repeat;
}

#menu a:link {color:#000000;text-decoration:none;font-weight:normal;}
#menu a:visited {color:#000000;text-decoration:none;font-weight:normal;}
#menu a:hover {color:#aaaaaa;text-decoration:none;font-weight:normal;}
#menu a:active {color:#000000;text-decoration:none;font-weight:normal;}
#menu a:focus {color:#aaaaaa;text-decoration:none;font-weight:normal;}	
/**
 * Such-Formular
 */

#searchform {
	font-size:0.75em;
}
#searchformInputField {
	width:10em;
	text-align:left;
	vertical-align:middle;
	background-color:#fffff5;
	border-color:#FFE380;
}
#searchformSubmitButton {
	border-style:none;
	font-variant:small-caps;
	vertical-align:middle;	
}

/**
 * Login-Formular
 */

#login {
	font-size:0.75em;
}
#loginForm {
	text-align:right;
	margin-right:1em;
} 
#loginForm #userLabel {
	width:50%;
	text-align:right;	
	font-variant:small-caps;
}
#LoginForm #userInputField {
	width:6em;
	vertical-align:middle;
	background-color:#fffff5;
	border-color:#FFE380;
}
#loginForm #pwdLabel {
	width:50%;
	text-align:right;
	font-variant:small-caps;
}
#LoginForm #pwdInputField {
	width:6em;
	vertical-align:middle;
	background-color:#fffff5;
	border-color:#FFE380;
}
#loginForm #submitButton {
	margin:2px 2.5em 0 0;
	vertical-align:middle;	
	font-variant:small-caps;
	border-style:none;
}
#logout {
	font-size:0.75em;
}
#logoutForm {
	text-align:center;
}
#logoutForm #userLabel {
	width:50%;
	text-align:right;	
	font-variant:small-caps;
}
#logoutForm #submitButton {
	text-align:center;
	vertical-align:middle;	
	font-variant:small-caps;
	border-style:none;
}
/**
 * Fusszeile
 */
 
#bottomFrame {
	font-size:0.75em;
	font-variant:small-caps;
	background-color:#ffefcd;
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}

/****************************************************************************************************************/
a:link {color:#000000;}			/* noch nicht besuchte Ziele */
a:visited {color:#000000;}			/* besuchte Ziele */
a:hover {color:#aaaaaa;}			/* Verweise bei "MouseOver" */
a:active {color:#000000;text-decoration:none;}	/* Angeklickte Verweise */
a:focus {color:#aaaaaa;}			/* Verweise, die Fokus erhalten */
/****************************************************************************************************************/

.tx-indexedsearch-searchbox {
	font-size:0.85em;
}
.tx-indexedsearch-searchbox table {
	font-size:0.85em;
}
.tx-mmforum-pi1 {
	width:100%;
	margin:0;
	padding:0;
	vertical-align:top;
}
.tx-mmforum-table {
        width:100%;
}
.tx-mmforum-table #message {
	width:100%;
}
