/*----------------------------- Core -----------------------------*/

body {
	/*background: #eeeeee url(bodyBgX.png) 0 0 repeat-x;*/
	background-color: lightgrey;
}


.alignRight {
	text-align: right;
}

.paddingRight {
	padding-right: 10px;
}

.paddingLeft{
	padding-left: 10px;
}

/*----------------------------- Outer Container -----------------------------*/
#outerShadow {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 980px;
	background: url(outerShadowBgY.png) 0 0 repeat-y;
}

#siteHolder {
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 10px;
}

/*----------------------------- Menu ---------------------------------*/
.menu {
	font-family: "Georgia", Georgia; 
	color: #8f8f8f;
	font-size: .9em;
	float:left; 
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 15px; 
	text-decoration:none;
}

.menu:hover, .menu a:focus, .menu a:hover {
	background-color: #0069b4;
	color: white;
	text-decoration:none;
}

a.muh {
	font-family: "Georgia", Georgia; 
	color: #8f8f8f;
	text-decoration:none;
}



a.muh:hover { 
	background-color: #0069b4;
	color: white;
}

/*----------------------------- SiteHead -----------------------------*/
#siteHead {
	height: 420px;
	/*background: url(reel1.png) 0 0 no-repeat;*/
	/*background: url(sylvester.jpg) 0 0 no-repeat;*/
}

#move {
	margin-left: -30px;
}

#header_text {
	margin: 50px 0 0 160px; 
	float:left; 
	color:#0069b4; 
	font-size: 2.2em;
}

#header_text2 {
	 width: 320px;	
}

#header_text1, #header_text2 {
	background: white; 
	font-style: italic;
}

#header_text3 {
	float:left; 
	margin-left: 200px; 
	background: #0069b4; 
	color: white; 
	font-style: italic;
}

.paging {
	position: absolute;
	bottom: 30px; right: -15px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	/*background: url(paging_bg2.png) no-repeat; /*
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	font-family: "Georgia", Georgia; 
}

.rel {
	font-family: "Georgia", Georgia;
	background: white;
	border: 1px solid #0069b4;
	color: #0069b4;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.paging a {
	padding: 5px;
	text-decoration: none;
	color: #0069b4;
}

.paging a.active {
	font-weight: bold; 
	background: #0069b4; 
	border: 1px solid white;
	color: white;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.paging a:hover {
	font-weight: bold;
	color: white;
	background: #0069b4;
	border: 1px solid white;
}

/*----------------------------- Top Navigation -----------------------------*/
#navbar {
	height: 55px;
	background: url(navbar.png) 0 0 no-repeat;
	/*position: absolute;
	top: 285px;
	left: 0px;*/
	
	margin-top: -25px;
	padding: 0 4px;
	z-index: 9999999;
}

ul#topNavigation {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topNavigation li {
	font-size: .9em;
	font-family: "Georgia", Georgia;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	height: 70px;
}

#topNavigation li a, #topNavigation li a:focus, #topNavigation li a:link, #topNavigation li a:active, #topNavigation li a:visited {
	padding: 30px 14.6px;
	/*padding: 30px 17.8px;*/
	text-decoration: none;
	display: inline-block;
	color:#8f8f8f;
}

#topNavigation li a:hover {
	color: white;
	background-color: #0069b4;
}

.active_menu, .active_menu_a {
	color: white;
	background-color: #0069b4;
}


/*----------------------------- Bottom Fixer -----------------------------*/
#bottomFixer {
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	width: 980px;
	background: url(bottomShadowBg.png) 0 0 no-repeat; 
}

/*----------------------------- Main Content -----------------------------*/
#main-content {
	margin-top: -30px;
	padding: 20px 0 0 0;
	/*background: #c0c0c0 url(mainContentBgX.png) 0 0 repeat-x;*/
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

/*#main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6 {
	color: #142a3b;
}*/

#main-content-inner {
	padding: 0 10px;
}

/*----------------------------- Left Col Content -----------------------------*/
#left-col-content {
	float: left;
	margin-top: -30px;
	padding-top: 15px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#left-col-content h1, #left-col-content h2, #left-col-content h3, #left-col-content h4, #left-col-content h5, #left-col-content h6 {
	color: #142a3b;
	text-align: center;
}

#left-col-content h1 {
	font-size: 1.1em;
}

#left-col-content-inner {
	/*background: url(rightColInnerBg.png) 0 0 no-repeat;*/
}

#left-col-content label {
	color: #ffffff;
	display: block; 
}

#left-col-content input.text {
	width: 208px;
}

#left-col-content input.submit {
	text-align: center;
	padding: 0 4px 5px; 0;
	color: #142a3b;
	width: 99px;
	height: 27px;
	border: none;
	background: #ffffff url(rightColButton.png) 0 0 no-repeat;
}

#termin {
	width: 400px;
	float: left;
	/*margin: 0 0 220px 0;*/
}

#termin h1 {
	text-align: left;
	color: darkred;
	font-weight: bold;
	font-size: .9em;
	text-decoration: underline;
	margin: 0 0 8px 0;
}

#termin h2 {
	width: 350px;
	text-align: left;
	background-color:#698aa2;
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	/*text-decoration: underline;*/
	margin: 0 0 4px 0;
}

#termin p {
	width: 350px;
	text-align: left;
	color: black;
	background-color:#a2c2da;
	/*font-weight: normal;*/
	font-size: .9em;
	/*text-decoration: underline;*/
	/*margin: 0 0 0 0;*/
}

/*----------------------------- Formular -----------------------------*/

input.text {
	border: #142a3b 1px solid;
	background: #ffffff url(inputTextBgX.png) 0 0 repeat-x;
	height: 20px;
	padding: 0;
	text-indent: 2px;
}




