/*
// telepark.cms
// (c) by telepark
*/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	width: 960px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color:#000000;
	scrollbar-3dlight-color: #A7B7DD;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #A7B7DD;
	scrollbar-face-color: #A7B7DD;
	scrollbar-highlight-color: none;
	scrollbar-shadow-color: none;
	scrollbar-track-color: #E5E6E7;
	line-height: 20px;
}
p, td, th, div, span, form{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

input, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}



img {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #3b5a6f;
	line-height: 24px;
	padding: 0;
	margin: 0;
	margin-top: 12px;
	margin-bottom: 8px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	padding: 0;
	margin: 0;
	margin-top: 14px;
	margin-bottom: 8px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #3b5a6f;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #B6B2AD;
	padding: 0;
	margin: 0;
}

div {
	padding: 0;
	margin: 0;
}

.permlinks {
	padding-top: 10px;
	text-align: center;
}

/* elements */
#banner {
	clear: both;
	position: absolute;
	top: 0;
	left: 50%;
	background-image: url(../images/navi_01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 960px;
	height:  50px;
	margin-left:-480px;
}

#navi_img {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 180px;
	height: 75px;
	z-index: 2;
	margin-left:-480px;
}

#navi_menu {
	position: absolute;
	left: 50%;
	top: 50px;
	height: 25px;
	z-index: 2;
	margin-left:-300px;
}

#navi_breadcrumbs {
	position: absolute;
	left: 50%;
	top: 75px;
	z-index: 2;
	height: 24px;
	width: 568px;
	border-bottom: #B6B2AD solid 1px;
	border-top: #B6B2AD solid 1px;
	margin-left:-300px;
}

#to_search {
	position: absolute;
	left: 50%;
	top: 75px;
	z-index: -10000;
	height: 24px;
	overflow: hidden;
	width: 206px;
	/* border-bottom: transparent none 0px;	*/
	border-bottom: #B6B2AD solid 1px;	
	border-left: #B6B2AD solid 1px;	
	border-right: #B6B2AD solid 1px;
	border-top: #B6B2AD solid 1px;
	background-color: transparent;
	text-align: right;
	padding-right: 2px;
	margin-left:268px;
}

#to_search a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#frames {
	position: absolute;
	left: 50%;
	top: 100px;
	z-index: 0;
	vertical-align: top;
	margin-left:-480px;
}

td.left_frame_td {
	vertical-align: top;
	border-right: #B6B2AD solid 1px;	
	border-left: #B6B2AD solid 1px;
	background-image: url(../images/left-background.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

td.main_frame_td {
	vertical-align: top;
}

td.right_frame_td{
	vertical-align: top;
	border-left: #B6B2AD solid 1px;	
	border-right: #B6B2AD solid 1px;	
	background-image: url(../images/right-background.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#left_frame {
	padding: 0;
	margin: 0;
	width: 178px;
	height: 775px;
	overflow: hidden;
}

#left_menus {
	padding-top: 5px;
}

#main_frame {
	padding: 0;
	margin: 0;
	width: 470px;
	margin-left: 49px;
	margin-right: 49px;
	margin-top: 30px;
	position: static;
	overflow: hidden;
}

#main_frame_screenshot_tour {
	padding: 0;
	margin: 0;
	width: 680px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	position: static;
}

#right_frame {
	padding: 0;
	margin: 0;
	width: 208px;
	height: 100%;
	overflow: hidden;
	border-top: #B6B2AD solid 1px;
}

#contentHeadline {
	position: static;
	padding: 0;
	margin: 0;
	height: 50px;
	text-align: left;
	clear: both;
}

#mainbody {
	position: static;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clear: both;
}

#mainbody p {
	margin-bottom: 5px;
}

#mainbody h1 {
	margin-top: 0;
}

#go_index {
	width: 960px;
	height: 25px; 
}

/* classes */
.printButton {
	position: absolute;
	top: 120px;
	width: 150px;
	left: 550px;
	z-index: 0;
}

.formalia_position {
	position:absolute; 
	top:15px; 
	left:10px;
	z-index: 2;
}

.formalia td {
	padding-left:10px;
	font-weight:normal;
}

.formalia a{
	color: #FFFFFF;
}

.lang_switcher {
	position:absolute; 
	top:15px; 
	left:750px;
	z-index: 2;
}

.lang_switcher a {
	font-size:11px;
	color: black;
	text-decoration:underline;
}

.Breadcrumbs {
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: none;
         font-size: 10px;
	color: black;
}

