/* Allg. Angaben ============================================ */
body {
	margin: 0;
	padding: 0;
	font-family:Arial, sans-serif;
	background-color: #4e5367;
}

/* Unsichtbare Inhalte */

.futsch1 { 
	position:absolute; 
	left:-1000px; 
	top:-1000px; 
	width:0px; 
	height:0px; 
	overflow:hidden; 
	display:inline;
}

.futsch2 { 
	position:absolute; 
	left:-1000px; 
	top:-1000px; 
	width:0px; 
	height:0px;
}

.unsichtbar	{ 
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0; 
}

/* Spezial-DIVs zum Abdunkeln des Hauptcontents */

div#popup_window_container {
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 98; 
}

div#popup_window {
	position: relative; 
	z-index: 98; 
	margin: auto;
	/* width: 832px;*/
}

div#disablecontent1 {
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 97; 
	height: 100%; 
	width: 100%;
}

div#fadeColor {
	background-color: #305c81; 
	width: 100%; 
	height: 100%; 
	-moz-opacity: 0.9; 
	opacity: 0.9; 
	filter:alpha(opacity=90);
}

a.CloseX {
	width: 27px;
	float: left;
	position: absolute;
	top: 500px;
	left: 630px;
	z-index: 99;
}

/*Bildlupe*/


div.popupContainerBildlupe {
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 98; 
	height: 372px; 
	width: 100%; 
}

div.popupBildlupe {
	position: relative; 
	z-index: 98; 
	margin: auto;
	width: 832px;
	/*background-color: #FFFFFF;*/ 
}

a.popupXBildlupe {
	width: 30px;
	height: 33px;
	float: left;
	position: absolute;
	top: 0px;
	left: 790px;
	z-index: 99;
	color: #968452;
	font-weight: bold;
	font-size: 80%;
	background-image: url('/pics/layout/tmw/close_x.gif');
	background-repeat: no-repeat;
	background-position:  0px 0px;
}

div.HGBildlupe {
	width: 832px; 
	height: 498px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	padding: 20px 0 20px 0;
	border: solid 1px #dcb3d3;
}

div.HGBildlupeContent {
	width: 832px; 
	float: left;
	text-align: center;
	padding: 20px 0 0 0;
}

div.BLText {
	width: 832px; 
	float: left;
	text-align: center;
}

div.BildlupeBild {
	width: 832px; 
	height: 425px; 
	float: left;
	text-align: center;	
}


div.BildlupeBlattern {
	width: auto;
	float: left; 
}

a.BLLeft {
	width: 17px;
	height: 35px;
	float: left;
	position: absolute;
	top: 245px;
	left: 15px;
	z-index: 99;
	padding: 7px 0 0 20px;	
	background-image: url('/pics/layout/tmw/pfeil_big_blau_li.gif');
	background-repeat: no-repeat;
	background-position:  3px 1px;	
	background-color: #FFFFFF;
}

a.BLRight {
	width: 17px;
	height: 35px;
	float: left;
	position: absolute;
	top: 245px;
	left: 800px;
	z-index: 99;
	padding: 0px;	
	background-image: url('/pics/layout/tmw/pfeil_big_blau_re.gif');
	background-repeat: no-repeat;
	background-position:  0px 0px;	
	background-color: #FFFFFF;
}


/* ALLGEMEINE OBJEKTE -----------*/

form {
	padding: 0px;
	margin: 0px;
}

input {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 80%;
}

textarea {
	font-family: Arial;
	font-size: 80%;
}


iframe {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	outline: none; 
}

a img {
	border: 0px;
}


.Clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	float:none;
}

.Center {
	text-align: center;
}

.Right {
	text-align: Right;
}


/*SCHRIFT -----------*/
/*Schriftfarben -----*/

h1 {
	padding: 0;
	margin: 0;
	font-size: 140%;
}


h2 {
	padding: 0;
	margin: 0;
	font-size: 90%;
}


h3 {
	padding: 0;
	margin: 0;
	font-size: 90%;
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
}

h5 {
	padding: 0;
	margin: 0;
	font-size: 120%;
	font-weight: normal;	
}

p {
	padding: 0px;
	margin: 0px;
}

/*Weiss*/
.ColorW {
	color: #FFFFFF;
}

/*Schwarz*/
.ColorS {
	color: #000000;
}

/*DunkelBlau*/
.ColorDB {
	color: #29333f;
}