.glossymenu{
		list-style-type: none;
		margin: 30px 0;
		padding: 3px;
		width: 150px;
		border: 1px solid #878787;
		border-bottom-width: 10;
	}

	.glossymenu li a{
		background: white url(glossyback.gif) repeat-x bottom left;
		font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		color: white;
		display: block;
		width: auto;
		padding: 6px 0;
		padding-left: 15px;
		text-decoration: none;
	
	}


	* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
		width: 160px;
	}

	.glossymenu li a:visited, .glossymenu li a:active{
		color: white;
	}

	.glossymenu li a:hover{
		background-image: url(glossyback2.gif);
	}

	.calendar {
		/*border: 1px grey solid ;*/
		background-color: #5183e6;
		
	}


	th {
		background-color: #77aaee;
		border: 1px #77aaee solid ;
	}

	.innerMenu{
		padding: 0;
		width: 100%;
		border-top: 2px solid #878787; /*Highlight red color theme*/
		background: transparent;
		voice-family: "\"}\"";
		voice-family: inherit;
	}

	.innerMenu ul{
		margin:0;
		margin-left: 10px; 		/*margin between first menu item and left browser edge*/
		padding: 0;
		list-style: none;
	}

	.innerMenu li{
		display: inline;
		margin: 0 2px 0 0;
		padding: 0;
		/*text-transform:uppercase;*/
	}

	.innerMenu a{
		float: left;
		display: block;
		font: 12px Arial;
		color: black;
		text-decoration: none;
		margin: 0 1px 0 0; 		/*Margin between each menu item*/
		padding: 5px 8px 5px 8px; 	/*Padding within each menu item*/
		background-color: lightgrey;
		border-bottom: 8px solid white;
	}

	.innerMenu a:hover{
		background-color: #878787; 	/*Highlight red color theme*/
		color: white;
	}

	.innerMenu .current a{ 			/** currently selected menu item **/
		background-color: #878787; 	/*Highlight red color theme*/
		padding-top: 8px; 		/*Set padding-top value to default's padding-top + padding-bottom */
		padding-bottom: 0; 		/*Set padding-bottom value to 0 */
		border-bottom-color: #878787; 	/*Highlight red color theme*/
		color: white;
	}


#sidebar {
	color: #8f8f8f;
	/*background: #ededed;*/
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:230px;
	/*border: 1px solid #dedede;*/
	font-size:8px
}
#sidebar ul {
	font-size:11px;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	font-family:'Georgia',Georgia; 
	color: #8f8f8f; 
	font-style: italic;
}
.none {
	background-position: 82px 0px;
}
.four {
	background-position: 82px -48px;
}
.five {
	background-position: 82px -60px;
}
.tags {
	color: #fff;
	margin: 0.5em;
}
.tags a, .tags span {
	background-color: #999;
	font-size: 10px;
	padding: 0.1em 0.8em 0.2em;
}
.tags a:link, .tags a:visited {
	color: #fff;
	text-decoration: none;
}
.tags a:hover, .tags a:active {
	background-color: #3e4448;
	color: #fff;
	font-size:10px;
	text-decoration: none;
}
#sidebar li {
	height: 150px;
	width: 210px;
	margin: 0 0 0 15px;
	text-align:left;
	overflow: hidden;
}
#sidebar li h5 {
	/*color:#A5A9AB;*/
	/+color: black;*/
	font-size:.6em;
	text-align:left;
	margin-bottom:0em;
}
#sidebar li h5 a {
	/*color:#A5A9AB;*/
	color: #8f8f8f;
	font-size:.6em;
	text-align:left;
	text-decoration:none;
}
#sidebar li img {
	float:left;
	margin-right:8px;
}
#sidebar li .info {
	color: #8f8f8f;
	font-size:1em;
}
#sidebar img {
	padding:0px;
	border:#dedede solid 1px;
	background-color:#FFF;
}
#sidebar .info a, #sidebar .info a:visited {
	color: #8f8f8f;
	text-decoration: none;
}
#sidebar .spyWrapper {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.tags span, .tags a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
a img {
	border: 0;
}
.clear {
	clear:both;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
		display:none;
		background-color: #f6f6f6;
		border:1px solid #cc9;
		padding:5px 5px 5px 5px;
		font-size:13px;
		-moz-box-shadow: 2px 2px 11px #666;
		-webkit-box-shadow: 2px 2px 11px #666;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		width:170px;
		margin-top: -27px;
		z-index: 9999999;
		font-family:'Georgia',Georgia; color:#8f8f8f; font-style: italic;	
}

.tooltip_pic1 {
	display:none;
	border:black solid 1px;
	background:transparent url(screenshot_daten1.jpg);
	font-size:12px;
	height:218px;
	width:295px;
	padding:25px;
	color:white;	
}

.tooltip_pic2 {
	display:none;
	border:black solid 1px;
	background:transparent url(screenshot_daten2.jpg);
	font-size:12px;
	height:200px;
	width:295px;
	padding:25px;
	color:white;	
}

.tooltip_pic3 {
	display:none;
	border:black solid 1px;
	background:transparent url(screenshot_daten3.jpg);
	font-size:12px;
	height:180px;
	width:285px;
	padding:25px;
	color:white;	
}

.tooltip_mail {
	display:none;
	background:transparent url(red_mail.png);
	font-size:12px;
	height:58px;
	width:160px;
	padding:25px;
	color:white;		
}

.tooltip_env {
	display:none;
	background:transparent url(red_post.png);
	font-size:12px;
	height:58px;
	width:160px;
	padding:25px;
	color:white;		
}

.tooltip_tel {
	display:none;
	background:transparent url(red_tel.png);
	font-size:12px;
	height:58px;
	width:160px;
	padding:25px;
	color:white;		
}