body
{
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #2c2d31;
}

body.small
{
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #2c2d31;
}

body.normal
{
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #2c2d31;
}

body.big
{
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #2c2d31;
}


form
{
	margin: 0px;
}

input
{
	color: #000000;
	border: 1px solid #000;
	background-color:#fff;
}


label
{
	cursor: pointer;
}

button
{
	border:1px solid #000;
	color:#000;
	background-color:#fff;
	background-image:url(/images/content/ButtonBackground.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:3px;
	text-align:left;
	cursor:pointer;
}

.buttonback
{
	border:1px solid #000;
	color:#000;
	background-color:#fff;
	background-image:url(/images/content/ButtonBackBackground.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	text-align:left;
	cursor:pointer;	
}

fieldset
{
	padding: 10px;
	margin-bottom: 10px;
}

legend
{
	color: #CE0031;
	font-weight: bold;
	margin-bottom: 5px;
}

select
{
	font-size: 8pt;
	color: #000;
}

a
{
    color: #000000;
    text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a.link
{
    color: #000000;
    text-decoration: underline;
    cursor:pointer;
}

a.link:hover
{
	color: #000000;
	text-decoration: none;
    cursor:pointer;	
}

a.link01
{
	color:#ffffff;
    font-weight:bold;	
	text-decoration: none;
}

a.link01:hover
{
	color:#ffffff;
    font-weight:bold;	
	text-decoration:underline;
}

a.linkhead
{
	color:#ffffff;
	text-decoration:none;	
}

a.linkhead:hover
{
	color:#ffffff;
	text-decoration:underline;	
}

.ErrorFont, .MessageFont
{
	width:       380px;
	float:       left;
	margin-top:      20px;
	margin-bottom:   20px;
	padding:     2px;
	border:      1px solid #f00;
	color:       #f00;
}

.inputRadio, .inputCheckbox
{
	border: 0;
}

.dataInput
{
	color:#000000;
	padding-left: 5px;
	border:1px solid #A5BFCC;
}




/*
------------------------
   Teaser und Content
-----------------------
*/

.content
{
	background-color:#CDE7F6;
}

.widgetContent
{
	background-color:#A3CDF3;
	color:#000;
	font-size:100%;
	background-image:url(/images/content/RightContentBorderSpc.gif);
	background-repeat:repeat-y;
	background-position:right;	
}

.widgetContentWithoutBorderLeft
{
	background-color:#A3CDF3;
	color:#000;
	font-size:100%;
}

.TopContentBorder
{
	height:10px;
	font-size:1px;
}

.TopRightContentCorner
{
	background-image:url(/images/content/TopRightContentCorner.gif);
	background-repeat:no-repeat;

	background-position:0px 0px;	
	width:4px;
	height:10px;
	font-size:1px;
}


.BottomLeftContentCorner
{
	background-image:url(/images/content/BottomLeftContentCorner.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:5px;
	height:5px;
	font-size:1px;
}

.BottomRightContentCorner
{
	background-image:url(/images/content/BottomRightContentCorner.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:5px;	
	width:4px;
	height:5x;
	font-size:1px;
}

.BottomContentBorder
{
	background-image:url(/images/content/BottomContentBorderSpc.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:5px;
	font-size:1px;
}

.invisibleborderleft
{
  border-left:4px solid #ffffff;
}

.invisibleborderright
{
  border-right:4px solid #ffffff;
}

.smallcontent
{
	background-color:#ffffff;
	color:#000000;
}

h1
{
	font-size:100%;
	font-weight: bold;
	/*color:#ffffff;*/
	margin:0px;
}

h2
{
	font-size:100%;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	margin:5px 0px;
}

h3
{
	font-size:100%;
	font-weight: bold;
	color:#ffffff;
	margin:0px;
}

.contenthead
{
	background-color:#385FA2;
	padding:5px 0px 5px 10px;
	color:#ffffff;
	font-size:110%;
	font-weight:bold;
}

.contenthead a
{
	color: #ffffff;
	text-decoration: none;
}

.contenthead a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.teaser01head
{
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}

.teaser01head a
{
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}

.teaser01head a:hover
{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;	
}


.content01text
{
	color:#000000;
}


a.yellowpage
{
	color:#636363;
	text-decoration:underline;
}

a.yellowpage:hover
{
	color:#636363;
	text-decoration:none;
}

a.yellowpagehead
{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a.yellowpagehead:hover
{
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}


a.link
{
	text-align:right;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}

a.link:hover
{
	text-align:right;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

a.linkliste1 , a.linkliste2 
{
	height:20px;
	color:#000000;
	text-decoration:none;
}

a.linkliste1:hover , a.linkliste2:hover
{
	height:20px;
	color:#000000;
	text-decoration:underline;
}


.pictureBox01
{
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	float: left;
}


.header a
{
	font-size:120%;
	font-weight: bold;
	color:#000000;
}

.header a:hover
{
	font-size:120%;
	font-weight: bold;
	color:#000000;
	
}

td.myportal
{
	font-family: arial, sans-serif;
	font-weight:normal;
	background-color:#ffffff;
	color:#000000;
	padding-left:5px;
}

div.myportal
{
	float:left;
	padding-top:10px;
	color:#000000;
}

.myportal a
{
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

.myportal a:hover
{
	font-weight:bold;
	color:#000;	
	text-decoration:none;	
}

a.myportal
{
	font-weight:normal;
	text-decoration:underline;
	color:#000;
	background-color:#ffffff;
}

a.myportal:hover
{
	font-weight:normal;
	text-decoration:underline;
	color:#000;
	background-color:#ffffff;

}

input[type=submit]
{
	border:1px solid #000;
	color:#000;
	background-color:#fff;
	background-image:url(/images/content/ButtonBackground.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:3px;
	text-align:left;
}

input[type=checkbox]
{
	border:0px;
}
input[type=radio]
{
	border:0px;
}

button.search
{
	border:1px solid #0C4F5F;
	color: #ffffff;
	background-color: #176770;
	height:19px;
	font-size:75%;
}


.bottom
{
	font-family: arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;

}

/*------------------------*/
/*   Menue				  */
/*------------------------*/

#HNaviTable
{
	height:33px;
	color:#000;
	font-weight: bold;
}

#HNaviTable td td.HNaviLeft
{
	background-image:url(/images/content/hnavi_button_left.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:33px;
}

#HNaviTable td td.HNaviCenter
{
	background-image:url(/images/content/hnavi_button_center.jpg);
	background-repeat:repeat-x;
	height:33px;
	width:101px;	
	text-align:center;
}

#HNaviTable td td.HNaviRight
{
	background-image:url(/images/content/hnavi_button_right.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:33px;	
}

.menu1 a
{
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}

.menu2
{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

.menu2 div
{	
	background-image:url(/images/content/submenu_background.jpg);
	background-repeat:no-repeat;
	width:150px;
	height:19px;	
	padding-left:20px;
	padding-top:3px;
	cursor:pointer;
}

.menu2:hover div
{
	background-image:url(/images/content/submenu_background_over.jpg);
	background-repeat:no-repeat;
	width:150px;
	height:19px;	
	padding-left:20px;
	padding-top:3px;
	cursor:pointer;
}

.menu2a
{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

.menu2a div
{
	background-image:url(/images/content/submenu_background_over.jpg);
	background-repeat:no-repeat;
	width:150px;
	height:19px;	
	padding-left:20px;
	padding-top:3px;
	cursor:pointer;
}

.menu2a:hover div
{
	background-image:url(/images/content/submenu_background_over.jpg);
	background-repeat:no-repeat;
	width:150px;
	height:19px;	
	padding-left:20px;
	padding-top:3px;
	cursor:pointer;
}

.leftbg
{
	background-color:#DCE4E7; 
	border-top:2px solid #C8D3D9;
}
.weatherRotate a, .weatherRotate a:hover
{

	background-color:#DCE4E7;
	color: #386D8C;
}

.color01
{
	font-weight:bold;
	color:#000;
}

.color02
{
	font-weight:normal;
	color:#000;
}

/*
------------------------
   Kalender
------------------------
*/
.calendarFrame
{
	position:     absolute;
	width:        200px;
	height:       210px;
	display:      none;
	border:2px solid #285C74;
}

.calTable
{
	border-collapse: collapse;
	
}

.calTable thead tr td
{
	background-color: #ffffff;
	text-align:       center;
	font-weight:      bold;
	cursor:           default;
	font-size:        8pt;
	border:           1px solid #A5BFCC;
}

.calTable tbody tr td
{
	width:       22px;
	height:      19px;
	text-align:  center;
	cursor:      pointer;
	font-weight:      bold;
	font-size:   8pt;
	border:      1px solid #A5BFCC;
}

.calTable tfoot tr td
{
	padding:          2px;
	background-color: #ffffff;
	text-align:       center;
	font-size:        10pt;
	border:           1px solid #A5BFCC;
}

.calArrow
{
	width:       22px;
	height:      20px;
}

.calStandardDate
{
	background-color: #ffffff;
	color:            #000000;
}

.calSelectedDate
{
	background-color: #DCE4E7;
	color:            #000000;
	font-weight:      bold;
}

.calTodaysDate
{
	background-color: #A5BFCC;
	color:            #000000;
	font-weight:      bold;
}

.calOtherDate
{
	background-color: #ffffff;
	color:            #A3A3A3;
}

.calApply
{
	background-color: #396C87;
	width:       80%;
	font-weight: normal;
}

.description
{
	color:#000000;
}

.imageGallery
{
	background-color:#ffffff;
	color:#000000;
}

.backarrow
{
	background-color:#D6DCBA;
	color:#748529;
}

.footer
{
	background-image: url(/images/content/footer-spc.jpg);
	background-repeat: repeat-x;
	height: 66px;
	color: #464646;
}

.footer a
{
	text-decoration:none;
	margin-left: 15px;
	color: #464646;
}

.footer a:hover
{
	text-decoration:underline;
	margin-left: 15px;
	color: #464646;
}

.footer-cid-logo
{
	position:relative;
	top:-35px;
	left:830px;
	color:#000000;
}

.bottomheader
{
	font-size:100%;
	font-weight: bold;
	color:#ffffff;
}

.bottomheader a
{
	font-size:100%;
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
}

.bottomheader a:hover
{
	font-size:100%;
	font-weight: bold;
	color:#ffffff;
	text-decoration:underline;
}

.hmenuborder
{
	border:3px solid #ffffff;
	background-color:#396C87;
	height:52px;
}

.imageLegend
{
	color:#ffffff;
	font-style: italic;
	background-color:#385FA2;
}

.imageLegend2
{
	color:#ffffff;
	font-style: italic;
	background-color:#385FA2;
}

a.anfang
{
    color: #35698E;
    font-weight:bold;
    text-decoration: underline;
}

a.anfang:hover
{
	color: #35698E;
    font-weight:bold;	
	text-decoration: none;
}

.errorfont
{
	color:#000000;
}

.memberentry
{
	color:#636363;
}

ul
{
	margin-top:5px;
	margin-bottom:0px;
}


		fieldset
		{
 			background-color:FFFFFF;
			padding-top:10px;
			padding-bottom:10px;
			border: 0px;
		}
		.field1
		{
			width: 40px;
			float: left;
			font-weight:bold;
		}

		.field2
		{
			width: 80px;
			float: left;
		}
	
		.field3
		{
			width: 160px;
			float: left;
		}

		.field4
		{
			width: 225px;
			float: left;
		}
	
		.break
		{
			clear: both;
		}
		
.maengel
{
	border:0px;
}


.eventsdropdown select
{
	width:160px;
}

td.NewsListRightHead
{
	width:15px;
	padding-left:15px;
	background-image:url('/images/content/blue-arrow.gif');
	background-repeat:no-repeat;
	background-position:10px 3px;
}

td.NewsListRight a
{
	color:#000;
	text-decoration:underline;
}

td.NewsListRight a:hover
{
	color:#000;
	text-decoration:none;
}