.biggrey {
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	color: #bbb;
	font-weight: bold;
}
.biggrey2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 28px;
	color: #bbb;
	font-weight: bolder;
}

.bmenu {
	text-decoration: none;
	color: #EEEEEE;
	font-weight: bold;
}

.editor {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.grau {
	color: #888888;
}

.tipp {
	color: #FF0000;
}


.amailnotice {
	color: #FF0000;
	font-size: 8pt;
	text-decoration: blink;
}


/*------------------
Formular
------------------*/

.ltext {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.option_blue {
	color: #4040FF;
}

.option_red {
	color: #FF4040;
}

.option_greyback {
	background-color: #D9D9D9;
}


.logo_unten {
	vertical-align: text-bottom;
	border: none;
}

img.noborder {
	vertical-align: middle;
	border-width: 0px;
}



/* --------------------
Blöcke
---------------------*/

div.spacebox {
	width: auto;
	border: 0px none Black;
	margin: 0px;
	overflow: auto;
}

div.artikelbox {
	width: 303px;
	height: 120px;
	border: 1px solid #aaa;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}

div.tabcontentbox {
	border-top: solid 1px #697994;
	background-color: #EDEDED;
	padding: 1px;
}

div.artikelbigbox {
	width: auto;
	height: 108px;
	border: 1px solid #aaa;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	background-color: #ddd;
}

div.profilbox {
	width: 410px;
	padding: 5px;
	margin: 8px;
	border-bottom: dotted 1px #aaa;
}

div.gaestebuchbox {
	width: 390px;
	border: 1px solid #9EB2C3;
	padding: 5px;
	margin: 8px;
	overflow: visible;
	background-color: #E5EAEF;
}

div.detailbox {
	width: 590px;
	border: 1px solid #9EB2C3;
	padding: 3px;
	margin: 8px;
	overflow: auto;
	background-color: #E5EAEF;
}

div.shadowbox {
	width: auto;
	padding: 5px;
	margin: 3px;
	background-color: #E5E5E5;
	border-bottom: dotted 1px #aaa;
}

div.galeriebox {
	width: auto;
	padding: 5px;
	margin: 3px;
	border-bottom: dotted 1px #aaa;
}

div.commentbox {
	width: 595px;
	border: 1px dotted #9EB2C3;
	overflow: visible;
	padding: 3px;
	background-color: #FFEDBB;
	margin: 8px;
}

div.kalenderbox {
	width: auto;
	padding: 3px;
	margin: 5px;
	border-bottom: dotted 1px #aaa;
}

div.nexteventsbox {
	width: auto;
	padding: 0px;
	margin: 0px;
	border-bottom: dotted 1px #aaa;
}

div.singlebox {
	width: auto;
	overflow: hidden;
	padding: 3px;
	margin: 5px;
	border-bottom: dotted 1px #aaa;
}

div.groupartikelbox {
	width: 610px;
	height: auto;
	border: 1px solid #9EB2C3;
	padding: 2px;
	margin: 2px;
	overflow: visible;
	background-color: #E5EAEF;
}

div.linksbox {
	float: left;
}

div.rechtsbox {
	float: right;
}

div.artikeltextbox {
	overflow: hidden;
	background-color: #fff;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	width: auto;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.sliderbox {
	border: solid 1px #CBD3DA;
	background-color: #E8EAED;
	padding: 5px;
	margin: 5px;
	-moz-border-radius: 9px;
	-webkit-border: 9px;
	width: 205px;
}




.artikellink {
	color: #02417D;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
}


.artikeltextstyle {
	color: Black;
	font-size: 100%;
	text-align: left;
}

tr.artikel_datum {
	background-color: #606060;
	font-size: 10px;
	color: #fff;
	padding: 2px;
}




.ueberschrift {
	font-weight: bold;
	font-size: 11pt;
	font-style: italic;
}


.artikelimgborder {
	border-color: #023055;
	border-width: 1px;
	border-style: solid;
}

.artikelimghighlightborder {
	border-color: red;
	border-width: 1px;
	border-style: solid;
}


.hinweis {
	color: #FF0000;
	font-weight: bold;
}

/* WIZARD */

.wizard_main {
	background-color: #F7F9FA;
	border-color: #9EB2C3;
	border-style: solid;
	border-width: 1px;
	color: Black;
}

.wizard_stepstyle {
	color: Black;
	border-width: 0px;
	padding: 4px;
}

.wizard_sidebarstyle {
	background-color: #6B89A3;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #1F466C;
}

.wizard_sidebarbuttonstyle {
	border-width: 0px;
	color: White;
}

.wizard_headerstyle {
	padding: 2px;
	background-image: url(forum/bg_headline.gif);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-left-width: 0px;
	border-color: #1F466C;
	color: White;
	font-size: 13px;
	font-weight: bold;
}


/*--------------------
Tabellen
--------------------*/

table.standardtable {
	border: solid 1px #ccc;
	border-top-width: 0px;
}

table.standardtable td {
	border: none;
	background-color: #F4F4F4;
	vertical-align: middle;
	text-align: left;
	padding: 4px;
}


table.standardtable tr.header td {
	background-image: url(page/back_table_header.gif);
	background-repeat: repeat-x;
	background-color: #E6E6E6;
	color: #fff;
	font-weight: bold;
	height: 25px;
	padding: 4px;
}

table.standardtable tr.highlightrow td {
	background-color: #FEFFCF;
	padding: 4px;
}

table.standardtable tr.darkerrow td {
	background-color: #e4e4e4;
	padding: 4px;
}

.table_darkrow {
	background-color: #ddd;
	padding: 4px;
}


/*------------------
Payment
------------------*/

.ok_button {
	background-image: url(symbols/ok.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.no_button {
	background-image: url(symbols/no.gif);
	background-repeat: no-repeat;
	background-position: center;
}



/*------------------
STable
------------------*/

.stable {
	overflow: visible;
	width: auto;
	margin: 3px 0px 5px 0px;
	padding: 0px;
	border: solid 1px #aaa;
	background-color: #f4f4f4;
}

.stable_header {
	background-image: url(page/back_stable4.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: solid 0px #888;
	width: auto;
	height: 28px;
	text-shadow: #222 0 -1px 1px;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 1px 6px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #eee;
}

.stable_content {
	background-image: url(page/back_stable_content.gif);
	background-repeat: repeat-x;
	overflow: visible;
	width: auto;
	margin: 0px;
	padding: 5px;
	background-color: #f6f6f6;
}



/*-----------------
Chat
-----------------*/

div.chatback {
	background-image: url(outline/chat/chatbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}


div.chatlog {
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
	background-color: White;
	margin: 3px;
	font-size: 11px;
}

div.headermenubox {
	height: 22px;
	text-align: center;
}

div.channelslideshow {
	background-color: Black;
	height: 700px;
	width: 620px;
	padding: 5px;
	margin: 0px;
}

.channelslideshowtext {
	color: #CCCCCC;
	font-size: 12px;
}


/*----------------
MeinBild
----------------*/

a.amarker {
	color: #000000;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
}

a.amarker:hover {
	text-decoration: underline;
}

.marker {
	background-image: url(outline/fotos/meinbild.png);
	background-repeat: no-repeat;
	position: absolute;
	display: none;
	border-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 1000;
	width: 30px;
	height: 30px;
}

.marker2 {
	background-image: url(outline/fotos/meinbild_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: White;
	border-color: #025EA9;
	border-width: 2px;
	border-style: solid;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	position: absolute;
	display: none;
	padding: 3px;
	z-index: 1001;
	width: auto;
	height: auto;
}


/*---------------------
AutoForm
---------------------*/

.formbutton {
}
.FormNameTableCell {
	text-align: left;
	padding: 2px;
}
.FormControlTableCell {
	text-align: left;
	padding: 2px;
}
.FormHelpTableCell {
	text-align: left;
	padding: 2px;
}
.FormContentGroupHeader {
	background-color: #EEEEEE;
	font-weight: bold;
}
.FormContentInfoBlock {
	vertical-align: top;
	background-color: #F1F4DA;
	border-color: #F5A56F;
	border-width: 1px;
	border-style: dotted;
	color: #555555;
	font-size: 9pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
}


div.clearitem {
	clear: both;
}



/*--------------------
Clubs
--------------------*/

.clubtitle {
	font-size: 26px;
	color: #333;
	font-style: normal;
}

.clubsubtitle {
	font-size: 10px;
	color: #000;
	font-style: italic;
}

.clubdescription {
	font-size: 12px;
	color: #333;
	text-align: justify;
}



/*--------------------
Neue Elemente
--------------------*/

div.hoverToolbarContainer {
	border: solid 1px #000;
	padding: 4px;
	background-color: #eee;
	visibility: hidden;
	position: absolute;
}

div.hoverToolbarHeader {
	width: auto;
	height: 15;
	font-size: 10px;
	padding: 0px;
	display: block;
}


div.inlineToolbarContainer {
	padding: 4px;
	height: auto;
	visibility: hidden;
	display: block;
}

div.inlineToolbarHeader {
	width: auto;
	height: 15;
	font-size: 10px;
	padding: 0px;
	display: block;
}



/*----------------------
ClientControls
----------------------*/

.CCPager_OtherPage, .CCPager_CurrentPage {
	border: solid 0px #3B5998;
	padding: 1px 2px 1px 2px;
	margin: 1px;
	font-size: 14px;
}

.CCPager_CurrentPage {
	font-weight: bold;
}



/*--------------------
UserPage
--------------------*/

.userPageIsOnline {
	font-weight: bold;
	color: Green;
}

.userPageIsOffline {
	font-weight: bold;
	color: Red;
}

.userPageNickLabel {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

.userPageTitlePicture {
	background-repeat: no-repeat;
	height: 40px;
	padding: 0px 0px 0px 50px;
	margin-bottom: 2px;
	float: left;
}


div.userPageContent {
	width: 550px;
	margin-left: 30px;
}

div.userPageGuestbook {
	width: auto;
	padding: 4px;
	margin: 4px;
	border: dotted 1px #ddd;
	background-color: #eee;
}

div.userPageContact {
	float: right;
}



/*------------------------
Listenformatierung
------------------------*/

div.definitionListContainer {
}

div.definitionListHeader {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: solid 1px #9BA6BB;
	padding: 1px 1px 1px 0px;
	margin: 5px 0px 0px 0px;
	display: block;
	clear: left;
}

div.definitionListContainer dl {
	margin: 0px;
	padding: 0px;
}

div.definitionListContainer dt {
	padding: 1px 0 3px 0;
	display: block;
	float: left;
	color: #333;
	clear: left;
	width: 110px;
}

div.definitionListContainer dd {
	display: block;
	padding: 1px 0 3px 0;
	float: left;
	width: 350px;
}


div.definitionListContainerHalf {
}

div.definitionListContainerHalf dl {
	margin: 0px;
	padding: 0px;
}

div.definitionListContainerHalf dt {
	padding: 1px 0 3px 0;
	display: block;
	float: left;
	color: #333;
	clear: left;
	width: 90px;
}

div.definitionListContainerHalf dd {
	display: block;
	padding: 1px 0 3px 0;
	float: left;
	width: 200px;
}

.definitionDivider {
	display: block;
	margin: 0px;
	width: auto;
	clear: both;
}


/*--------------------
Rounded Box
---------------------*/

.teaser {
	background-color: #FFFFFF;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	margin: 2px;
}

.teaser h4 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
}

.teaser a.more {
	background-image: url(../icons/pfeil.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	color: #335BAB;
	text-decoration: underline;	
}
.teaser a.more:hover {
	color: #3C4252;
	text-decoration: none;
}