* {
	font-family: 'Trebuchet MS', 'Arial';
}

body
{
	background: #F9F9F9;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
	
	text-align: center;
}

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

#top
{
	width: 950px;
	height: 200px;
	margin: 10px 0px 0px 0px;
	border: 4px solid #fff;
	background: #F9F9F9;
	overflow:hidden;
}

#slideshow {
	position: relative;
	width: 950px;
	height: 200px;
	padding: 0px;
}
#slideshow div {
	position: absolute;
	width: 950px;
	top: 0px;
	left: 0px;
}

#logo
{
	position: absolute;
	margin: 10px 10px 10px 730px;
	width: 210px;
	height: 180px;
	
	background: url(../media/logo.png) no-repeat top left;
	background-image: expression("none");
	z-index: 50;
}


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


#nav, #langnav
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #F9F9F9 url(../media/nav.top.bg.bottom2.gif) repeat-x bottom left;
}

#nav
{
	width: 750px;
	border: 4px solid #ffffff;
	border-top: none;
	border-left: none;
}

#langnav
{
	width: 198px;
	padding: 0 0 0 2px;
	border: 4px solid #ffffff;
	border-top: none;
	border-right: none;
}

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

#nav a, #langnav a
{
	float: left;
	display: inline;
	margin: 0 2px 0 0;
	padding: 4px 8px 4px 8px;
	color: #888888;

	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	
	border: 1px solid #b0b0b0;
	background: url(../media/nav.top.bg.gif) repeat-x top left;
}

#nav a:hover, #nav a.active, #langnav a:hover, #langnav a.active
{
	color: #F97135;
	padding: 4px 8px 5px 8px;

	border-bottom: none;
	border-color: #F97135;
	background: #ffffff;
}

#nav a:hover, #langnav a:hover
{
	color: #444;
	background: #776ea4 url(../media/nav.top.bg.hover.gif) repeat-x top left;
}

#langnav .jap a
{
	background: url(../media/nav.top.jap.bg.gif) repeat-x 50% 0%;
	text-indent: -5000px;
	width: 45px;
	
}

#langnav .jap a:hover
{
	background: url(../media/nav.top.jap.bg.hover.gif) repeat-x 50% 0%;
	width: 45px;
}

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


#wrapper
{
	clear: both;
	float: left;
	width: 950px;
	
	background: #ffffff;
	border: 4px solid #ffffff;
	border-top: none;
}


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


div#leftnav
{
	float: left;
	width: 196px;
}

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: 176px;
	
	color: #888888;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	
	background: url(../media/nav.top.bg.gif) repeat-x top left;
	border-right: 2px solid #a3a3a3;
	border-bottom: 2px solid #a3a3a3;
	border-top: 2px solid #cecece;
	border-left: 2px solid #cecece;
}

ul#navlist li a:hover,ul#navlist li a:focus,ul#navlist li a:active
{
	background: #776ea4 url(../media/nav.top.bg.hover.gif) repeat-x top left; /* #f2f2f2;*/
	color: #000;
	border-right: 2px solid #c1bdd6;
	border-bottom: 2px solid #c1bdd6;
	border-top: 2px solid #f4f0ff;
	border-left: 2px solid #f4f0ff;
}

ul#navlist li.active a
{
	color: #F97135;	
	background: #fff;
	border: 2px solid #fff;
/*	border-bottom: 2px solid #fff;
	border-top: 2px solid #c9c9c9;
	border-left: 2px solid #c9c9c9;	*/
}

ul#navlist li ul#subnavlist li a
{
	display: block;
	width: 160px;
	font-size: 80%;
	padding: 2px 8px 2px 28px;
	margin: 0;
	text-decoration: none;
	color: #888;
	background: #F9F9F9 url(../media/arrow.right.gif) no-repeat 3px 45%;
	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: #000;
	background: #dbd8e5 url(../media/arrow.right.gif) no-repeat 6px 45%;
}

ul#navlist li.active ul#subnavlist li.subactive a
{
	color: #444;
	background: #fff url(../media/arrow.right.gif) no-repeat 6px 45%;
	border-top: 1px solid #b0b0b0;
}


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


