@charset "iso-8859-1";

/***
	Global reset
***/
* {
	margin: 0px; padding: 0px; border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}

/***		***/



/***
	Clearer div
***/
div.clearer {
	clear: both;
}
/***		***/


html {
	height:100%;
}


/***
	Hier wird jeder Oberkategorie eine andere Grundfarbe zugewiesen
***/

/***
	Startseite
***/

body {
	background: url(startseite/bg_body.jpg) repeat-x;
	background-position:top center;
	background-color:#ffffff;
	height:100%;

	/*text-align: center;  Center hack */
}

body div#navigation {
	background-image:url(startseite/bg_links_mitte.jpg);
}

body div#navigation_unten {
	background-image:url(startseite/bg_links_unten.jpg);
}

body div#footer {
	background-image:url(startseite/bg_footer.jpg);
}

body ul#submenu li a:hover,
body ul#submenu li a:focus,
body ul#submenu li#current2 a {
	background-color:#f2d95e;
}

/***
	Region
***/

body.region {
	background: url(region/bg_body.jpg) repeat-x;
	background-position:top center;
	background-color:#ffffff;
	height:100%;

	/*text-align: center;  Center hack */
}

body.region div#navigation {
	background-image:url(region/bg_links_mitte.jpg);
}

body.region div#navigation_unten {
	background-image:url(region/bg_links_unten.jpg);
}

body.region div#footer {
	background-image:url(region/bg_footer.jpg);
}

body.region ul#submenu li a:hover,
body.region ul#submenu li a:focus,
body.region ul#submenu li#current2 a {
	background-color:#bed175;
}


/***
	Wirtschaft
***/

body.wirtschaft {
	background: url(wirtschaft/bg_body.jpg) repeat-x;
	background-position:top center;
	background-color:#ffffff;
	height:100%;

	/*text-align: center;  Center hack */
}

body.wirtschaft div#navigation {
	background-image:url(wirtschaft/bg_links_mitte.jpg);
}

body.wirtschaft div#navigation_unten {
	background-image:url(wirtschaft/bg_links_unten.jpg);
}

body.wirtschaft div#footer {
	background-image:url(wirtschaft/bg_footer.jpg);
}

body.wirtschaft ul#submenu li a:hover,
body.wirtschaft ul#submenu li a:focus,
body.wirtschaft ul#submenu li#current2 a {
	background-color:#47b8eb;
}

/***
	Kultur
***/

body.kultur {
	background: url(kultur/bg_body.jpg) repeat-x;
	background-position:top center;
	background-color:#ffffff;
	height:100%;

	/*text-align: center;  Center hack */
}

body.kultur div#navigation {
	background-image:url(kultur/bg_links_mitte.jpg);
}

body.kultur div#navigation_unten {
	background-image:url(kultur/bg_links_unten.jpg);
}

body.kultur div#footer {
	background-image:url(kultur/bg_footer.jpg);
}

body.kultur ul#submenu li a:hover,
body.kultur ul#submenu li a:focus,
body.kultur ul#submenu li#current2 a {
	background-color:#eeb680;
}

/***
	Tourismus
***/

body.tourismus {
	background: url(tourismus/bg_body.jpg) repeat-x;
	background-position:top center;
	background-color:#ffffff;
	height:100%;

	/*text-align: center;  Center hack */
}

body.tourismus div#navigation {
	background-image:url(tourismus/bg_links_mitte.jpg);
}

body.tourismus div#navigation_unten {
	background-image:url(tourismus/bg_links_unten.jpg);
}

body.tourismus div#footer {
	background-image:url(tourismus/bg_footer.jpg);
}

body.tourismus ul#submenu li a:hover,
body.tourismus ul#submenu li a:focus,
body.tourismus ul#submenu li#current2 a {
	background-color:#e7878b;
}

/***
	Wissenschaft
***/

body.wissenschaft {
	background: url(wissenschaft/bg_body.jpg) repeat-x;
	background-position:top center;
	background-color:#ffffff;
	height:100%;

	/*text-align: center;  Center hack */
}

body.wissenschaft div#navigation {
	background-image:url(wissenschaft/bg_links_mitte.jpg);
}

body.wissenschaft div#navigation_unten {
	background-image:url(wissenschaft/bg_links_unten.jpg);
}

body.wissenschaft div#footer {
	background-image:url(wissenschaft/bg_footer.jpg);
}

body.wissenschaft ul#submenu li a:hover,
body.wissenschaft ul#submenu li a:focus,
body.wissenschaft ul#submenu li#current2 a {
	background-color:#e78a8f;
}