.Breadcrumbs a {
	font-weight: normal;
	text-decoration: none;
         font-size: 10px;
	color: #5F82C2;
}

#logoutBox {
	padding-top: 5px;
	margin-left: 15px;
	width: 165px;
	text-align:left;
	font-weight: bold;
}

.logoutLink {
}

.logoutWelcome {
	padding-top: 10px;
}

#loginBox {
	padding-top: 5px;
	margin-left: 15px;
	width: 165px;
	text-align:left;
	font-weight: bold;
}

#loginBox input[type="text"], #loginBox input[type="password"] {
	width: 140px;
	border:1px solid white;
	/*background-color: #E2E5F2;*/
	background-color: #FFFFFF;
}

.loginFailed {
	font-weight:bold; 
	color:#800000;
}

.loginForm {
	clear: both;
	padding-top: 25px;
	line-height: 150%;
}

.loginLink {
	border: 0px none transparent;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
}


/* Links */
A {
	text-decoration: none;
	color: #5F82C2;	
}
A:Hover {
	text-decoration: underline;
}

A.smalllink {
	font-size: 9px;
	color: black;
	text-decoration: underline;
}

.subButton_down{
	position:relative;
	z-index:5;
}
A.topButton:link		{cursor: default; color: black; text-decoration: none; font-weight: normal;}
A.topButton:visited	{cursor: default; color: black; text-decoration: none; font-weight: normal;}
A.topButton:active	{cursor: default; color: black; text-decoration: none; font-weight: normal;}
A.topButton:hover		{cursor: default; color: white; text-decoration: none; font-weight: normal;}

A.topButton_down	{cursor: default; text-decoration: none; font-weight: bold; color: white;}
A.topButton_down:hover	{cursor: default; color: white; font-weight: bold; text-decoration: none;}

A.subButton:link		{color: black; text-decoration: none; font-weight: normal;}
A.subButton:visited	{color: black; text-decoration: none; font-weight: normal;}
A.subButton:active	{color: black; text-decoration: none; font-weight: normal;}
A.subButton:hover		{color: #5F82C2; text-decoration: none; font-weight: normal;}

A.subButton_down	{text-decoration: none; font-weight: bold; color: black;}
A.subButton_down:hover	{text-decoration: none;font-weight: bold; color: black;}
.naviButton_inner a {
	color:white;
}
.naviButton_inner a:hover {
	color:white;
}

/* Tables */
/* Buttons */
.naviButton {
	
	height: 25px;
	width: 180px;
	background-color: #3b5a6f;
	/*-moz-opacity:.60;
	opacity:.60;
	filter: alpha(opacity=60);*/
	z-index: 1;
}

.naviButton_inner {
	margin-top: -25px;
	margin-bottom: 5px;
	height: 25px;
	padding-top: 3px;
	padding-left: 15px;
	color: black;
	background-color: transparent;
	font-weight: bold;
	z-index:1;
	
}

.dbnaviButton {
	padding-top: 3px;
	text-indent: -12px;
	padding-left: 25px;
	color: black;
	background-color: transparent;
	font-weight: bold;
	z-index: 1;
}

.dbnaviButton_inner {
	padding-top: 3px;
	text-indent: -12px;
	padding-left: 25px;
	color: black;
	background-color: transparent;
	font-weight: bold;
	z-index: 1;
}

.naviButton_sub {
	padding: 0;
	margin: 0;
	text-align: left;
}

.naviButton_sub_inner {
	text-indent: -12px;
	padding-left: 25px;
	padding-right: 5px;
}

.Spacer {
	margin: 5px;
}

#praktikaSearchBox {
	margin-top:10px;
	margin-bottom:10px;
	width: 468px;
	border: 1px solid #B6B2AD;
	background-color: #DCE49A;
	font-weight: bold;
}

#praktikaSearchBox input[type="text"], #praktikaSearchBox select {
	border: 1px solid white;
	background-color: #E2E6C3;
	font-weight: normal;
}

#praktikaSearchBox h3 {
	color: black;
}

#praktikaSearchBox h2 {
	color: black;
	font-size: 16px;
}

#search_boxes {
	float: left;
	text-align: left;
	width: 150px;
	height: 120px; 
	padding-left: 10px;
	padding-top: 20px;
	line-height: 150%;
}

#search_fields {
	padding-left: 10px;
}

