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

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	line-height:130%;
	color:#000000;
	
	scrollbar-3dlight-color: #C4C5C7;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #BFBFBF;
	scrollbar-face-color: #BFBFBF;
	scrollbar-highlight-color: none;
	scrollbar-shadow-color: none;
	scrollbar-track-color: #F0F0F0;
}

p, td, th, div, span, input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #E0464A;
	letter-spacing:1px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #E0464A;
	font-family:Arial,Verdana,Helvetica;
	/*letter-spacing:1px;*/
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #E0464A;
	letter-spacing:1px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #E0464A;
	letter-spacing:1px;
}

table.form {
	background-color: #F3F3F3;
	border: 1px solid #E0464A;
}

td.form_td {
	padding: 5px;
	font-size: 11px;
}

input.form, textarea.form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* classes */
.mainTable {
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -465px;
	margin-top: -284px;
	width:930px;
	height:568px;
}

.startTable {
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -465px;
	margin-top: -269px;	
	width:930px;
	height:538px;
}

.mainTable td, .startTable td {
	background-color:#FFFFFF;
}

.subTable {
	width:100%;
	background-color:#A7B7DD;
}

.subTable td {
	background-color:#FFFFFF;
}

.innertd {
	margin:5px;
}

.content {
	overflow:auto; 
	margin:10px;
}

.overview {
	overflow:auto; 
}

.topFrame {
	border-bottom:1px solid #FFFFFF;
}

.leftFrame {
	width:200px;
	background-color:#BECCD8;
	padding:10px;
	vertical-align:top;
}

.mainFrame {
	width:580px;
	background-color:#FFFFFF;
	padding:10px;
	vertical-align:top;
}

.menuMainItem {
	margin-left:10px;
	margin-bottom:5px;
	padding:0;
}

.menuItem {
	list-style: none;
	line-height: 140%;
	font-variant: small-caps;
	font-size:15px;
	font-weight:bold;
}

.menuItem a {
	text-decoration: none;
	color:#808080;
}

.menuItem a:hover {
	text-decoration:underline;
}

.naviTitle {
	font-size:14px;
	font-weight:bold;
}

#teleparklogo {
	position:absolute;
	right:2px;
	bottom:5px;
}

/* Links */
A {
	text-decoration: none;
	color: #000;
}

#maincontainer A {
	font-weight:bold;
	/*font-style:italic;*/
}

A:Hover {
	text-decoration: underline;
}

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

A.topButton:link		{color: black; text-decoration: none; font-weight: bold;}
A.topButton:visited		{color: black; text-decoration: none; font-weight: bold;}
A.topButton:active		{color: black; text-decoration: none; font-weight: bold;}
A.topButton:hover		{color: white; text-decoration: none; font-weight: bold;}

A.topButton_down		{text-decoration: none; font-weight: bold; color: #D3002E;}
A.topButton_down:hover	{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: #D3002E; text-decoration: none; font-weight: normal;}

A.subButton_down		{text-decoration: none; font-weight: bold; color: #D3002E; font-size: 11px;}
A.subButton_down:hover	{text-decoration: none;}

/* Tables */
table.Topnavi {
	border: 0px;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	position: absolute;
}

td.space {
	width: 2px;
}

/* Buttons */
.naviButton, .naviButton_sub, .naviButton_down, .TopnaviButton, .TopnaviButton_down	{
					font-family: Verdana,Arial,Helvetica,sans-serif;
					font-size: 10px;
					font-style: normal;
					font-weight: normal;
					color: black;
					padding: 0;
					margin: 0;
					margin-left:15px;
					margin-bottom:5px;
					padding-left:3px;
					text-align: left;
					/*background-color:#FFF;*/
					/*border:1px solid #D3002E;*/
					width:150px;
					min-height:19px;
					_height:19px;
					text-decoration: none;
					vertical-align: middle;
}

.TopnaviButton, .TopnaviButton_down {
	background-image: url(../images/button_top_gray.gif);
	background-repeat: no-repeat;
	min-height:25px;
	_height:25px;
}

.naviButton, .naviButton_sub, .naviButton_down {
	background-image: url(../images/button_sub_white.gif);
	background-repeat: no-repeat;
}

.naviButton_sub {
	width: 145px;
}

.naviButton_down {
	/*background-color: #E2E3E4;*/
}

.naviButton div, .naviButton_sub div {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin-top:1px;
}

.TopnaviButton, .TopnaviButton_down {
	width:120px;
	margin:0px;
	margin-right:3px;
	/*background-color:#FFF;*/
	font-size: 11px;
	text-align:center;
}

.TopnaviButton_down {
	/*background-color:#D3002E;*/
	background-image: url(../images/button_top_gray_over.gif);
	font-size: 11px;
}

.TopnaviButton_down a {
	color:#FFF;
}

.TopnaviButton div, .TopnaviButton_down div {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin-top:1px;
}


td.subButtonText		{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		padding: 0;
		padding-left: 15px;
		line-height: 24px;
		text-decoration: none;
}

.sub_down {
	background-color: #E2E3E4;
}

.formalia_position {
	position:absolute; top:65px; right:10px;
}

.formalia td {
	padding-left:10px;
	font-weight:normal;
	font-size:10px;
}
.formalia a{
	color: #000000;
}

.Breadcrumbs {
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
	color: #E0464A;
}

.Breadcrumbs a {
	font-size: 10px;
	text-decoration: none;
	color: #E0464A;
}

.Spacer {
	margin: 5px;
}

#loginBox, #praktikaSearchBox {
	margin-left:5px;
	margin-bottom:5px;
	width: 170px;
	border-top:1px dashed #505050;
	border-bottom:1px dashed #505050;
	font-size:10px;
}

#praktikaSearchBox {
	border-top:0;
	border-bottom:0;
	margin-top:5px;
}

#loginBox table, #praktikaSearchBox table {
	margin-top:5px;
	margin-bottom:5px;
}