/*DunkelBlauGrau*/
.ColorBGR {
	color: #4e5467;
}

/*DunkelGrau*/
.ColorGR {
	color: #2a3341;
}

/*HellGrau*/
.ColorHGR {
	color: #989ba2;
}


/*Pink*/
.ColorP {
	color: #930171;
}



/*Textgroessen -----*/

.TextXS {
	font-size: 70%
}

.TextS {
	font-size: 75%;
}

.TextM {
	font-size: 80%;
}

.TextL {
	font-size: 90%;
}


.TextXL {
	font-size: 120%;
}

.TextXXL {
	font-size: 24px;
	font-weight: bold;
}

.TextXXXL {
	font-size: 220%;
}


.fontbold {
	font-weight: bold;
}

.fontnormal {
	font-weight: normal;
}


.kursiv {
	font-style: italic;
}

.center {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textuppercase {
	text-transform: uppercase
}

ul {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
}

li {
	float: left;
	padding: 0px;
	margin: 0px;
}

.NoTextdeco {
	text-decoration:none;
}

.Textdeco {
	text-decoration:underline;
}


/*Abstaende -----*/
.ObenZwei {
	margin-top: 2px;
}

.ObenDrei {
	margin-top: 3px;
}

.ObenVier {
	margin-top: 4px;
}


.ObenFuenf {
	margin-top: 5px;
}

.ObenSechs {
	margin-top: 6px;
}

.ObenSieben {
	margin-top: 7px;
}

.ObenAcht {
	margin-top: 8px;
} 

.ObenNeun {
	margin-top: 9px;
}

.ObenZehn {
	margin-top: 10px;
}

.ObenDreizehn {
	margin-top: 13px;
}

.ObenFuenfzehn {
	margin-top: 15px;
}


.ObenSechszehn {
	margin-top: 16px;
}


.ObenAchtzehn {
	margin-top: 18px;
}


.ObenZwanzig {
	margin-top: 20px;
}


.ObenZweiundzwanzig {
	margin-top: 22px;
}

.ObenDreiundzwanzig {
	margin-top: 23px;
}

.ObenVierundzwanzig {
	margin-top: 24px;
}

.ObenFuenfundzwanzig {
	margin-top: 25px;
}

.ObenSechsundzwanzig {
	margin-top: 26px;
}

.ObenDreissig {
	margin-top: 30px;
}

.ObenVierunddreissig {
	margin-top: 34px;
}

.ObenVierzig {
	margin-top: 40px;
}

.ObenFuenfzig {
	margin-top: 50px;
}

.ObenAchtzig {
	margin-top: 80px;
}

.ObenHundert {
	margin-top: 100px;
}

.ObenHundertVierzig {
	margin-top: 140px;
}


.ObenHundertFuenfzig {
	margin-top: 150px;
}
 
.ObenZehnPadding {
	padding-top: 10px;	
}

.UntenZwei {
	margin-bottom: 2px;	
}


.UntenDrei {
	margin-bottom: 3px;	
}

.UntenVier {
	margin-bottom: 4px;	
}

.UntenFuenf {
	margin-bottom: 5px;	
}

.UntenSieben {
	margin-bottom: 7px;	
}


.UntenAcht {
	margin-bottom: 8px;	
}

.UntenZehn {
	margin-bottom: 10px;	
}

.UntenFuenfZehn {
	margin-bottom: 15px;	
}

.UntenZwanzig {
	margin-bottom: 20px;	
}

.UntenFuenfzig {
	margin-bottom: 50px;	
}

.LinksZehnPadding {
	padding-left: 10px;	
}

.LinksDreiunddreissig {
	margin-left: 33px;	
}

.LinksZwanzigPadding {
	padding-left: 20px;	
}

.RechtsVierzehnPadding {
	padding-right: 14px;
}

.RechtsDrei {
	margin-right: 3px;
}

.RechtsZehn {
	margin-right: 10px;
}

.RechtsElf {
	margin-right: 11px;
}

.RechtsAchtzehn {
	margin-right: 18px;
}

.RechtsFuenfundzwanzig {
	margin-right: 25px;
}


/*ALL*/

div.Zentrierung {
	width: 1002px;
	text-align: center;
  	margin: auto;
}

div.All {
	width: 1002px;
	float: left;
	text-align: left;
	position: relative;
	overflow: hidden;
}

div.BorderGesamt {
	width: 1000px;
	float: left; 
	border-left: solid 1px #9699a8;
	border-right: solid 1px #9699a8;
	border-bottom: solid 1px #9699a8;
}

div.BGVerlaufGesamt {
	width: 1000px;
	float: left; 
	background-image: url('/pics/layout/tmw/hg_verlauf_horizontal.jpg');
	background-repeat: repeat-x;
	background-position:  0px 274px;	
	background-color: #6387a7;
}

div.HeadPic {
	width: 1000px;
	float: left; 
	background-image: url('/pics/layout/tmw/hg_header_pic.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}

div.BoxGesamt {
	width: 958px;
	padding: 92px 0 0 22px;
	float: left; 
}

div.Header {
	width: 958px;
	height: 124px;
	float: left; 
	margin: 0 0 27px 0;
	background-image: url('/pics/layout/tmw/hg_header_verlauf_hori.gif');
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;	
}

div.LogoBox {
	width: 327px;
	height: 124px;
	float: left;
}

div.HeaderTextBox {
	width: 354px;
	height: 62px;
	float: left;
	padding: 58px 0 0 26px;
}


div.SuchMetaBox {
	width: 251px;
	float: left;

}

div.MetaMenue {
	width: 231px;
	float: right;
	padding: 0 20px 0 0 ;
}


div.MetaMenue a {
	width: auto;
	float: right;
}

div.MetaMenue a.KreisPink {
	width: auto;
	float: right;
	padding: 0 0 0 17px;
	background-image: url('/pics/layout/tmw/kreis_pink.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;	
}


div.InputSucheBig {
	width: 238px;
	float: left;
}	


div.InputSucheBig input {
	width: 173px;
	height: 19px;
	float: left;
	border: 0px;
	color: #2a3341;
	padding: 4px;
	background-image: url('/pics/layout/tmw/input_type_text_image.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}	

div.InputSucheBig input.text1 {
	color: #b9bfd0;
}

div.InputSucheBig input.text2 {
	color: #2a3341;
}

div.InputSucheBig input.ButtonGrauSizeS {
	width: 51px;
	height: 27px;
	float: left;
	padding: 0px 0 0 0px;
	background-image: url('/pics/layout/tmw/button_grau_size_s.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	color: #FFFFFF;
	font-size: 75%;
}	

/*Gesamt Content (Left, Center, Right) ========= */

div.GesamtContentBottom {
	width: 958px;
	float: left;
	background-color: #fffeff;
	background-image: url('/pics/layout/tmw/hg_content_all.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.GesamtContent {
	width: 958px;
	float: left;
	padding: 0 0 33px 0px;
	background-image: url('/pics/layout/tmw/hg_bottom_verlauf_hori.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.GesamtContentZahn {
	width: 958px;
	float: left;
	padding: 0 0 33px 0px;
	background-image: url('/pics/layout/tmw/hg_zahn_weiss.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}


/*Content Left ========= */
div.ContentLeft {
	width: 202px;
	float: left;
	padding: 0 0 60px 0;
	overflow: hidden;
}

div.ContentLeftTop {
	width: 202px;
	float: left;
	background-image: url('/pics/layout/tmw/hg_content_left_top.gif');
	background-repeat: no-repeat;
	background-position: top left;	
}


div.ContentLeftVerti {
	width: 202px;
	float: left;
	background-image: url('/pics/layout/tmw/hg_content_left_verti.gif');
	background-repeat: repeat-y;
	background-position: top right;
}


div.ContentLeftBottom {
	width: 202px;
	height: 28px;
	float: left;
	background-image: url('/pics/layout/tmw/hg_content_left_bottom.png');
	background-repeat: no-repeat;
	background-position: top right;
}

/*Menue ========= */

div.MenueGesamt {
	width: 202px;
	float: left;
	padding: 24px 0 400px 0;
}

/*1. Ebene */

div.MenueGesamt ul li {
	width: 202px;
	float: left;
}

div.MenueGesamt ul li a	{
	width: 177px;
	height: 20px;
	float: left;
	color: #930171;
	font-size: 80%;
	padding: 6px 0 4px 25px;
	margin: 1px 0 0 0;
	background-image: url('/pics/layout/tmw/icon_menue.gif');
	background-repeat: no-repeat;
	background-position: 6px 7px;
}

div.MenueGesamt ul li a:hover	{
	color: #ffffff;
	background-image: url('/pics/layout/tmw/icon_menue_aktiv.gif');
	background-repeat: no-repeat;
	background-position: 6px 7px;
	background-color: #750a5c;	
}

div.MenueGesamt ul li a.Aktiv	{
	color: #ffffff;
	background-image: url('/pics/layout/tmw/icon_menue_aktiv.gif');
	background-repeat: no-repeat;
	background-position: 6px 7px;
	background-color: #750a5c;	
}

div.MenueGesamt ul li a.AktivDown	{
	color: #ffffff;
	background-image: url('/pics/layout/tmw/icon_menue_aktiv_down.gif');
	background-repeat: no-repeat;
	background-position: 6px 7px;
	background-color: #750a5c;	
}

/*2. Ebene */

div.MenueGesamt ul li ul li {
	width: 202px;
	float: left;
}

div.MenueGesamt ul li ul li a	{
	width: 177px;
	height: 17px;
	float: left;
	color: #5f0d4e;
	font-size: 80%;
	padding: 2px 0 0 25px;
	margin: 0 0 0 0;
	background-color: #d0abc7;
	background-image: url('/pics/layout/tmw/icon_menue_ebene2.gif');
	background-repeat: no-repeat;
	background-position: 12px 7px;
	border-bottom: solid 1px #ead8e6; 
}

div.MenueGesamt ul li ul li a:hover {
	background-color: #d0abc7;
	font-weight: bold;
	color:#5f0d4e;
	background-image: url('/pics/layout/tmw/icon_menue_ebene2_aktiv.gif');
	background-repeat: no-repeat;
	background-position: 12px 7px;
}

div.MenueGesamt ul li ul li a.Aktiv {
	background-color: #d0abc7;
	color:#5f0d4e;
	background-image: url('/pics/layout/tmw/icon_menue_ebene2_aktiv.gif');
	background-repeat: no-repeat;
	background-position: 12px 7px;
	font-weight: bold;
}

div.MenueGesamt ul li ul li a.AktivDown {
	background-color: #d0abc7;
	color:#5f0d4e;
	background-image: url('/pics/layout/tmw/icon_menue_ebene2_aktiv_dow.gif');
	background-repeat: no-repeat;
	background-position: 10px 7px;
	font-weight: bold;
}
	

/*3. Ebene */

div.MenueGesamt ul li ul li ul li {
	width: 202px;
	float: left;
}

div.MenueGesamt ul li ul li ul li a	{
	width: 176px;
	height: 17px;
	float: left;
	color: #930171;
	font-size: 80%;
	padding: 2px 0 0 26px;
	margin: 0 0 0 0;
	background-color: #ead8e6;
	background-image: url('/pics/layout/tmw/icon_menue_ebene3.gif');
	background-repeat: no-repeat;
	background-position: 15px 7px;
	border-bottom: solid 1px #ead8e6; 
}


div.MenueGesamt ul li ul li ul li a:hover {
	background-color: #ead8e6;
	color:#930171;
	font-weight: bold;
	background-image: url('/pics/layout/tmw/icon_menue_ebene3_aktiv.gif');
	background-repeat: no-repeat;
	background-position: 15px 7px;
}
	
	
	
div.MenueGesamt ul li ul li ul li a.Aktiv {
	background-color: #ead8e6;
	color:#930171;
	font-weight: bold;
	background-image: url('/pics/layout/tmw/icon_menue_ebene3_aktiv.gif');
	background-repeat: no-repeat;
	background-position: 15px 7px;
}
	
	
	

/*Content Center und Content Right ========= */

div.ContentCenterAndRight {
	width: 738px;
	float: left;
	padding: 24px 0 0 18px;	
	background-image: url('/pics/layout/tmw/hg_content_center_right.gif');
	background-repeat: repeat-x;
	background-position: top left;	
	overflow: hidden;

}



/*Content Center --------------*/

div.ContentCenter {
	width: 489px;
	float: left;
	overflow: hidden;
}

div.ContentCenter p {
	width: 469px;
	float: left;
}

div.ContentCenter p a {
	color: #930171;
	text-decoration: underline;
}

div.ContentCenter p a.Intern {
	width: 463px;
	float: left;	
	margin: 4px 0 0 0;
	padding: 0 0 0 17px;
	background-image: url('/pics/layout/tmw/pfeil_pink_re.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;	
}

div.ContentCenter p a.Extern {
	width: 463px;
	float: left;	
	margin: 4px 0 0 0;
	padding: 0 0 0 17px;
	background-image: url('/pics/layout/tmw/icon_extern.gif');
	background-repeat: no-repeat;
	background-position: 2px 4px;	
}

div.ContentCenter p a.Download {
	width: 463px;
	float: left;	
	margin: 4px 0 0 0;
	padding: 0 0 2px 17px;
	background-image: url('/pics/layout/tmw/icon_download.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}


a.InternTagLink {
	width: auto;
	float: left;	
	margin: 0 0 0 0;
	padding: 0 0 0 13px;
	background-image: url('/pics/layout/tmw/pfeil_pink_re.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;	
}

div.ContentCenter ul  {
	width: 480px;
	float: left;
	font-size: 75%;
}

div.ContentCenter ul li {
	width: 468px;
	float: left;
	padding: 4px 0 0px 12px;
	background-image: url('/pics/layout/tmw/icon_kreis_leer_blau.gif');
	background-repeat: no-repeat;
	background-position: 0px 9px;	
}

div.BorderGrau {
	width: 469px;
	float: left;
	border-top: solid 1px #cfd0db;
}

div.BorderGrauDotted {
	width: 469px;
	float: left;
	border-top: dotted 1px #cfd0db;
}


/*Pic or Link */

div.ContainerPicorLink {
	width: 200px;
	float: left;
	overflow: hidden;
}

div.ContainerPicorLink p a.Intern {
	width: 183px;
	float: left;	
	padding: 0 0 0 17px;
	background-image: url('/pics/layout/tmw/pfeil_pink_re.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;	
}

div.ContainerPicorLink p a.Extern {
	width: 183px;
	float: left;	
	padding: 0 0 0 17px;
	background-image: url('/pics/layout/tmw/icon_extern.gif');
	background-repeat: no-repeat;
	background-position: 2px 4px;	
}

div.ContainerPicorLink p a.Download {
	width: 183px;
	float: left;		
	padding: 0 0 2px 17px;
	background-image: url('/pics/layout/tmw/icon_download.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}


div.ContainerPicorLink ul  {
	width: 200px;
	float: left;
}

div.ContainerPicorLink ul li {
	width: 200px;
	float: left;
	padding: 3px 0 0 0px;
	background-image: none;
}


div.PicBox {
	width: 182px;
	float: left;	
	text-align: center;
	padding: 5px 0 5px 0;
	border: solid 1px #b7bac1;
	background-color: #f4f4fa;
	overflow: hidden;
}

div.PicBox div.PicBoxRightPlusIcon  {
	float: left;
	position: absolute;
	top: auto;
	left: auto;
	z-index: 95;
	background-image: url('/pics/layout/tmw/icon_plus.png');
	background-repeat: no-repeat;
	background-position: bottom right;	
}

div.TextBox {
	width: 280px;
	float: left;
}

div.TextBox p {
	width: 270px;
	float: left;
}


a.PfeilPinkRechts {
	width: 260px;
	float: left;	
	padding: 0 0 0 10px;
	background-image: url('/pics/layout/tmw/pfeil_pink_re.gif');
	background-repeat: no-repeat;
	background-position: 2px 4px;	
}



div.ContentCenterTagBox {
	width: 470px;
	float: left;
	overflow: hidden;
}
div.ContentCenterTagBox h2 {
	width: 470px;
	float: left;
}

div.ContentCenterTagBox ul {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

div.ContentCenterTagBox ul li {
	margin: 0px;
	padding: 0px;
	background-image: none;
}

div.ContentCenterTagBox span.IconTag {
	padding-left: 20px;
	background-image: url('/pics/layout/tmw/icon_tagging.gif'); 
	background-repeat: no-repeat; 
	background-position:  6px 4px;
}




/*Formulare*/

div.FormularContent {
	width: 489px; 
	float: left; 
	overflow: hidden;
}

div.FormularContent p {
	width: 470px; 
	float: left; 
}

div.FormularContent ul {
	width: 470px; 
	float: left; 
	/*list-style-type: disc;*/
}


div.FormularContent ul li {
	width: 458px;
	float: left;
	padding: 4px 0 0px 12px;
	background-image: url('/pics/layout/tmw/icon_kreis_leer_pink.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;	
}

div.FormularContent p {
	width: 470px; 
	float: left; 
}

div.FormularContainer {
	width: 537px;
	float: left;
}

div.FormularContainer p {
	width: 140px;
	padding: 0px;
	float: left;
}

div.FormularContainer input.InputS {
	width: 51px;
	height: 18px;
	float: left;
	padding: 1px;	
	border: solid 1px #9ea1a8;
}

div.FormularContainer input.InputM {
	width: 266px;
	height: 18px;
	float: left;
	padding: 1px;	
	border: solid 1px #9ea1a8;
}

div.FormularContainer input.InputL {
	width: 325px;
	height: 18px;
	float: left;
	padding: 1px;	
	border: solid 1px #9ea1a8;
}

div.FormularContainer textarea.textareaM {
	width: 325px;
	height: 95px;
	float: left;
	padding: 1px;	
	border: solid 1px #9ea1a8;
}

div.InputRadio {
	width: 18px;
	float: left;
}

div.FormularContainer input.radio {
	width: 14px;
	height: 14px; 
	float: left;
	margin: 1px 0 0 0;
	padding: 0px;
}

div.FormularContainer div.RadioText {
	width: auto;
	float: left;
}

div.FormularContainer div.RadioText p {
	width:  35px;
	float: left;
	padding: 0px;
	margin: 0px;
}

div.FormularContainer div.CheckboxContainer {
	width: 250px; 
	float: left;
	padding: 0 15px 0 0; 
}

div.FormularContainer div.CheckboxContainer input.checkbox {
	width: 14px;
	height: 14px;
	float: left;
	padding: 0px;
	margin: 3px 5px 0 0;
}

div.FormularContainer div.CheckboxContainer p {
	width: 210px; 
	float: left;
	padding: 0 10px 0 0; 
}

input.FormularSenden {
	width: auto;
	height: auto;
	float: left;
	padding: 1px 0 0 20px;
	background-image: url('/pics/layout/tmw/pfeil_doppel_grau_re.gif');
	background-repeat: no-repeat;
	background-position:  0px 6px;		
}


/*Foto Album*/

div.ContainerFotoAll {
	width: 489px;
	float: left;
	overflow: hidden;
}

div.FotoAlbumGesamt {
	width: 489px;
	float: left;
}

div.HGFotoBox {
	width: 124px;
	height: 112px;
	padding: 9px 9px 0 9px;
	float: left; 
	background-color: #f2f3f8;
	border: solid 1px #cbcbcb;

}

div.HGFotoBox div.FBRightPlusIcon  {
	float: left; 
	position: absolute;
	top: auto;
	left: auto;
	z-index:95;
	text-align: center;	
	background-image: url('/pics/layout/tmw/icon_plus_klein.png');
	background-repeat: no-repeat;
	background-position: bottom right;	
}

div.GrossBildBox {
	width: 468px;
	height: auto;
	float: left; 
	padding: 10px 0 10px 0;
	background-color: #f2f3f8;
	border: solid 1px #cbcbcb;
	text-align: center;	
}

div.GrossBildBox p {
	width: 468px;
	text-align: center;	
}

/*Content Right --------------*/

div.ContentRight {
	width: 249px;
	float: left;
	overflow: hidden;
}

div.BoxRightGrau {
	width: 249px;
	padding: 0 0 10px 0; 
	float: left;
	background-color: #d7d6e5;
}

div.BoxRightGrauText {
	width: 239px;
	padding: 0 0 0 10px;  
	float: left;
}

div.BoxRightGrauText p {
	width: 233px;
	float: left;
}

div.BorderDunkelGrau {
	width: 239px;
	float: left;
	border-top: solid 1px #4e5467;
}

a.PfeilGrauRechts {
	width: 229px;
	float: left;	
	padding: 0 0 0 10px;
	background-image: url('/pics/layout/tmw/pfeil_grau_re.gif');
	background-repeat: no-repeat;
	background-position: 2px 4px;	
}

/*Volltext Suche*/

span.suchwort {
	color: #4e5467;
	font-weight: bold;
}

div.BlaetternGesamt {
	width: 407px;
	float: left;
	overflow: hidden;
	padding: 10px 0 0 80px;
}

div.BlaetternGesamt div.BlaetternLinks {
	width: 20px;
	float: left;
	padding: 5px 0 0 0;
}

div.BlaetternGesamt div.BlaetternText {
	width: 270px;
	float: left;
	padding: 0 0 0 0;
}

div.BlaetternGesamt div.BlaetternText p {
	width: auto;
	float: left;
	padding: 0 0 0 0;
}

div.BlaetternGesamt div.BlaetternRechts {
	width: 20px;
	float: left;
	padding: 5px 0 0 0;
}


