/**
 * Globaler Browser-Reset
 **/

/**
 * um gleiche Abstaende in allen Browsern zu erreichen, 
 * muessen die Standard-Style-Werte der HTML-Elemente in den Browsern auf Null gesetzt werden.
 **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

/**
 * Tabellen haben zunaechst keine Abstaende
 */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/**
 * Jedes Fieldset und Bild hat zunaechst keinen Rahmen
 */
fieldset,img {
	border:0;
}


/**
 * Alle Links auf den Webseiten sollen erst einmal
 * keine Unterstreichung erhalten
 **/
 a {
	text-decoration:none;
}

/**
 * Ueberschriften werden dadurch in jedem Browser gleich angezeigt
 */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/**
 * GLOBALER BROWSER RESET - ENDE
 **/



/**
 * ALLGEMEINE FORMATIERUNG
 */


/**
 * Grundsaetzliche Body-Angaben 
 * nach Internetmaster 2007 
 **/
 body {
	margin: auto;
	padding:0px;
}


 /**
 * Ueber folgenden Selektor legen wir die Gesamtbreite
 * des Dokumentes fest. Somit wird ein Umbrechen der
 * einzelnen Container-Elemente verhindert
 **/
div#dokument {
	position:relative;
	/*top:69px;*/
	overflow:hidden;
	margin:0 auto;
	width:961px;
	height:670px;
}

/**
 * Dieser DIV-Container ermoeglicht in jedem Browser 
 * einen Abstand des Container "div#dokument" 
 * zum unteren Ende des Bilschirmrandes um 135px;
 */
div#dokumentUnten {
	position:relative;
	top:69px;
	margin:0 auto;
	width:959px;
	height:50px;
}

/**
 * Formatierung eines internen Link
 */
a.dokumentLink{
	height:19px;
	padding: 2px 0px 2px 23px;
	background-image:url(stylebilder/dokumentLink.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/***
 * ALLGEMEINE FORMATIERUNG ENDE
 */



/***
 * LOGO
 */
 /**
 * Container fuer das Logo oben Links
 **/
div#containerLogo{
	position:absolute;
	width:196px;
	height:163px;
	top:0px;
	left:0px;
	border:0px;
	z-index: 10;
	text-align:center;
}

/**
 * Logo das ausgedruckt werden soll wird auf dem Bildschirm nicht angezeigt
 */
div img.logoPrint{
	display:none;
}

/**
 * Position des Logos im Logo-Container
 * Das Logo was angezeigt wird ist immer 162px breit
 */
img#logo {
	position:relative;
	width:252px;
	top:30px;
}


/****
 * LOGO ENDE
 */


/***
 * NAVIGATION
 */
 
/**
 * Position und Groesse des Container der die Navigation enthaelt 
 * verstellt mann die Breite, kann es auch ein vertikales oder horizontales Menue werden 
 */
div#containerNavigation {
	position:absolute;
	left:0px;
	top:150px;
	width:196px;
	z-index: 12;
}

div#containerNavigationHintergrund {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 196px;
	height: 520px;
	z-index: 1;
}

/*
 * Standard Listensymbole entfernen
 */
ul#navigation, ul#navigation ul { 
	list-style-type:none;
} 

/**
 * 1.Ebene
 * Ausrichtung und Breite der Menuepunkte
 */
#navigation li {
	width:196px; 
	float:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
} 

/**
 * Standartmässing wird die zweite Ebene auch angezeigt
 * Im Normalzustand ausgeklappt
 */
#navigation li ul {
	display:block; 
} 
/**
 * Bei mousover wird die 2. Ebene angezeigt
 * nicht noetig da diese ja schon angezeigt wird
 * macht nur für den Fall Sinn, dass man bei "#navigation li ul" display:none waehlt
 */
#navigation li:hover ul {
	display:block;
} 

/**
 * Der angeklickte Link und der ueber den gerade die Maus faehert werden unterstrichen
 * stand nicht im Styleguid
 */
#navigation a:active, #navigation a:hover {text-decoration:underline; }


/**
 * 1. Hirachieebene
 * Letzer Eintag in der 1. Ebene des Menues hat keinen Rahmen
 */
ul#navigation li.letzter{
	border-bottom:0px;
}

/**
 * 1. Hirachieebene
 * Innenabstaende des Links in der 1. Ebene des Menues
 */
