* {
	font-family: 'Century Gothic', 'Arial';
}

body
{
	background: #cedde1 url('bg.gif');
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
	
	text-align: center;
}

.data th {
	text-align: left;
}

#maincontainer
{
	width: 958px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

#top
{
	width: 950px;
	height: 90px;
	border: 4px solid #fff;
	border-top: none;
	background: #fff url('head.png') no-repeat 0% 20%;
}
#top.lang_2
{
	background-image: url('head.fr.png');
}

#top h1
{
	display:none;
}

#memberlink
{
	color: #3099b2;
	width: 170px;
	height: 24px;
	margin: 108px 5px 5px 745px;
	text-align: right;
	padding: 5px 30px 0px 0px;
	
	background: none url('../media/lock.gif') no-repeat top right;
}

#memberlink a
{
	color: #3099b2;
	font-weight: bold;
	text-decoration : none;
}

#memberlink a:hover
{
	text-decoration : underline;
}

ul{
	list-style:none;
	list-style-position: outside;
	list-style-image: url(list-bubble.png);
}


/****************************************************************************************************************************************/


#nav, #langnav
{
	float: left;
	margin: 0;
	padding: 4px 4px 0 4px;
	list-style: none;
	background: #fff url('nav.top.bg.red.gif') repeat-x bottom left;

	width: 844px;
	border: 4px solid #ffffff;
	border-top: none;
}

#nav
{
	border-right: none;
}

#langnav
{
	border-left: none;
	float: right;
	width: 90px;
}

#nav li, #langnav li
{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#nav li a, #langnav li a
{
	float: left;
	display: inline;
	margin: 0 4px 0 0;
	padding: 4px 8px 4px 8px;
	color: #7e8186;

	text-decoration: none;
	
	font-weight: bold;
	
	border: 1px solid #7e8186;
	border-bottom-color: #981948;
}

#nav li a:hover, #nav li.current a, #langnav li a:hover, #langnav li.current a
{
	color: #981948;
	padding: 4px 8px 5px 8px;

	border-bottom: none;
	background: #fff;
	border-color: #981948;
}

#nav li a:hover, #langnav li a:hover
{
	color: #fff;
	background: #981948;
}


/****************************************************************************************************************************************/


#wrapper
{
	background: #fff url('wrapper.bg.png') repeat-y top right;
	
	float: left;
	margin: 0;
	padding: 0;
	width: 954px;

	border-right: 4px solid #ffffff;
}

div#subnav
{
	padding: 4px 4px 410px 4px;
	float: right;
	width: 200px;
	/*background: #eee;*/ /* url('bg.red.jpg') repeat-x bottom right;*/

}

ul#navlist, ul#navlist li ul#subnavlist
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#navlist li, ul#navlist li ul#subnavlist li
{
	display: inline;
}

ul#navlist li a
{
	display: block;
	padding: 4px 8px;
	width: 182px;
	margin: 4px 0 0 0;
	
	color: #7e8186;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	text-align: right;
	
	background: #e5c7d2;
	
	border: 1px solid #fff;
}

ul#navlist li a:hover,ul#navlist li a:focus,ul#navlist li a:active
{
	color: #fff;
	background: #981948;
}

ul#navlist li#active a
{
	color: #981948;	
	background: #fff;
	border: 1px solid #fff;
}

ul#navlist li ul#subnavlist li a
{
	display: block;
	width: 164px;
	font-size: 80%;
	padding: 2px 28px 2px 8px;
	margin: 0;
	text-decoration: none;
	color: #7599ac;

	border: 0px solid #8d83c3;
	border-bottom: 1px solid #fff;
}

ul#navlist li ul#subnavlist li a:hover, ul#navlist li ul#subnavlist li a:focus
{
	color: #fff;
	background: #981948;
}

ul#navlist li#active ul#subnavlist li#subactive a
{
	color: #981948;
	background: #fff;
	border-top: 1px solid #981948;
}

/****************************************************************************************************************************************/


#content
{
	/*overflow-x : hidden;*/
	float: left;
	padding: 5px;
	width: 728px;
	min-height: 400px;

	border: 4px solid #ffffff;
	border-top: none;
	border-right: none;
}

#content h1
{
	margin: 20px 0 20px 0;
	padding: 0;
	
	font-size: 160%;
	font-weight: normal;
	color: #981948;	
}

#content h2
{
	font-size: 120%;
	color: #981948;
	margin: 0 0 5px 0;
	font-weight: normal;
}

#content h3
{
	font-size: 110%;
	color: #981948;
	margin: 0 0 5px 0;
	font-weight: normal;
}

#content h4, #content h5, #content h6
{
	font-size: 100%;
	color: #981948;
	margin: 0 0 3px 0;
	font-weight: normal;
}

#content h5
{
	margin: 0 0 2px 0;
}

#content h6
{
	margin: 0;
}

#content .ueberschrift1
{
	font-size: 16px;
	font-weight: bold;
	color: #94308e;
}

#content p
{
	margin-top: 0;
}

#content .red
{
	color: #981948;
}


#content .small, #content small, #content small li
{
	font-size: 11px;
}

#content a
{
	color: #a30046;
	font-weight: normal;
	text-decoration : none;

}


#content a:hover
{
	text-decoration : underline;
}

#content p a.simple
{
	padding: 0;
	background: none;
}

#content address
{
	color: #981948;
}

#content .button
{
	margin: 0 2px 0 0;
	padding: 2px 4px;
	color: #888888;

	font-weight: bold;
	
	border: 1px solid #b0b0b0;
	background: url(../media/nav.top.bg.gif) repeat-x top left;

	cursor: hand;
	width: 100px;
}

#content .button-over
{
	margin: 0 2px 0 0;
	padding: 2px 4px;
	color: #4d457b;

	font-weight: bold;
	
	border: 1px solid #b0b0b0;
	background: #ffffff;

	cursor: hand;
	width: 100px;
}

#content .label
{
	font-weight: bold;
}

#content .inputtext
{
	width: 600px;
	border: 1px solid #c9c9c9;
}

#content .textarea
{
	width: 600px;
	height: 200px;
	border: 1px solid #c9c9c9;
}

#content .dropdown
{
	width: 300px;
}

#login
{
	background: #eee;
	width: 100%;
	Border-Collapse: Collapse;
}

#login tr
{
	
}

#login td.line
{
	border-top: 3px solid #fff;
}

#login td.label
{
	background: #c6c9d1;
}

#login td.error
{
	background: #ffcc00;
	border-bottom: 3px solid #fff;
}


/****************************************************************************************************************************************/
/* mod_mailform */


#mailform
{
	text-align: left;
	clear: both;
}

#mailform td
{
	vertical-align: top;
}

/****************************************************************************************************************************************/
/* mod_image */


.image
{
	border: 1px solid #981948;
	padding: 4px;
	margin: 0 0 10px 0;
	background: #fff;
}

.image img
{
	border: none;
}

.image_description
{
	/*font-style: italic;*/
	font-size: 80%;
	font-weight: normal;
	
}


/****************************************************************************************************************************************/
/* mod_fexi */

#start
{
	display: block;
	/*height: 470px;*/
	padding: 0;
	margin: 0 0 40px 0;
	width: 728px;
	overflow-x: hidden;
	background: url(../media/start.logo.png) no-repeat top left;
	font-size: 90%;
	text-align: justify;
}
#start.fr
{
	background-image: url(../media/start.logo.fr.png);
}

#start .finale
{
	float: right;
	margin: 0 0 45px 0;
	width: 510px;
	border: 1px solid #87042f;
	padding: 5px;
}

#start .lichtsalz
{
	float: left;
	width: 120px;
	border: 1px solid #87042f;
	padding: 5px;
	margin: 80px 0 0 0;
}

#start .eheatelier
{
	display: inline;
	float: right;
	width: 170px;
	border: 1px solid #87042f;
	padding: 5px;
	margin: 0 340px 0 0;
}

#start h2
{
	text-align: center;
}

.borderd
{
	border: 1px solid #87042f;
	padding: 5px;
	margin: 0 0 40px 0;
}

.flexi
{
	float: left;
	width: 728px;
}

.content-right
{
	float: right;
	width: 480px;
}

.image-left
{
	float: left;
	width: 230px;
}

.content-left
{
	float: left;
	width: 480px;
}

.image-right
{
	float: right;
	width: 230px;
}

.content-left-small
{
	float: left;
	width: 600px;
}

.content-left-small-border
{
	float: left;
	width: 600px;
	border: 1px solid #87042f;
}


/****************************************************************************************************************************************/
/* mod_sitemap */

/*
ul.sitemap
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.sitemap li a
{
	
	

	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	color: #4d457b;

	text-decoration: none;
	font-weight: bold;
	
	background: url(../media/document.gif) no-repeat 0% 50%;
}

ul.sitemap li a:hover
{
	color: #746ba4;
	background: url(../media/document.over.gif) no-repeat 0% 50%;
}*/


/****************************************************************************************************************************************/
/* mod_news */

.news_item
{
	margin: 20px 0 10px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #c9c9c9;
}
	
.news_item_head
{
	float: left;
	width: 163px;
	border-bottom: 1px solid #ddd;
	background: #f2f2f2;
	padding: 5px;
}
	
.news_detail
{
	margin: 20px 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #c9c9c9;
}

.news_grouped_item
{
	margin: 20px 0 10px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #c9c9c9;
}

.news_grouped_item .thumb
{
	float: left;
	background: #fff;
	width: 50px;
	height: 50px;
	padding: 2px;
	margin: 0 16px 0 0;
	border: 1px solid #f1f1f1;
}

.news_grouped_item .thumb a
{
	background: no-repeat 50% 50%;
	display: block;
	width: 50px;
	height: 50px;
}

.news_grouped_item .text
{
	float: left;
	width: 650px;
	padding: 0;
	margin: 0;
}

.news_grouped_item .clearer
{
	clear: both;
}

.news_grouped_detail
{
	width: 700px;
}

.news_grouped_detail img
{
	border: 1px solid #981948;
	padding: 4px;
	margin: 0 0 10px 10px;
	background: #fff;
}

.news_grouped_detail .text
{
	width: 460px;
	padding: 0;
	margin: 0;
}

.news_grouped_detail .info
{
	clear:both;
	border-top: 1px solid #e1e1e1;
	color: #afafaf;
	margin-top: 16px;
	padding: 4px 0;
	font-size: 80%;
	font-style: italic;
}

.news_comment_error
{
	font-weight: bold;
	color: red;
}


	/* Normal Bubble */
	div.bubble {
		width: auto;
		font-size: 90%;
		margin-bottom: 24px;
	}
	
	div.bubble blockquote {
		margin: 0px;
		padding: 0px;
		border: 1px solid #c9c2c1;
		background-color: #fff;
	}
	
	div.bubble blockquote p {
		margin: 10px;
		padding: 0px;
	}
	
	div.bubble cite {
		position: relative;
		margin: 0px;
		padding: 7px 0px 0px 15px;
		top: 6px;
		background: transparent url(tip.gif) no-repeat 20px 0;
		font-style: normal;
	}


/****************************************************************************************************************************************/
/* mod_eshop */

#eshop
{
	float: left;
	border: 1px solid #c9c9c9;
	background: #fff url(../media/bg.portalbox.gif) repeat-x;
	width: 556px;
	min-height: 400px;
	height: expression("400px");
	text-align: center;
}

#eshop_head
{
	float: left;
	width: 536px;
	border-bottom: 1px solid #c9c9c9;
	background: #f2f2f2;
	padding: 10px;
}

#eshop_head form
{
	float: left;
}

#eshop_head p
{
	float: right;
	text-align: right;
}

#eshop_head img
{
	border: none;
	vertical-align: middle;
}

#eshop_preview_item
{
	display: inline;
	float: left;
	width: 150px;
	margin: 18px 0 0 18px;
	padding: 5px;
	border: 1px solid #c9c9c9;
	background: #fff url(../media/bg.portalbox.gif) repeat-x;
}

#eshop_article_sub_content
{
	display: inline;
	float: left;
	margin: 18px 0 0 18px;
	width: 200px;
	text-align: left;
}

#eshop_article_main
{
	display: inline;
	float: left;
	margin: 18px 0 0 18px;
	width: 300px;
	text-align: left;
}

#eshop_article_main .label
{
	display: inline;
	width: 100px;
}

#eshop #basket
{
	text-align: left;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	margin: 10px;
	background: #fff;
	width: 526px;
	font-size: 90%;
}

#eshop #basket th, #eshop #basket td
{
	border-bottom: 1px solid #c9c9c9;
	margin: 0;
	padding: 4px;
}

#eshop #basket th, #eshop #basket .foot
{
	background: #f2f2f2;
	font-weight: bold;
}

#eshop #button_col1
{
	float: left;
	width: 350px;
	margin-left: 10px;
	text-align: left;
}

#eshop #button_col2
{
	float: left;
	width: 150px;
	text-align: left;
}


/****************************************************************************************************************************************/


#sidebar
{
	float: left;
	padding: 10px 10px 10px 20px;
	width: 138px;
}

#sidebar img
{
	border: none;
}



/****************************************************************************************************************************************/


#bottom
{
	clear: both;
	overflow: hidden;
	margin: 0;
	
	background: #7e8186;
	color: #fff;
	width: 950px;
	/*height: 17px;*/
	border: 4px solid #ffffff;
	border-top: none;
	


	
	
}

#bottom p
{
	float: left;
	margin: 0 0 0 2px;
	font-size: 11px;
}

#bottom img
{
	float: right;
	border: 0;
	vertical-align: middle;

}




/****************************************************************************************************************************************/
/* mod_agenda */


#agenda_months
{
	float: left;
	margin: 0;
	padding: 4px 4px 0 4px;
	list-style: none;
	background: #fff url('../media/nav.top.bg.bottom.gif') repeat-x bottom left;

	width: 590px;
	border-top: none;
}

#agenda_year
{
	float: left;
	margin: 0;
	padding: 4px 4px 0 4px;
	list-style: none;
	background: #fff url('../media/nav.top.bg.bottom.gif') repeat-x bottom left;

	width: 122px;
	border-top: none;
}

#agenda_months li, #agenda_year li
{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 88%;
}

#agenda_months a, #agenda_year a
{
	float: left;
	display: inline;
	margin: 0 4px 0 0;
	padding: 4px 8px 4px 8px;
	color: #7599ac;

	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	
	border: 1px solid #9db6c4;
	border-bottom-color: #3099b2;
}

#agenda_months a:hover, #agenda_months .current a, #agenda_year a:hover, #agenda_year .current a
{
	color: #3099b2;
	padding: 4px 8px 5px 8px;

	border-bottom: none;
	background: #fff;
	border-color: #3099b2;
}

#agenda_months a:hover, #agenda_year a:hover
{
	color: #fff;
	background: #3099b2;
}

#agenda_days, #agenda_detail
{
	clear: both;
	float: left;
	width: 726px;
	border: 1px solid #3099b2;
	border-top: none;
}

#agenda_days .day_normal
{
	display: inline;
	overflow: auto;
	margin: 4px 4px 0px 4px;
	padding: 2px;
	border: 1px solid #9db6c4;
	width: 710px;
	min-height: 20px;
}

#agenda_days .day_saturday
{
	display: inline;
	overflow: auto;
	margin: 4px 4px 0px 4px;
	padding: 2px;
	border: 1px solid #9db6c4;
	background: #d2dfe3;
	width: 710px;
	min-height: 20px;
}

#agenda_days .day_sunday
{
	display: inline;
	overflow: auto;
	margin: 4px 4px 0px 4px;
	padding: 2px;
	border: 1px solid #9db6c4;
	background: #3099b2;
	width: 710px;
	min-height: 20px;
	color: #fff;
}

#agenda_days .day_normal_past
{
	display: inline;
	overflow: hidden;
	margin: 4px 4px 0px 4px;
	padding: 2px;
	border: 1px solid #aaa;
	width: 710px;
	background: #eee;
	color: #888;
	height: 20px;
	font-style: italic;
	
	filter: alpha(opacity=30);
}

#agenda_days .day_saturday_past
{
	display: inline;
	overflow: hidden;
	margin: 4px 4px 0px 4px;
	padding: 2px;
	border: 1px solid #aaa;
	background: #ddd;
	color: #888;
	width: 710px;
	height: 20px;
	font-style: italic;

	filter: alpha(opacity=30);
}

#agenda_days .day_sunday_past
{
	display: inline;
	overflow: hidden;
	margin: 4px 4px 0px 4px;
	padding: 2px;
	border: 1px solid #aaa;
	background: #aaa;
	width: 710px;
	color: #ddd;
	height: 20px;
	font-style: italic;

	filter: alpha(opacity=30);
}

#agenda_days h3
{
	float: left;
	width: 40px;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#agenda_days div
{
	float: left;
	margin-left	: 8px;
	border: 1px solid #3099b2;
}

#agenda_days div a
{
	display: block;
	padding: 4px;
	text-decoration: none;
	font-size: 80%;
	color: #000;
}

.style_1
{
	background: #fff7bd;
}
.style_1 a:hover
{
	background: #ffffd6;
}
.style_2
{
	background: #d6efbd;
}
.style_2 a:hover
{
	background: #edffd5;
}
.style_3
{
	background: #8c9cbd;
}
.style_3 a:hover
{
	background: #cedee7;
}
.style_4
{
	background: #bd84a5;
}
.style_4 a:hover
{
	background: #e7ced6;
}
.style_5
{
	background: #8cb5a5;
}
.style_5 a:hover
{
	background: #c6d6d6;
}
.style_6
{
	background: #f7b57b;
}
.style_6 a:hover
{
	background: #ffd6ad;
}
.style_7
{
	background: #de8c8c;
}
.style_7 a:hover
{
	background: #efcece;
}
.style_8
{
	background: #8c9484;
}
.style_8 a:hover
{
	background: #d6dece;
}
.style_9
{
	background: #00c6ce;
}
.style_9 a:hover
{
	background: #adefef;
}
.style_10
{
	background: #A0A0A0;
}
.style_10 a:hover
{
	background: #C0C0C0;
}
.style_11
{
	background: #FF0000;
}
.style_11 a:hover
{
	background: #FF7074;
}
.style_12
{
	background: #FFD800;
}
.style_12 a:hover
{
	background: #FFF18E;
}
.style_13
{
	background: #B200FF;
}
.style_13 a:hover
{
	background: #CE5BFF;
}
.style_14
{
	background: #FF7FB6;
}
.style_14 a:hover
{
	background: #FF9BC3;
}
.style_15
{
	background: #007F0E;
}
.style_15 a:hover
{
	background: #00A70E;
}

#agenda_detail dl
{
	margin: 4px;
	padding: 4px;
	border: 1px solid #3099b2;
}



#agenda_detail dt
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #3099b2;
}

#agenda_detail dd
{
	font-size: 90%;
}

#agenda_detail dd.title
{
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000;
	width: 100px;
}

#agenda_detail div.subcontent
{
	width: 714px;
	margin: 4px;
	
}

#agenda_legend
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-style: italic;
	text-align: right;
}

#agenda_legend li
{
	padding: 2px;
	margin: 2px 2px 0 2px;
}

#agenda_ticker
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 90%;
}

