﻿/*	-----------------------------------------------------------------------------------------
    Aufteilung
	-------------------------------------------------------------------------------------------*/

html, body, form
{
	margin: 0px;
	overflow: auto;
	background-color: Transparent;	
}

body, td, div, input, textarea, select
{
	font-family: Verdana, Arial, Tahoma;
}
.clear
{
	clear: both;
}

/*	-----------------------------------------------------------------------------------------
    Hintergründe
	-------------------------------------------------------------------------------------------*/

.bgTop
{
	background-color: #EBEBEB;
}

.bgMenu
{
	background-color: #FF2203;
}

.bgCenter
{
	background-image: url(/media/bgCenter.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.bgFooter
{
	background-color: #DDDDDD;
	border-top: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}

/*	-----------------------------------------------------------------------------------------
    Aufteilung
	-------------------------------------------------------------------------------------------*/

.rowcontent
{
	width: 985px;
}

.rowbanner
{
	height: 283px;
	border-left: 1px solid #F0E9DF;
	border-right: 1px solid #F0E9DF;
}

.rowmenu
{
	height: 32px;
	border-left: 1px solid #F0E9DF;
	border-right: 1px solid #F0E9DF;
}

.rowfooter
{
	height: 30px;
	border-top: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}

/*	-----------------------------------------------------------------------------------------
    Bereiche
	-------------------------------------------------------------------------------------------*/

#banner .logo
{
	background-color: White;
	width: 230px;
	text-align: center;
	font-family: Times New Roman;
}

#banner .image
{
}

/*	-----------------------------------------------------------------------------------------
    Menu
	-------------------------------------------------------------------------------------------*/

#menu
{
	display: block;
	width: 100%;
	height: 32px;
}

#menu .left
{
	width: 204px;
	border-right: 1px solid #F5E5E5;
	padding-left: 25px;
	color: #3C3022;
}

#menu .center
{
	width: 517px;
}

#menu .right
{
	width: 238px;
	height: 32px;
	background-color: #999999;
	vertical-align: middle;
	display: block;
}

#menu .newsletter
{
	display: block;
}

#menu .newsletter .textinput, #menu .newsletter .textinput2
{
	color: #999999;
}

#menu .newsletter .textinput2
{
	border: 1px solid red;
}

#menu a
{
	text-decoration: none;
	text-transform: uppercase;
}

#menu a.sitemap
{
	color: Black;
}

#menu a.sitemap:hover
{
	color: white;
}

#menu a.language
{
	color: #3C3022;
}

#menu a.language:hover
{
	color: white;
}

/*	-----------------------------------------------------------------------------------------
    Menu left
	-------------------------------------------------------------------------------------------*/

#menuLeft
{
	padding: 20px 25px 20px 25px;
}

#menuLeft h1
{
	text-transform: uppercase;
	color: #FF2203;
	margin: 0px;
	padding: 0 0 20 0;
}

#menuLeft a
{
	text-decoration: none;
	text-transform: uppercase;
}

#menuLeft a.menu1
{
	color: Black;
}

#menuLeft a.menu1:hover
{
	color: #FF2203;
}

#menuLeft .menu1active
{
	color: #FF2203;
}

#menuLeft .separator
{
	margin-top: 3px;
	border-top: 1px dotted #555555;
	margin-bottom: 6px;
}

/*	-----------------------------------------------------------------------------------------
    Sitemap
	-------------------------------------------------------------------------------------------*/

#sitemap a
{
	text-decoration: none;
	text-transform: uppercase;
}

#sitemap a.menu0
{
	color: Black;
}

#sitemap a.menu0:hover
{
	color: #FF2203;
}

#sitemap a.menu1
{
	padding-left: 20px;
	color: Black;
}

#sitemap a.menu1:hover
{
	color: #FF2203;
}


#sitemap .separator
{
	margin-top: 6px;
}
/*	-----------------------------------------------------------------------------------------
    Service Links
	-------------------------------------------------------------------------------------------*/

#serviceLinks
{
	background-color: #EFEFEF;
	display: block;
	padding: 20 25 20 25;
}

#serviceLinks h1
{
	text-transform: uppercase;
	color: #FF2203;
	margin: 0px;
	padding: 0 0 10 0;
}

#serviceLinks a
{
	color: #5C5C5C;
	text-decoration: none;
	text-transform: uppercase;
}

#serviceLinks a:hover
{
	color: #FF2203;
}

#serviceLinks .separator
{
	margin-top: 3px;
	border-top: 1px dotted #555555;
	margin-bottom: 6px;
}

/*	-----------------------------------------------------------------------------------------
    Servicebar
	-------------------------------------------------------------------------------------------*/

#servicebar .extras
{
	margin-top: 40px;
}

#servicebar .extras .divisor
{
	height: 10px;
}

#servicebar a img
{
	border: 0;
}

#servicebar .extras a
{
	font-family: Times New Roman;
	color: #393939;
	text-decoration: none;
}

#servicebar .extras a:hover
{
	color: #FF2203;
}

#servicebar .extras .image
{
	width: 49px;
}

#servicebar .extras .link
{
	border-top: 1px solid #E4E5E0;
	border-bottom: 1px solid #E4E5E0;
	padding-left: 20px;
}

#servicebar .header
{
	padding: 12 18 12 18;
	background-color: #CCCCCC;
}

#servicebar .header a
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#servicebar .header a:hover
{
	color: #FF2203;
}

#servicebar .item
{
	padding: 15 18 15 18;
	background-color: #EFEFEF;
	color: Black;
	border-bottom: 4px solid white;
}

#servicebar .image
{
	float: left;
	width: 60px;
}

#servicebar .separator
{
	margin-top: 4px;
	border-top: 1px dotted #555555;
	margin-bottom: 4px;
}

#servicebar .item a
{
	text-decoration: none;
	color: Black;
}

#servicebar .item .date
{
	margin-bottom: 4px;
}

#servicebar .item a:hover
{
	color: #FF2203;
}

#servicebar .quote
{
	width: 10px;
	height: 15px;
	float: left;
}

#servicebar .link
{
	padding-top:5px;
}

/*	-----------------------------------------------------------------------------------------
    Content
	-------------------------------------------------------------------------------------------*/

#content
{
	width: 100%;
	height: 100%;
}

#content .left, #content .center, #content .right
{
	vertical-align: top;
}

#content .left
{
	width: 229px;
	border-right: 1px solid #F5E5E5;
	background-color: White;
}

#content .right
{
	width: 238px;
	border-left: 1px solid #F5E5E5;
	background-color: White;
}

#content .center
{
	background-image: url(/media/bgCenter.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	width: 467px;
}

#content .center .sitemap, #content .center .sitemap a
{
	color: #313131;
	text-decoration: none;
	text-transform: uppercase;
}

#content .center .sitemap a:hover
{
	color: #666666;
}

#content .pageheader
{
	color: #313131;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*	-----------------------------------------------------------------------------------------
    Flyout
	-------------------------------------------------------------------------------------------*/

#menutop
{
	width: 100%;
	height: 100%;
}

#menutop a.menu0
{
	color: white;
	text-decoration: none;
}

#menutop a.menu0:hover
{
	color: #3D342D;
	text-decoration: none;
}

#menutop a.menu0active
{
	color: #3D342D;
	text-decoration: none;
}

#menutop .flyoutHidden
{
	position: absolute;
	visibility: hidden;
}

#MenuTop .flyout1
{
	position: absolute;
}

#MenuTop .flyout1 .flyoutspacer
{
	float: none;
	height: 3px;
	font-size: 3px;
	line-height: 3px;
}

#MenuTop .flyout2, #MenuTop .flyout2active
{
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: white;
	padding: 3 15 3 15;
}

#MenuTop .flyout2active, #MenuTop .flyout2:hover
{
	background-color: #CECFD1;
}

#MenuTop .menu0Container
{
	height:20px;
	padding-top:4px;
	display:block;
}

#MenuTop .container
{
	top: -300px;
	height: 282px;
	left: -10px;
	width: 180px;
	position: absolute;
	display: block;
}

#menuTop .menu1
{
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}

#menuTop .menu1 a
{
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}

#menuTop .menu1active
{
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}

#menuTop a.menu1active, #menuTop a.menu1
{
	text-decoration: none;
	color: #686868;
}

#menuTop .menu1:hover
{
	color: black;
}

#MenuTop .flyout2 a, #MenuTop .flyout2active a
{
	text-decoration: none;
}

/*	-----------------------------------------------------------------------------------------
    Footer
	-------------------------------------------------------------------------------------------*/

#footer
{
}

#footer a
{
	color: #5E5E5E;
	text-decoration: none;
	text-transform: uppercase;
}

#footer .right a
{
	color: black;
}

#footer .right a:hover
{
	color: #5E5E5E;
}

#footer a img
{
	vertical-align: middle;
}

#footer a:hover
{
	color: black;
}

#footer table
{
	width: 100%;
	height: 100%;
}

#footer .left
{
	width: 204px;
	background-color: white;
	padding-left: 25px;
}

#footer .center
{
	background-color: #F4F4F4;
	color: Black;
	padding-left: 10px;
}

#footer .right
{
	width: 228px;
	background-color: white;
	text-align: right;
	padding-right: 10px;
}

/*	-----------------------------------------------------------------------------------------
    Druck
	-------------------------------------------------------------------------------------------*/

#print
{
	background-image: none;
	background-color: white;
	margin: 0px;
}

#print .buttons
{
	padding-left: 20px;
	color: Black;
}

#print .buttons a
{
	color: Black;
	text-transform: uppercase;
	text-decoration: none;
}

#print .buttons a:hover
{
	color: #5E5E5E;
}

#print .footer
{
	border-top: 1px solid #C2C2C2;
	height: 20px;
	text-align: center;
	padding-top: 5px;
}

/*	-----------------------------------------------------------------------------------------
    Module
	-------------------------------------------------------------------------------------------*/

#module .image
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#module .header
{
	font-weight: bold;
	padding-bottom: 10px;
}

#module .separator
{
	margin-top: 10px;
	border-top: 1px dotted #666666;
	margin-bottom: 10px;
}

#module .link
{
	margin-top: 10px;
}

#module a
{
	color: #888888;
	text-decoration: none;
}

#module a:hover
{
	color: black;
}

#module .image a img
{
	border: 0px;
}

#module .subheader
{
	margin-bottom: 10px;
	font-weight: bold;
}

#module .columns
{
	width: 100px;
	float: left;
}

#module .details table td
{
	vertical-align: top;
}

/*	-----------------------------------------------------------------------------------------
    FotoGallery
	-------------------------------------------------------------------------------------------*/

#fotogallery, #fotogallery form
{
	background-image: none;
	background-color: Transparent;	
}