/***		***/


#main {
	float:left;
	display:block;
	clear:both;
	position:relative;
	min-height:400px;
	padding-bottom:25px;
	width:900px;	
	
}


/***
	Website wrapper div
***/
div#website {
	position: absolute;
	left: 50%;
	margin-left: -451px;
	width: 900px;
	text-align: left; /* Center hack */
	font-family: Arial, verdana, sans-serif;
}
/***		***/



/***
	Header
***/
#header {
	margin: 0 0px;
	width: 900px;
	height: 200px;
	float:left;
	display:block;
	position:relative;
	
}


/***		***/

/* Hilfsmenü */

#hilfsmenue {
	position: absolute;
	height:40px;
	width:180px;
	right:5px;
	top:4px;
	color: #000;
	font-size:0.7em;
}

#hilfsmenue a,
#hilfsmenue a:link,
#hilfsmenue a:visited {
	color: #000;
	text-decoration:none;
}


#hilfsmenue a:hover,
#hilfsmenue a:focus,
#hilfsmenue a:active {
	color:#333;
}


/* Sprachwahl */

#sprachwahl {
	text-align:left;
	position: absolute;
	height:25px;
	line-height:20px;
	width:150px;
	left:820px;
	top:110px;

}

#sprachwahl p {
	font-size:0.7em;
	color: #656565;
	text-decoration:none;
	vertical-align:middle;
}

#sprachwahl img {
	padding-left:3px;
	vertical-align:middle;	
}



/* -------------------------------------------------------------------------------*/
/* ### Navigation Header ##################################################### */


div#navigation_header {
	width:880px;
	height:50px;
	top:158px;
	left:13px;
	position:absolute;
	display:block;
}

div#navigation_header ul li {
	float:left;
	list-style-type:none;
}

div#navigation_header ul li a,
div#navigation_header ul li a:visited,
div#navigation_header ul li a:link,
div#navigation_header ul li a:active {
	height:15px;
	display:block;
	width:145px;
	text-align:center;
	color:#000;
	text-decoration:none;
}

div#navigation_header ul li a:hover,
div#navigation_header ul li#current a {
	color:#333;
}


/* -------------------------------------------------------------------------------*/
/* ### Navigation Links ##################################################### */


div#navigation {
	font-size: 0.8em;
	width:187px;
}

div#navigation_unten {
	height:7px;
}


ul#submenu {
	margin: 0 0 0 0px;
}
			
ul#submenu li {
	list-style-type:none;
	display: block;
	border-bottom: 0px;	
}

ul#submenu li a,
ul#submenu li a:visited,
ul#submenu li a:link,
ul#submenu li a:active {
	display:block;
	padding-top:7px;
	padding-bottom:8px;
	width:172px;
	color:#000; 
	text-decoration: none;
	text-transform: uppercase;
	vertical-align:middle;
	font-weight:normal;
	line-height:20px;
	padding-left:15px;
}

	
ul.subnav2 {
	margin: 0 0 0 0px;
}
			
ul.subnav2 li {
	list-style-type:none;
	display: block;
	border-bottom: 0px;
}
	
ul#submenu li ul.subnav2 li a,
ul#submenu li ul.subnav2 li a:visited,
ul#submenu li ul.subnav2 li a:link,
ul#submenu li ul.subnav2 li a:active,
ul#submenu li#current2 ul.subnav2 li a {
	display:block;
	width:157px;
	padding-top:1px;
	padding-bottom:9px;
	color:#000; 
	text-decoration: none;
	text-transform: none;
	vertical-align:middle;
	font-weight:normal;
	line-height:16px;
	padding-left:30px;
	background-image:none;
}
			
ul#submenu li#current2 ul.subnav2 li a:hover,
ul#submenu li#current2 ul.subnav2 li a:focus,
ul#submenu li#current2 ul.subnav2 li a:active,
ul#submenu li#current2 ul.subnav2 li a.level3 {	
	background-image:url(icon_menu.gif);
	background-repeat:no-repeat;	
}	
	


/* Breadcrumb  */

#breadcrumb {
	position:relative;
	display:block;
	width: 480px;
	float:left;	
	color: #999;
	font-size:0.9em;
	padding-bottom:0.8em;
}

#breadcrumb a {
	text-decoration:none;
}


/* Suche
*********************************************/

#suche {
	width:212px; 
	height:18px;
	top:144px;
	right:27px;
	position:absolute;
}