ul#navigation li a{
	display:block;
	margin:0px;
	padding:9px 0px 10px 15px;
        height:30px;
}

/**
 * 2. Hirachieebene
 * Groesse und Ausrichtung der Link-Listen-Elemente der 2.Ebene im Menue
 */
ul#navigation li ul li{
	float:left;
	width:196px;
	height:37px;
	border-top-width:1px;
	border-bottom-width:0px;
	border-top-style:solid;
	border-top-color:#ffffff;
}

/**
 * 2. Hirachieebene
 * Innenabstaende des Links in der 2. Ebene des Menues
 */
ul#navigation li ul li a{
	display:block;
	margin:0px;
	padding:11px 0px 11px 30px;
}

ul#navigation li a.aktiv {

	font-weight:bold;
}
/**
 * 2.Ebene wird nicht angezeigt
 */
ul#navigation ul.inaktiv{
	display:none;
}


/***
 * NAVIGATION ENDE
 */






/**
 * TITLE
 */
 /**
 * Groesse und Positionierung des Title-Container
 */
div#containerTitle{
	position:absolute;
	top:0px;
	left:252px;
	width:709px;
	height:130px;
	z-index:10;
	/*background-image:url(stylebilder/container_titel_bg2.jpg);*/
	background-image:url(stylebilder/kopfbild.gif);
}

/**
 * Positionierung der Titleueberschrift im Titelcontainer
 */
div#containerTitle h1{
	display:none;
	margin-top:75px;
	margin-left:195px; 
	
}

/**
 * TITLE ENDE
 */



/**
 * IFRAME
 */
div#fremdContent {
	position:absolute;
	width:357px;
	height:361px;
	z-index:11;
	top:164px;
	left:203px;
}

.fremdcontentStandard {
	width:357px;
}

/**
 * CONTENT CONTAINER ALLE SEITEN SEITE
 */
 /**
 * Groesse und Positionierung des Content-Container
 * Aendert mann die Breite so konnen Inhalte nebeneinander angezeigt werden
 */
div#containerContent{
	position:absolute;
	top:150px;
	left:203px;
	width:555px;
	height:482px;
	z-index:10;
}


/**
 * Wrap um Text der Contantseite um Mindesthoehe zu definiern
 * Notwendig damit die Links "Weiterempfehlen" und "Druckausgabe" immer unten stehen 
 * und der Inhalt in der Hoehe flexibel ist
 */
div#content div.mindestHoeheContent{
	min-height:325px;
	height: auto !important;
	height:325px;
}

/**
 * Abstand des Inhaltscontainers von oben.
 */
div#content div.abstandFormularOben{
	margin-top: 10px;
}

/**
 * Groesse und Positionierung des Link Container der im Content Bereich 
 * die Links Weiterempfehlen, Drucken usw enthealt
 */
div#contentUnten{
	position:relative;
	float:left;
	height:37px;
	width:325px;
}

/**
 * Positionierung des unteren linken Link im Content 
 */
div#contentUnten a.linkRechts{
	position:absolute;
	float:right;
	left:389px;
	bottom:9px;
}


/**
 * Positionierung des unteren rechten Link im Content 
 */
div#contentUnten a.linkLinks {
	position:absolute;
	float:left;
	bottom:9px;
	display:none;
}

/**
 * Listenelemente im Content.
 */
div#content ol {
	margin-left: 23px;
}

div#content ul {
	padding-left: 21px;	
	list-style-image:url(stylebilder/teilPunktFormular.gif);

}

div#content ol li, div#content ul li {
	vertical-align: top;
}

/**
 * CONTENT CONTAINER ALLE SEITEN ENDE
 */


/**
 * CONTENT TEASER
 */ 
 /**
 * Overflow auf der Teaser Seite
 */
div.teaserSeite{
	overflow:hidden;
	margin-top:50px;
}
/**
 * Groesse, Ausrichtung, Seitenabstaende, Rahmen der Teaser
 */
div#containerContent div.teaser{
	position:relative;
	float:left;
	width:525px;
	height:100px;
	margin-left:0px;
	margin-right:8px;
	display:inline;
	border-bottom:1px solid;
	overflow:hidden;
	padding-top:5px;
}

/**
 * Letzter Teaser hat keinen unteren Rahmen
 */
div#containerContent div.letzter{
	border-bottom:0px;
}