/*
#search_image {
	float: right;
	text-align: left;
	width: 293px;
	height: 124px;
	background-image: url(../images/ueber_uns_mittel.jpg);
	background-repeat: no-repeat;
	background-position: top right; 
}
*/

#go_search {
	margin-top: 10px;
	width: 468px;
	text-align: center;
	background-color: white;
}
/*
.search_button {
	background-image: url(../images/button_suche_gelb.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: white;
	border: 0px none transparent;
	text-align: left;
	padding-left: 45px;
	margin: 10px;
	font-weight: bold;
	color: #6384BD;
	height: 44px;
}

.extended_search_button {
	background-image: url(../images/button_suche_gelb.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: white;
	border: 0px none transparent;
	text-align: right;
	padding-right: 45px;
	margin: 10px;
	font-weight: bold;
	color: black;
	height: 44px;
}
*/
.extended_search {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

#extendedSearchFormInner {
	width: 468px;
	background-color: #CED5F2;
	border: 1px solid #B6B2AD;
	margin-top: 20px;
}

#extendedSearchFormInner input[type="text"], #extendedSearchFormInner select{
	border: 1px solid white;
	background-color: #E4E7F2;
	font-weight: normal;
	width: 100%;
	padding: 0;
}

#extendedSearchFormInner table {
	width: 448px;
	padding: 0;
	margin: 10px;
}

#extendedSearchFormInner td {
	padding: 5px;
}

#extendedSearchFormInner .smallselect {
	width: 100px;
}

.search_text {
	color: #6384BD;
	font-weight: bold;
}

.searched_text {
	font-weight: bold;
	color: black;
}

.cms_Button {
	border:1px solid #000;
	background-color: #A7B7DD;
	width:auto;
}

.message_text {
	font-weight: bold;
	color: #627EC1;
}

.message {
	border:1px solid #FF884F;
	background-color: #F5F5F5;
	padding:5px;
}

.message_error, .errorMessageBox {
	margin-top:10px;
	border:1px solid #FF884F;
	background-color: #F5F5F5;
	padding:5px;
	width:520px;
}
.message_success, .messageBox {
	margin-top:10px;
	border:1px solid #008C00;
	background-color: #F5F5F5;
	padding:5px;
	width:520px;
}

.bbwHeadlineBox {
	background-color: #FFE280;
	border:1px solid #000000;
	width:570px;
}

.bbwHeadlineBox th {
	text-align:left;
	letter-spacing:1px;
}

.listTable {
	width: 470px;
	margin-top:10px;
	border:1px solid #A7B7DD;
	color:#303030;
	font-size: 10px;
}

.listTable input, .listTable select {
	width:100%;
	margin-top:10px;
	border:1px solid #A7B7DD;
	color:#303030;
	font-size: 10px;
}

.listTable td, .listTable th {
	padding:2px;
	/*vertical-align:top;*/
}

.listTable th {
	background-color: #FAFAFA;
	border-bottom:1px solid #A7B7DD;
}

.listTable input, .listTable select, .listTable textarea {
	width:150px;
}

input.tpButton {
	width: auto;
	background-color:#4B9090;
	color:#FFF;
	border:1px solid #505050;
}

.bbwAdminForm {
	border:1px solid #5F82C2;
	background-color:#FBFCFE;
	width:100%;
	/* margin-left:10px; */
	margin-bottom:5px;
}

.bbwAdminForm td {
	vertical-align:top;
	padding:4px;
}

.bbwAdminForm th {
	vertical-align:top;
	padding:4px;
	font-weight:bold;
	text-align:left;
}
.bbwAdminForm input, .bbwAdminForm select, .bbwAdminForm textarea, .bbwAdminForm checkbox {
}

.bbwAdminForm br {
	line-height: 150%;
}

.paddingleft4 {
	padding-left:4px;
}

.hline {
	border-bottom:1px solid #5F82C2;
	width:98%;
	height:1px;
}

.headline1 {
	font-weight:bold;
	color:#696969;
	letter-spacing:1px;
	line-height:200%;
}
.headline2 {
	font-weight:bold;
	color:#696969;
}
.headline3 {
	font-weight:bold;
	color:#696969;
	letter-spacing:1px;
	line-height:200%;
}
.headline4 {
	letter-spacing:1px;
	color:#696969;
	font-weight:bold;
}

#newsticker {
	background-color: #ECECEC;
	width:208px;
}

#newsticker a {
	color: black;
}

.newsticker_item {
	color: black;
	text-align:left;
	padding-bottom:3px;
	border-bottom: 1px solid #B6B2AD
}