#suche p {
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#714300;
	font-family: Times New Roman, Arial, verdana, sans-serif;
	padding-right:5px;
}


#suche input.textsuche {
	height:16px;
	border:1px solid #baaf96;
	width:135px;
	float:left;
	padding:1px;
	padding-left:2px;
	font-size:0.7em;
	color:#707173;
	background-color:#fff0cd;
}

#suche input.submitsuche {
	float:right;
}


/***
	Linke Spalte
***/

body div#leftwrapper {
	width:187px;
	background-repeat: repeat-y;
	float:left;
}

div#leftcolumn {
	float:left;
	font-size: 0.8em;
	color: #707173;
	padding-left:15px;
	padding-right:20px;
	padding-top:10px;
}

	
	div#leftcolumn p {
		color: #707173;
		font-size: 0.9em;
		line-height:1.4em;
		padding-bottom:0.8em;
	}


/***
	Rechte Spalte
***/

div#rightcolumn {
	float:left;
	font-size: 0.75em;
	width:187px;
	padding-top:12px;
	padding-left:6px;
}


div#rechts_oben {
	background-image:url(bg_rechts_oben.jpg);
	background-repeat:no-repeat;
	width:179px;
	height:23px;
	display:block;
	padding-top:6px;
	padding-left:8px;
	color:#fff;
	text-transform:uppercase;
}

div#rechts_mitte {
	background-image:url(bg_rechts_mitte.jpg);
	background-repeat:repeat-y;
	width:179px;
	display:block;
	padding-top:8px;
	padding-left:8px;
	padding-bottom:8px;
	min-height:10px;
	color:#666;
}

div#rechts_unten {
	background-image:url(bg_rechts_unten.jpg);
	background-repeat:no-repeat;
	width:187px;
	height:7px;
	display:block;
	color:#fff;
	padding-bottom:10px;
}

div#rechts_mitte input.textsuche {
	border:1px solid #ccc;
	width:143px;
	height:17px;
	padding-top:2px;
	padding-left:2px;
	color:#999;
	font-size: 0.9em;
	margin:0px;
	float:left;
}


div#rechts_mitte input.submitsuche {
	margin:0px;
	padding-left:5px;
	float:left;
}

div#rightcolumn a.teaser,
div#rightcolumn a.teaser:link,
div#rightcolumn a.teaser:visited,
div#rightcolumn a.teaser:active {
	width:180px;
	display:block;
	min-height:20px;
	text-decoration:none;
	color: #333;
	padding-bottom: 0.6em;
}

div#rightcolumn a.teaser:hover {
	color: #1d8dcb;
}	

	
div#rightcolumn a.teaser p,
div#rightcolumn a.teaser:link p,
div#rightcolumn a.teaser:visited p,
div#rightcolumn a.teaser:active p {
	line-height:1.4em;
}
	
div#rightcolumn a.teaser h1,
div#rightcolumn a.teaser:link h1,
div#rightcolumn a.teaser:visited h1,
div#rightcolumn a.teaser:active h1 {
	padding-top: 0.4em;
	font-weight:bold;
	color:#333;
}

div#rightcolumn a.teaser span#datum {
	font-size: 0.9em;
	padding:0px;
	color: #999;
}