/**
 * Positionierung der Teaser-Ueberschrift ohne Bild
 */
div.teaserText h2{
	margin-top:6px;
}

/**
 * Positionierung des Teaser-Textes ohne Bild
 */
div.teaserText p.teaserBodytext{
	margin-top:7px;
	height: 60px;
	overflow : hidden;
}

/**
 * Positionierung und Groesse der Teaser-Ueberschrift mit Bild
 */
div.teaserTextBild h2 a{
	position:relative;
	padding-left:10px;
	float:left;
	margin-top:6px;
	margin-left:3px;
	width:165px;
}

/**
 * Positionierung und Groesse der Teaser-Ueberschrift mit Bild
 */
div.teaserTextBild h2 span{
	position:relative;
	float:left;
	margin-top:6px;
	margin-left:3px;
	width:165px;
}

/**
 * Positionierung des Teaser-Textes mit Bild
 */
div.teaserTextBild p.teaserBodytext{
	position:relative;
	padding-left:13px;
	margin-top:35px;
	margin-left:10px;
	/*width:263px;
	height:60px;
	*/
	width:300px;
	height:61px;
	overflow:hidden;
}

/**
 * Position des Bildes in Teaser mit Bild
 */
div.teaserTextBild img{
	position:relative;
	float:left;
	margin-top:5px;
}

/**
 * Position des Bildes in Teaser mit Bild
 */
div.teaserBild img{
	position:relative;
	float:left;
	margin-top:5px;
	width:341px;
	height:110px;
}

div.teaserTextBild object{
	position:relative;
	float:left;
	margin-top:10px;
}
div.teaserBild object{
	position:relative;
	float:left;
	margin-top:10px;
	width:341px;
	height:110px;
}

/**
 * Position von Dokumentenlink in Teaser
 */
div.teaser a.dokumentLink{
	position:absolute;
	float:right;
	bottom:10px;
	right:0px;
}

/**
 * Position von Dokumentenlink in Teaser mit Bild
 */
div.teaserTextBild a.dokumentLink{
	position:absolute;
	float:right;
	bottom:10px;
	right:0px;
}

/*
 * Position des Linkbuttons im Teaser mit nur einem Bild
 */
div.teaserBild a.dokumentLink{
	position:absolute;
	float:right;
	bottom:9px;
	right:0px;
}

/**
 * CONTENT-TEASER SEITE ENDE
 */

/***
 * CONTENT SEITE
 */

/**
 * Overflow auf der Content Seite
 */
div.contentSeite div#containerContent{
	overflow-y:hidden;
	overflow-x:hidden;
}

/**
 * Groesse und Ausrichtung des Content Container
 */
div#containerContent div#content{
	position:relative;
	float:left;
		
	width:525px;
	min-height:362px;
	height: auto !important;
	height:362px;
	margin-left:0px;
	margin-right:8px;
	display: inline;
	
}

/**
 *  Absatzformatierung der Ueberschrift H1 einer Contentseite
 */
div.contentSeite div#containerContent h1{
	/*padding-top:20px;*/
	margin-bottom:3px;
	margin-top:7px;
}

/**
 * Absatzformatierung der Ueberschrift H1 einer Contentseite
 */
div.contentSeite h1{
	padding-top:5px;
	margin-bottom:3px;
}

/**
 * Absatzformatierung der Ueberschrift H2 einer Contentseite
 */
div.contentSeite h2{
	padding-top:5px;
	margin-bottom:3px;
	padding-left:9px;
}

/**
 * Absatzformatierung eines Absatztes <p> im Content
 */
div#content p{
	padding-bottom:5px;
	margin-left:8px;
}

/**
 * Formatierung eines Links im Fiesstext des Content-Elementes
 */
div#content a.dokumentenLinkImText{
	height:13px;
	padding-left:17px;
	padding-right:4px;
	background-image:url(stylebilder/dokumentenLinkImText.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/**
 * CONTENT SEITE ENDE
 */


/**
 * FORMULAR SEITE
 */


/**
 * Overflow auf der Formular Seite
 */
div.formularSeite{
	overflow-y:scroll;
	overflow-x:hidden;
}

/**
 * Formatierung des Div-Container der die Formularueberschriften enthaelt
 */
div#content div.formularBalken{
	position:relative;
	float:left;
	padding:0px;
	margin-bottom:12px;
	width:303px;
	vertical-align:top;
}