#content
{
	/*overflow-x : hidden;*/
	float: left;
	padding: 10px;
	width: 558px;
	
	/*height: expression("400px"); *//*just for ie*/
	min-height: 400px;

	background: #fff;
	
	border: 4px solid #ffffff;
	border-top: none;
	border-bottom: none;
}

#content h1
{
	margin: 0 0 10px 0;
	padding: 0;
	
	font-size: 160%;
	font-variant: small-caps;	
	color: #515151;	

	border-right: 2px solid #C9C9C9;
	border-bottom: 2px solid #C9C9C9;
}

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

#content p
{
	margin: 0px;
	font-size: 90%;
}


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

#content p a, #sidebar a
{
	color: #515151;
	font-weight: bold;
	text-decoration : none;
}


#content p a:hover, #sidebar a:hover
{
	color: #515151;
	text-decoration : underline;
}

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

#content .selected
{
	color: #436dc0;
	font-weight: bold;
	text-decoration : none;
}

#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: 300px;
	border: 1px solid #c9c9c9;
}

#content .textarea
{
	width: 300px;
	height: 100px;
	border: 1px solid #c9c9c9;
}

#content .dropdown
{
	width: 300px;
}

#sbb, #sbb input, #sbb select
{
	font-size: 90%;
}

#sbb .inputselect
{
	width: 115px;
}

#sbb .inputtext
{
	width: 100px;
	border: 1px solid #c9c9c9;
}


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


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


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



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


.image
{
	border: 1px solid #F9F9F9;
	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 */

.flexi
{
	display: inline; /* stupid ie double margin fix */
	float: left;
	width: 239px;
	min-height: 200px;
	padding: 10px;
	margin: 9px;
	
	border: 1px solid #c9c9c9;
	background: #fff url(../media/bg.portalbox.gif) repeat-x;
}

.flexi .title
{
	position: relative;
	border: 1px solid #c9c9c9;
	margin: -20px 0 0 0;
	padding: 1px 3px;
	background: #fff;
	z-index: 10;

	color: #4d457b;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 110%;
}

.flexi .content
{
	padding: 5px 0 0 0;
}


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


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

ul.sitemap li a
{
	/*display: block;*/
	

	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
{
	display: inline;
	float: left;
	border: 1px solid #c9c9c9;
	margin: 5px;

	background: #fff url(../media/news/bg.fade.jpg) no-repeat bottom left;
	width: 173px;
	height: 200px;

}

.news_item a
{
	color: #4d457b;
	text-decoration: none;
	font-weight: bold;
}

.news_item a:hover
{
	color: #746ba4;
}

.news_item p
{
	padding: 10px;
}

.news_item_head
{
	float: left;
	width: 163px;
	border-bottom: 1px solid #c9c9c9;
	background: #f2f2f2;
	padding: 5px;
}

.news_detail
{
	border: 1px solid #c9c9c9;
	width: 556px;
}

.news_detail p
{
	padding: 10px;
}

.news_detail_head
{
	width: 536px;
	border-bottom: 1px solid #c9c9c9;
	background: #f2f2f2;
	padding: 10px;
}


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

#eshop
{
	float: left;
	border: 1px solid #c9c9c9;
	background: #ffffff;
	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_clear
{
	clear: both;
}

#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;
}

.art_img
{
	float: left;
	margin-right: 20px;
}

#form_error ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	color: #ff0000;
}

#form_error ul li
{
	padding: 0;
	margin: 0 0 20px 0;
	color: #ff0000;
}

ul.radio
{
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
}

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

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

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

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

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

.formdescription
{
	list-style: none;
	margin: 0;
}

.formdescription h2
{
	font-size: 120%;
	margin: 0 0 5px 0;
}

.formdescription li
{
	margin: 0 0 10px 0;
}



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


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

#sidebar img
{
	border: none;
}


/****************************************************************************************************************************************/
/* mod_weather */


.weather
{
	float: left;
	width: 128px;
	border: 1px solid #c9c9c9;
	padding: 4px;
	margin: 10px 0 10px 0;
	background: #fff;
}

.weather_box
{
	float: left;
	width: 64px;
}

.weather_description
{
	/*font-style: italic;*/
	font-size: 80%;
	text-align: center;
}


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


#bottom
{
	clear: both;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	
	background: #F97135;
	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;

}