/***
	Content
***/
div#content {
	display:inline;
	float:left;
	padding-left:20px;
	padding-right:10px;
	padding-top:10px;
	width: 490px;
	font-size: 0.75em;
	color: #333;
}


	div#content a.teaser h1,
	div#content a.teaser:link h1,
	div#content a.teaser:visited h1 {
		font-size: 1.4em;
		line-height:1.4em;
		padding-top: 0.1em;
		padding-bottom: 0.4em;
		padding-left:0px;
		font-weight:normal;
		color:#333;
		font-family: Arial, verdana, sans-serif;
		text-transform:none;
	}

	div#content a.teaser,
	div#content a.teaser:link,
	div#content a.teaser:visited {
		color: #333;
		line-height:1.4em;
		padding-bottom:0.8em;
		text-decoration:none;
		float:left;
		background-repeat:repeat-y;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:0px;

	}

	div#content a.teaser:hover,
	div#content a.teaser:hover p,
	div#content a.teaser:hover h1 {
		color:#1d8dcb;
		text-decoration:none;
	}

	div#content div#teaser {
		width:239px;
		padding-right:6px;
		padding-top:6px;
		float:left;
	}


	div#content div#teaser_header {
		background-image:url(bg_teaser_header.jpg);
		width:239px;
		height:8px;
		float:left;
	}


	div#content div#teaser a.teaser {
		width:219px;
		background-image:url(bg_teaser.jpg);
	}

	div#content div#teaser_footer {
		background-image:url(bg_teaser_footer.jpg);
		width:239px;
		height:8px;
		float:left;
	}


	div#content div#teaser_big {
		width:484px;
		padding-right:6px;
		padding-top:6px;
		float:left;
	}

	div#content div#teaser_big_header {
		display:block;
		width:484px;
		height:8px;
		background-image:url(bg_artikel_header.jpg);
	}


	div#content div#teaser_big a.teaser {
		width:464px;
		background-image:url(bg_artikel.jpg);
	}

	div#content div#teaser_big_footer {
		display:block;
		width:484px;
		height:8px;
		background-image:url(bg_artikel_footer.jpg);
	}


	div#content div#teaser_link_header {
		margin-top:6px;
		display:block;
		width:484px;
		height:8px;
		background-image:url(bg_artikel_header.jpg);
	}


	div#content div#teaser_link {
		padding:10px;
		padding-top:0px;
		padding-bottom:0px;
		display:block;
		width:464px;
		background-image:url(bg_artikel.jpg);
	}

	div#content div#teaser_link_footer {
		display:block;
		width:484px;
		height:8px;
		background-image:url(bg_artikel_footer.jpg);
	}

	div#content div#download {
		background-image:url(linie.jpg);
		background-position:0 0;
		background-repeat:repeat-x;
		width:510px;
		padding-top:5px;
		min-height:20px;
		display:block;
		float:left;
	}

	
	div#content p {
		color: #333;
		line-height:1.4em;
		padding-bottom:0.8em;
	}

	
	div#content h1 {
		font-size: 1.8em;
		line-height:1.4em;
		padding-top:3px;
		padding-left:10px;
		padding-bottom:0.2em;
		font-weight:normal;
		color:#333;
		font-family: Arial, verdana, sans-serif;
		text-transform:uppercase;
	}

	div#content h2 {
		font-size: 1.3em;
		line-height:1.4em;
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		font-weight:normal;
		color:#333;
		font-family: Arial, verdana, sans-serif;
	}

	div#content h3 {
		font-size: 1.0em;
		padding-top: 0.1em;
		padding-bottom: 0.4em;
		font-weight:bold;
		color:#333;
	}
	
	div#content a,
	div#content a:link,
	div#content a:visited,
	div#content a:active {
		text-decoration: none;
		color:#1d8dcb;		
	}

	div#content a:hover,
	div#content a:focus {
		color:#1d8dcb;
		text-decoration: underline;
	}
	
	div#content ul {
		padding-left:0.2em;
		padding-bottom:1em;
	}


	div#content ul li {
		padding-left:1.2em;
		background-image:url(icon_pfeil.gif);
		background-repeat: no-repeat;
		background-position:left top;
		list-style:none;
		line-height:1.4em;
	}

	div#content ol {
		padding-left:1.2em;
		padding-bottom:1em;
	}

	div#content ol li {
	}
	
	div#content img {
		margin-top: 5px;
	}
		div#content div.floatLeft {
			float: left;
			margin-right: 0.8em;
		}
		div#content div.floatRight {
			float: right;
			margin-left: 0.8em;
		}


	.galimg
	{
		margin-left: 10px;
		margin-bottom: 10px;
		float:right;
	}

	div#content table {
		width:450px;
  		border-collapse: collapse;
		margin:0px;
	}


	div#content td {
		border:1px solid #999;
		padding:2px;
	}

	div#content div#download td {
		border:0px;
	}
		

	div#content input,
	div#content select,
	div#content textarea {
		float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
	}

	div#help_content {
	width:55px;
	float:right;
	padding-right:10px;
        }

	div#help_content2 {
	width:500px;
	padding-top:5px;
	position:relative;
	float:left;
	line-height:14px;
	height:14px;
	vertical-align:middle;
	padding-left:10px;
        }

	div#help_content2 a,
	div#help_content2 a:link,
	div#help_content2 a:visited, 
	div#help_content2 a:active,
	div#help_content2 a:hover,
	div#help_content2 a:focus {
	color:#999;
	text-decoration: none;
	font-size:0.9em;
	font-weight:bold;
        }

	div#help_content2 img {
	margin-top:0px;
        }


	div#artikel_header {
		display:block;
		width:484px;
		height:8px;
		background-image:url(bg_artikel_header.jpg);
	}


	div#artikel {
		padding:10px;
		padding-top:0px;
		padding-bottom:0px;
		display:block;
		width:464px;
		background-image:url(bg_artikel.jpg);
	}

	div#artikel_footer {
		display:block;
		width:484px;
		height:8px;
		background-image:url(bg_artikel_footer.jpg);
	}


	a.weitere_links {
		background-image:url(icon_pfeil.jpg);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:30px;
		display:block;
		font-size: 1.6em;
		line-height:1.4em;
		font-weight:normal;
		color: #714300;
		font-family: Times New Roman, Arial, verdana, sans-serif;
	}

	a#weitere_links {
		background-image:url(icon_pfeil.jpg);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:30px;
		display:block;
		font-size: 1.6em;
		line-height:1.4em;
		font-weight:normal;
		color: #714300;
		font-family: Times New Roman, Arial, verdana, sans-serif;
	}

	div#weitere_links {
		background-image:none;
		padding-bottom:10px;
		padding-top:10px;
		width:550px;
		display:block;
		float:left;
	}

	div#content span#datum {
		font-size: 0.9em;
		color: #999;
		padding-left: 11px;
	}

	div#content div#teaser span#datum {
		font-size: 0.9em;
		color: #999;
		padding-left: 0px;
	}


	div.clear {
		clear:both;
	}