/**
 * Formatierung der Teilsuebeschriften in Formularen
 */
div.formularSeite h2{
	position:relative;
	float:left;
	width:303px;
	height:16px;
}

/**
 * Formatierung der Listen 
 */
div.formularSeite ul li {
	margin-bottom: 10px;
}

div.formularSeite div.listenContainer {
	float: left;
	clear: both;
	width: 305px;
}

/**
 * Allgemeine floating Formatierung auf der Formularelemente
 *
*div#content label, div#content input, div#content select, div#content textarea{
*	position:relative;
*	float: left;
*	display:block;
*	margin-bottom:12px;
*}
**/
div.formSeite label, div.formSeite input, div.formSeite select, div.formSeite textarea{
	position:relative;	
	margin-bottom:12px;
	float: left;
	display:block;
}

/**
 * Rahmenformatierung der Formularelemente Input, Select, Textarea
 */
div#content input, div#content select, div#content textarea{
	border:1px inset #f0f0f0;
}

/**
 * Bewirkt einen Zeilenumbruch (auflösen des Floating im Formular
 */
form br { 
  clear: left; 
}

/**
 * allgemeine Formatierung der Label Elemente
 */
div#content label{
	width:230px;
	height:16px;
	padding-top:4px;
	cursor:pointer;
}

/**
 * Formatierung der Label Elemente fuer die Pflichtfelder
 */
div#content label.pflichtfeld{
	background-image: url(stylebilder/pflichtfeld.gif);
	background-position:136px 8px;
	background-repeat:no-repeat;	
}
/**
 * Formatierung der Label Elemente eines Textfeldes als Pflichtfelder
 */
div#content label.pflichtfeldTextarea{
	background-image: url(stylebilder/pflichtfeld.gif);
	background-position:0px 8px;
  	background-repeat:no-repeat;
	padding-left:10px;	
	margin-bottom:0px;
}

/**
 * Formatierung der Label Elemente eines Textfeldes als normales Feld.
 */
div#content label.textarea{
	margin-bottom:0px;
}

/**
 * allgemeine Formatierung der Input Elemente
 */
div#content input{
	padding-top:2px;
	width:157px;
	height:18px;
}

/**
 * Formatierung der Input Elemente vom Typ Checkbox
 */
div#content input.checkbox{
	padding-top:2px;
	width:18px;
	height:18px;
	border:0px;
}

/**
 * Formatierung der Input Elemente vom Typ Radio
 */
div#content input.radio{
	padding-top:2px;
	width:18px;
	height:18px;
	border:0px;
}

/**
 * allgemeine Formatierung der Select Elemente
 */
div#content select{
	width:158px;
	height:20px;
	padding-top:1px;
}

/**
 * Allgemeine Formatierung der Textarea Elemente
 */
div#content textarea{
	width:100%;
	height:50px;
	padding-top:2px;
}
/**
 * Formatierung des Kurzinfo Feldes
 */
div#content span.formularKurzinfo{
	position:relative;
	float:left;
	clear:left;
}

/**
 * Positionierung des Formularinfo Linkes
 */
div#content a.formularInfoLink{
	height:12px;
}

/**
 * Breitenangabe fuer erstes Input-Element 
 * wenn in einer Zeile zwei angezeigt werden sollen
 */
div#content input.formularDoppel1{
	width:47px;
}

/**
 * Breitenangabe fur zweites Input-Element 
 * wenn in einer Zeile zwei angezeigt werdenb sollen
 */
div#content input.formularDoppel2{
	width:100px;
	margin-left:7px;
}

/**
 * Trennlinie im Formular
 */
div.formularTrenner{
	position:relative;
	float:left;
	width:100%;
	Border-top:1px dashed #014936;
	height:15px;
}
/**
 * FORMULARSEITE ENDE
 */


/****
 * ANSPRECHBEREICH
 */
 /**
 * Groesse und Position des Ansprechbereiches
 */
div#containerAnsprechbereich{
/*background-image:url(stylebilder/bausteine.gif);
background-repeat:no-repeat;
width:196px;
height:477px;
margin-left:766px;
margin-top:165px;
float:left;*/
position:absolute;
	top:0px;
	left:196px;
	height:564px;
	width:763px;
	z-index:5;
}

/**
 * ANSPRECHBEREICH ENDE
 */