.newsticker_item_first {
	padding-left: 10px;
}

.newsticker_item_one {
	padding-left: 25px;
	text-indent: -12px;
}

.newsticker_item h4 {
	display:block;
	font-weight: bold;
	color: black;
	padding: 3px;
	padding-left: 10px;
	padding-right: 0;
	border-bottom: 1px solid #B6B2AD
}

#displaySponsoren {
	width:208px;
	height: 208px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #B6B2AD
}

#displaySponsoren table {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

#displaySponsoren td {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.frontStatistik {
	border:1px solid #5F82C2;
	background-color: #FFE280;
	width:150px;
	margin-left:14px;
}

.frontStatistik table {
	margin:4px;
}

.frontStatistik table td {
	font-size:9px;
}

.bglistcolor1 {
	background-color:#FFFFFF;
	border-bottom:1px solid #E5E5E5;
}

.bglistcolor2 {
	background-color:#F0F0F0;
	border-bottom:1px solid #E5E5E5;
}

.legend {
	margin-top:5px;
	text-align: right;
}

/* dropdown menus */

#Topbar {
	border: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

.Topnavibuttonfolder {
	float: left;
	width: 1px;
	background:url(../images/menu-back.png);
}

.Topnavilink {
	padding-left: 10px; 
	padding-top: 5px; 
}

.menuSpacer {
	float: left;
	width: 2px;
	height: 25px;
	background-image: url(../images/menuspace.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.TopnaviButton, .TopnaviButton_down {
	font-style: normal;
	font-weight: normal;
	color: black;
	height: 25px;
	text-align: left;
	text-decoration: none;
}


.TopnaviButtonH, .TopnaviButton_downH {
	font-style: normal;
	font-weight: normal;
	color: white;
	height: 25px;
	text-align: left;
	text-decoration: none;
	background-color: #3b5a6f;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}


.TopnaviButton_down {
	/*background-image:url(../images/navi_selected.jpg);*/
	background-color:#3b5a6f;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 25px;
	color:white;
	
}

.TopnaviButton_down a {
	color:white;
}

.menuDrop {
	margin: 0;
	position: absolute; 
	top:0; 
	left:0; 
	z-index: 5000; 
	visibility: hidden;
}

.menuDropChild {
	background-color: #ECECEC;
	border: #B6B2AD solid 1px;
	border-top: transparent none 0px;
	font-style: normal;
	font-weight: normal;
	color: black;
}

.menuDropShadow {
	position: absolute; 
	top:0; 
	left:0; 
	z-index: 4000; 
	visibility: hidden;
	overflow: hidden;
}

.menuDropShadowChild {
	background-color: #B6B2AD;
	width: 100%;
	height: 100%;
}

.dropButton {
	font-style: normal;
	font-weight: normal;
	color: black;
	border-top: #B6B2AD solid 1px;
	padding: 3px;	
	padding-left: 12px;
	white-space: nowrap;
	margin: 0;
}

.dropButton_down {
	font-style: normal;
	font-weight: normal;
	color: black;
	border-top: #B6B2AD solid 1px;
	padding: 3px;
	padding-left: 12px;
	white-space: nowrap;
	margin: 0;
	background-color:#3b5a6f
}

.dropButtonH, .dropButton_downH {
	font-style: normal;
	font-weight: normal;
	color: white;
	border-top: #B6B2AD solid 1px;
	padding: 3px;	
	padding-left: 12px;
	white-space: nowrap;
	margin: 0;
	background-color:#3b5a6f;
}

.dropButtonHaveSub_right {
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	padding-left: 25px;
}

.dropButtonHaveSub_left {
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	padding-left: 25px;
}

A.dropButtonA:link		{cursor: default; color: black; text-decoration: none; font-weight: normal;}
A.dropButtonA:visited	{cursor: default; color: black; text-decoration: none; font-weight: normal;}
A.dropButtonA:active	{cursor: default; color: black; text-decoration: none; font-weight: normal;}
A.dropButtonA:hover		{cursor: default; color: white; text-decoration: none; font-weight: normal;}

A.dropButtonA_down	{cursor: default; text-decoration: none; font-weight: bold; color: white;}
A.dropButtonA_down:hover	{cursor: default; text-decoration: none; color:white;}
A.TopnaviButtonH:hover { color:white; }

.blogSummary, .blogSummary p, .blogSummary div {
	font-size: 11px;
}

a.blogSummaryA {
	font-size: 11px;
}