/***
	Kontaktformular
***/

	div#content fieldset {
		padding: 10px;
	}
		div#content fieldset .formgen_error {
			color: #f00;
		}
		div#content fieldset legend {
			padding: 0 5px;
			display:none;
		}
		div#content fieldset label,
		div#content fieldset div.formheadline {
			display: inline-block;
			width: 140px;
			margin: 5px 0;
			float:left;
		}

		div#content fieldset input[type=text] {
			width: 200px;
			height:17px;
			padding:1px;
			padding-left:2px;
			float: left;		

		}


		div#content fieldset input[type=radio] {
			width: 20px;
			margin-left:120px;
		}

		div#content fieldset textarea {
			width: 340px;
			padding:1px;
			padding-left:2px;
		}

		div#content fieldset input[type=text],
		div#content fieldset textarea {
			border: 1px solid #ccc;
			background-color: #fff;
			font-size:0.9em;
			color: #666;
		}

		div#content fieldset input.formgen_error,
		div#content fieldset textarea.formgen_error {
		}

		div#content fieldset input.formgen_submit {
			border: 1px solid #ccc;
			background-color: #eee;
			width:145px;
			height:23px;
			display:block;
			margin-top:4px;
			color: #666;
			
		}
		div#content fieldset textarea {
			display: block;
			font-family: Arial, verdana, sans-serif;
		}


/***
	Footer
***/
div#footer {
	position:relative;
	float:left;
	display:block;
	clear: both;
	margin: 0 px;
	width: 900px;
	height: 175px;
	background-repeat: no-repeat;
	color: #999;
	font-size: 8pt;
	background-color:none;
}
	
	div#footer_top {
		width:860px;
		padding-left:20px;
		padding-right:20px;
		padding-top:15px;
	}

	div#footer_top p.col-left{
		float:left;
	}

	div#footer_top p.col-right{
		float:right;
		padding-top:46px;
	}

	div#footer_top a,
	div#footer_top a:link,
	div#footer_top a:visited,
	div#footer_top a:active {
		text-decoration: none;
		color: #999;
	}


	div#footer_top a:hover,
	div#footer_top a:focus {
		color: #999;
	}
	
	
	div#footer_bottom {
		position: absolute;
		width:850px;
		bottom:30px;
		color:#fff;
		text-align:center;
		background-color:none;
		background-image:none;
		text-decoration: none;
		padding-left:25px;
	}

	div#footer_bottom p
	{
		color: #fff;
	}
	
	div#footer_bottom a,
	div#footer_bottom a:link,
	div#footer_bottom a:visited,
	div#footer_bottom a:active {
		text-decoration: none;
		color: #fff;
	}
	div#footer_bottom a:hover,
	div#footer_bottom a:focus {
		text-decoration: underline;
		color: #fff;
	}
	
	

/**
/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg {}
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0; margin:1px;}
.wysiwygimg img.wysiwygimg {border:solid 5px #f5f5f5; padding:1px;}
.wysiwygimg a.wysiwygimg img {border:0;padding:0px;vertical-align:top; margin:1px;}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {border:solid 5px #f6f6f6; display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:focus {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:active {border:solid 5px #e4e4e4;}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em;}
.wysiwygimg td {vertical-align:top; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}