/**
 * AKTIONSTEASER
 */
 /**
 * Groesse und Positionierung des Aktionsteaser-Container
 */
div#containerAktionsteaser{
	position:absolute;
	top:408px;
	left:0px;
	width:196px;
	height:161px;
	z-index:10;
}

/**
 * Position von Dokumentenlink im Aktionsteaser-Container
 */
div#containerAktionsteaser a.dokumentLink{
	position:absolute;
	float:right;
	bottom:12px;
	right:17px;
}

/**
 * Position von Ueberschrift im Aktionsteaser-Container
 */
div#containerAktionsteaser h2{
	margin-top:15px;
	margin-left:15px;
	margin-right:16px;
	padding-bottom:4px;
	border-bottom:1px dashed #004B36;
}

/**
 * Position vom Datum im Aktionsteaser-Container
 */
div#containerAktionsteaser p.aktionsteaserDatum{
	margin-top:10px;
	margin-left:15px;
	margin-right:16px;
	padding-bottom:4px;
}

/**
 * Position vom Bild im Aktionsteaser-Container
 */
div#containerAktionsteaser p.aktionsteaserBild{
	margin-top:2px;
	margin-left:15px;
	margin-right:16px;
	padding-bottom:2px;
}

/**
 * Position vom Nur Bild im Aktionsteaser-Container
 */
div#containerAktionsteaser p.aktionsteaserNurBild{
	margin-top:15px;
	margin-left:15px;
	margin-right:16px;
	padding-bottom:2px;
}

/**
 * Position des Textes im Aktionsteaser-Container
 */
div#containerAktionsteaser p.aktionsteaserText{
	margin-top:2px;
	margin-left:15px;
	margin-right:16px;
	padding-bottom:4px;
}


/****
 * AKTIONSTEASER -ENDE
 */


/***
 * MWC
 */
 /**
 * Groesse und Positionierung des MWC mit Bild
 */
div#containerMWCmBild{	
	position:absolute;
	margin-bottom:15px;
	right:0px;
	bottom:0px;
	width:196px;
	z-index:10;
	min-height: 133px;
	height: auto !important;
}

/**
 * Groesse und Positionierung des MWC mit Text
 */
 /*
div#containerMWCmText{	
	position:absolute;
	right:20px;
	bottom:200px;
	width:175px;
	z-index:10;
	min-height: 133px;
	height: auto !important;
	height: 133px;
}*/
div#containerMWCmText{	
	position:absolute;
	right:22px;
	top:150px;
	width:175px;
	z-index:10;
	min-height: 33px;
	height: auto !important;
	height: 133px;
}

/**
 * Abgerundete Ecke im MWC Oben Links
 */