#praktikaSearchBox table {
	margin-top:0;
}

#loginBox table td, #praktikaSearchBox table td {
	font-size:10px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
}

#loginBox input, #praktikaSearchBox input {
	width:80px;
	font-size:10px;
	border:1px solid #324F85;
}

#logoutBox {
	margin-right:3px;
	margin-bottom:5px;
	padding-bottom:5px;
	width: 175px;
	/* border-bottom:1px dashed #505050; */
	font-size:10px;
}

.innerLogoutBox {
	padding:2px;
	font-size:10px;
	text-align:right;
}

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

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

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

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

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

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

.listTable, .listTable input, .listTable select {
	width:100%;
	margin-top:10px;
	border:1px solid #A7B7DD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#303030;
}

.listTable td, .listTable th {
	padding:2px;
	padding-left:5px;
	font-size:10px;
	/*vertical-align:top;*/
}

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

.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:560px;
	/* margin-left:10px; */
	margin-bottom:5px;
}

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

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

.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%;
	font-size:18px;
}
.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;
}

.smallink {
	font-size:11px;
}

/* NEWSTICKER */

.newsticker {
	background-color: #DEE1E9;
	width:180px;
	margin-right:5px;
}

.newsticker_header {
	background-color:#DEE1E9;
	color: #000;
	margin-bottom:1px;
	text-align:center;
	font-weight: bold;
	height:20px;
	padding-top:3px;
}

.newsticker_item {
	background-color: #F3F3F3;
	color: #000;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height:140%;
}

.newsticker_item div {
	margin:3px;
	font-size:11px;
}

.newsticker_item h4 {
	color: #000;
	display:block;
	background-color: #E0464A;
	color: #FFF;
	text-align:center;
	margin:0;
	font-weight: bold;
	font-size:11px;
	/*height:18px;*/
	padding:2px;
}

/* SPONSOREN */

.displaySponsoren {
	width:180px;
	height:180px;
	background-color: #FFF;
	margin-bottom:10px;
	border:1px solid #E0464A;
}

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


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

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

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

.backlink, .backlink:hover {
	font-size:10px;
	text-decoration:none;
}

.newslist_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #DEE1E9;
}

.newslist_td {
	padding: 5px;
	font-size: 11px;
}

.newslist_title {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 22px;
	margin: 0px;
	padding-top: 3px;
	padding-left: 15px;
	background-color: #DEE1E9;
}

.newslist_text {
	padding-left: 15px;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
}

table.MainTeaser {
	background-color: #F5F5F5;
	width:100%;
}

table.MainTeaser td {
	padding:5px;
	padding-bottom:10px;
}

span.fontMainTeaser {
	line-height:140%;
	font-weight:bold;
}

span.fontMainBody {
	line-height:140%;
}

.smallmap {
	cursor:pointer;
	margin-left:40px; 
	height:90px; 
	width:100px; 
	margin-top:5px;
}