#agenda_ticker li 
{
	margin: 2px;
}

#agenda_ticker li a
{
	display: block;
	/*height: 20px;*/

	margin: 0 0 0 10px;
	padding: 4px 4px 4px 20px;
	color: #000;

	text-decoration: none;
	font-weight: bold;
	
	background: url(../media/document.gif) no-repeat 0% 50%;
}

#agenda_ticker li a:hover
{
	color: #3099b2;
	background: url(../media/document.over.gif) no-repeat 0% 50%;
}

#content .content-left-small ul.sitemap
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#content .content-left-small ul.sitemap li
{
	display: inline;
	float: left;
	list-style: none;
	width: 175px;
	height: 175px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #981948;
	
	font-weight: bold;
}

#content .content-left-small ul.sitemap li a
{
	display: block;
	background: #981948;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

#content .content-left-small ul.sitemap li ul
{

	float: none;
	padding: 5px 0 0 0;
}

#content .content-left-small ul.sitemap li ul li
{
	display: list-item;
	float: none;
	list-style: circle;
	border: none;
	width: auto;
	height: auto;
	margin: 0 0 0 20px;
	padding: 0;
}

#content .content-left-small ul.sitemap li ul li a
{
	background: none;
	color: #a30046;
	font-weight: normal;
	padding: 0;
}

/****************************************************************************************************************************************/
/* mod_raster */


.raster
{
	float: left;
}

.raster_left
{
	float: left;
	margin: 0 20px 0 0;
}
.raster_right
{
	float: right;
	margin: 0;
	padding:0;
}



.editor_h1
{
	font-size: 160%;
	font-weight: normal;
	color: #981948;	
}
.editor_h2
{
	font-size: 120%;
	font-weight: normal;
	color: #981948;
}
.editor_h3
{
	font-size: 110%;
	font-weight: normal;
	color: #981948;
}
.editor_h4
{
	font-size: 100%;
	font-weight: normal;
	color: #981948;
}
.editor_red
{
	color: #981948;
}


ul.pager
{
	float: right;
	list-style: none;
	margin: 20px 10px 0 0;
	padding: 0;
}
ul.pager li
{
	float: left;
	margin: 0 15px 0 0;
}

ul.pager li a
{
	color: #000;
}

ul.pager li.current
{
	color: #000;
}