div.mwcObenLinks{
	float:left;
	background-image:url(stylebilder/mwcObenLinks.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	font-size:1px; /*IE6 HACK sonst koennen keinen DIV-Container kleiner 10px dargesetllt werden*/
}
/**
 * Oberes Rahmen-Mittelstueck vom MWC
*/
div.mwcObenMitte{
	float:left;
	background-image:url(stylebilder/mwcOben.gif);
	background-position: top left;
	background-repeat:repeat-x;
	height:8px;
	width:159px;
	font-size:1px;
}
/**
 * Abgerundete Ecke im MWC Oben Rechts
*/
div.mwcObenRechts{
	float:left;
	background-image:url(stylebilder/mwcObenRechts.gif);
	background-position: top left;
	background-repeat:no-repeat;
	height:8px;
	width:8px;
	font-size:1px;
}

/**
 * MWC Content Wraper 
 * beinhaltet den rechten und linken Rahmen 
 * des MWC
 */
div.mwcContentWrap{
	position:relative;
	float:left;
	min-height: 24px;
	height: auto !important;
	width:173px;

	border-right: 1px solid;
	border-left: 1px solid;
}

/**
 * Abgerundete Ecke im MWC Unten Links
 */
div.mwcUntenLinks{
	position:relative;
	float:left;
	background-image:url(stylebilder/mwcUntenLinks.gif);
	background-position: left;
	background-repeat:no-repeat;
	height:4px;
	width:8px;
	font-size:1px;
}
/**
 * Unteres Rahmen-Mittelstueck vom MWC
 */
div.mwcUntenMitte{
	position:relative;
	float:left;
	background-image:url(stylebilder/mwcUnten.gif);
	background-position: left;
	background-repeat:repeat-x;
	height:4px;
	width:159px;
	font-size:1px;
}

/**
 * Abgerundete Ecke im MWC Unten Rechts
 */
div.mwcUntenRechts{
	position:relative;
	float:left;
	background-image:url(stylebilder/mwcUntenRechts.gif);
	background-position: left;
	background-repeat:no-repeat;
	height:4px;
	width:8px;
	font-size:1px;
}

/**
 * MWC Title Container
 */
div.mwcTitle{
	position:relative;
	float:left;
	width:173px;
	min-height: 16px;
	height: auto !important;
	
}

/**
 * MWC Title
 */
div.mwcTitle h2{
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
}
 
/**
 * Mindestgroesse und fixe Breite sowie Position des MWC Bildes
 */
div.mwcBild{
	position:relative;
	float:left;
	width:196px;
	min-height: 53px;
	height: auto !important;
	height: 53px;
	top:10px;
}

/**
 * Ausrichtung des Textes im MWC mit Text
 */
div.mwcText{
	position:relative;
	float:left;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
}

/**
 * Groesse und Position des Dokumentenlinks im MWC mit Bild
 */
div.mwcLink{
	Position:relative;
	float:left;
	width:173px;
	bottom:6px;
}

/**
 * Position von Dokumentenlink im MWC mit Bild
 */
div.mwcBildLink a.dokumentLink{
/*	Position:relative;
	float:left;
	margin-top:15px;
	margin-left:9px;
	margin-bottom:6px;*/
}

/**
 * Position und Mindesthoehe des Kontainer der den "weiter Link" im MWC mit Text enthaelt
 */
div.mwcTextLink {
	Position:relative;
	float:left;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

/**
 * Position von Dokumentenlink im MWC mit Text
 */
div.mwcTextLink a.dokumentLink{
	Position:relative;
	float:left;
	margin-left:9px;
	margin-top:6px;
	margin-bottom:6px;
}

/***
 * MWC -ENDE
 */

/***
 * Footer
 */

div#containerFooter {
	position: absolute;
	width: 765px;
	height: 13px;
	top: 647px;
	left: 196px;
	z-index: 10;

}

div#containerFooter .footerContent {
	position: relative;
	width: 765px;
	height: 24px;
	top: 0px;
	left: 0px;
	text-align: right;
	line-height: 22px;
}

div#containerFooter .footerContent a{
	font-size:9px;
}

div#containerFooter .footerContent .indentation {
	margin-right: 330px;
	/*display:none;*/
}

/***
 * Footer-Ende
 */

/**
 * Ausrichtung des Textes im MWC mit Text
 */
div.mwcInput{
	position:relative;
	float:left;
	padding-left:9px;
	padding-right:9px;
	padding-top:8px;
}

input.mwcButton  {
	height:19px;
	padding:1px 0 4px 20px;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	border:0 none;
	cursor:pointer;
	float:left;
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	height:19px;
	margin:0px 8px 0 10px;
	padding:1px 0 4px 20px;
	text-align:left;
	vertical-align:middle;
	width:157px;
}

.xLink_Weiter_Gross_Links, .xLink_Weiter_Gross_LinksRed a {
	background:transparent url(stylebilder/dokumentLink.gif) no-repeat scroll 0 0;
}

label.mwcBetreuersuche {
	position:relative; 
	float: left; 
	display:block; 
	margin-bottom:12px; 
	width: 58px;
}

input.mwcBetreuersuche {
	border-style:solid;
	border-width:1px;
	font-size:8pt;
	height:16px;
	margin:0 8px 3px 0;
	padding:2px 0 0;
	width:87px;
}
div.formSeite input.fehlerPadding, div.formSeite label.fehlerPadding {
	margin-bottom: 1px;
}

#content table.snippet {
	margin:0px 0px 0px 0px;
	padding:0px;
	width:100%;
}

#content table.snippet td img {
	padding-right:8px;
	padding-bottom:8px;
}

#content table.snippet td.snippetTD {
	margin:0px 0px 0px 0px;
	padding:0px 0px 8px 0px;
	vertical-align:top;
}


/****
 * CLOSE BUTTON
 */
 /**
 * Groesse und Position des Ansprechbereiches
 */
div#containerCloseButton{
	position:absolute;
	top:5px;
	left:920px;
}

/**
 * CLOSE BUTTON
 */
