/***********************************************
* allgemein
***********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #597dd3;
}
a {
	color: #006;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

object {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 5px;
}

input.gesamt {
	background-color: #597dd3;
	color: #FFFFFF;
	border: none;
	width: 100%;
}

input.text, textarea.text {
	width: 100%;
}

input {
	padding: 3px;	
}

dd.csc-textpic-caption {
	background: none;
}

#center .csc-header {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#center {
	padding-bottom: 10px;
}

#container {
	MARGIN-LEFT: auto;
	WIDTH: 984px;
	MARGIN-RIGHT: auto;
	POSITION: relative;
	TOP: 10px;
	text-align: left;
}
#columns {
	WIDTH: 984px;
	POSITION: relative;
	TOP: 185px;
}
#header {
	LEFT: 0px; 
	BACKGROUND-IMAGE: url(style_FILES/oben.jpg); 
	WIDTH: 984px; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 185px;
}

#left {
	BACKGROUND-POSITION: left top;
	LEFT: 0px;
	BACKGROUND-IMAGE: url(style_FILES/links.jpg);
	WIDTH: 193px;
	BACKGROUND-REPEAT: no-repeat;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 720px;
	overflow: hidden;
}

/***********************************************
* rechte Spalte
***********************************************/
#right {
	POSITION: absolute;
	LEFT: 830px;
	WIDTH: 145px;
	TOP: 0px;
	BACKGROUND-COLOR: #597dd3;
	overflow: hidden;
	padding-left: 10px;
	font-size: 7pt;
	text-align: center;	
}

#center {
	LEFT: 193px;
	WIDTH: 629px;
	POSITION: absolute;
	TOP: 0px;
	BACKGROUND-COLOR: #597dd3;
	overflow: hidden;
	padding-left: 5px;
}

#content {
	text-align: left;
}

/***********************************************
* Titel
***********************************************/
IMG#home {
	float: left;
	margin-left: 7px;
}
DIV.title {
	float: right;
	text-align: right;
}

/***********************************************
* Menüs
***********************************************/
#header {
	text-align: center;
}

#topmenu {
	margin-top: 130px;
}

#topmenu li {
	display: inline;
}
ul#leftmenu {
	margin-left: 20px;
	text-align: left;
}
#leftmenu li {
/*	display: inline; */
	list-style: none;
	margin: 0px;
}


/***********************************************
* Sponsoren
***********************************************/
UL.sponsoren {
	margin: 0px;
}
.sponsoren LI{
	display: block;
	margin: 3px;
	text-align: center;	
}

/***********************************************
* Links
***********************************************/
UL.links {
	margin: 0px;
}
.links LI {
	float: left;
	display: block;	
	width: 148px;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}

/***********************************************
* Gästebuch Liste
***********************************************/
.guestbook_date {
	float: right;
}
.guestbook_comment {
	margin-top: 3px;
	font-style: italic;
}

/* ####################################
** ### FCE 3 Boxes with rounded edges #
** ####################################
*/

.REboxGreenContent, .REboxRedContent, .REboxBlueContent {
	overflow: hidden
	display: block; 
	padding: 5px;
}
* html .REboxGreenContent, * html .REboxRedContent, * html .REboxBlueContent {height:1%}

.REboxGreen, .REboxRed, .REboxBlue {
	display: block;
	background: transparent;
	clear: left;
	color: #333333;	
	margin-bottom: 5px;
}
.REboxGreen a, .REboxRed a, .REboxBlue a, .REboxGreen hr, .REboxRed hr, .REboxBlue hr{
	color: #333333;
	border-color:-moz-use-text-color -moz-use-text-color #333333;	
}
.REboxGreen p, .REboxRed p, .REboxBlue p {
	margin:0 2px;
	padding:2px 0;
	line-height:1.2em;
}
.REboxGreenContent h1, .REboxGreenContent h2, .REboxGreenContent h3, .REboxGreenContent h4, .REboxGreenContent h5, .REboxRedContent h1, .REboxRedContent h2, .REboxRedContent h3, .REboxRedContent h4, .REboxRedContent h5, .REboxBlueContent h1, .REboxBlueContent h2, .REboxBlueContent h3, .REboxBlueContent h4, .REboxBlueContent h5 {margin-top:0;}

/* green */
.REboxGreenContent {background:#dfd; border-left:1px solid #bdb; border-right:1px solid #bdb;}
.rGline1, .rGline2, .rGline3, .rGline4 {display:block; overflow:hidden; font-size:1px;}
.rGline1, .rGline2, .rGline3 {height:1px;}
.rGline2, .rGline3, .rGline4 {background:#dfd; border-left:1px solid #bdb; border-right:1px solid #bdb;}
.rGline1 {margin:0 5px; background:#bdb;}
.rGline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rGline3 {margin:0 2px;}
.rGline4 {height:2px; margin:0 1px 0 1px;}

/* red */
.REboxRedContent {background:#fdd; border-left:1px solid #dbb; border-right:1px solid #dbb;}
.rRline1, .rRline2, .rRline3, .rRline4 {display:block; overflow:hidden; font-size:1px;}
.rRline1, .rRline2, .rRline3 {height:1px;}
.rRline2, .rRline3, .rRline4 {background:#fdd; border-left:1px solid #dbb; border-right:1px solid #dbb;}
.rRline1 {margin:0 5px; background:#dbb;}
.rRline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rRline3 {margin:0 2px;}
.rRline4 {height:2px; margin:0 1px 0 1px;}

/* blue */
.REboxBlueContent {background:#f0f0f4; border-left:1px solid #ccd; border-right:1px solid #ccd;}
.rBline1, .rBline2, .rBline3, .rBline4 {display:block; overflow:hidden; font-size:1px;}
.rBline1, .rBline2, .rBline3 {height:1px;}
.rBline2, .rBline3, .rBline4 {background:#f0f0f4; border-left:1px solid #ccd; border-right:1px solid #ccd;}
.rBline1 {margin:0 5px; background:#ccd;}
.rBline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rBline3 {margin:0 2px;}
.rBline4 {height:2px; margin:0 1px 0 1px;}
/* FCE 3 Boxes with rounded edges End */

.spalten2 {	
	column-count: 2;
	column-gap: 10px;
	column-rule: 1px dotted #BBB;
/*	text-align: justify; 	*/
}

.spalten3 {	
	column-count: 3;
	column-gap: 10px;
	column-rule: 1px dotted #BBB;
/*	text-align: justify; 	*/
}

/***********************************************
* Gästebuch Liste
***********************************************/
table.guestbook {
	width: 100%;
	background-color: #8888ff;
	margin-bottom: 10px;
}

.guestbook_head_l, .guestbook_head_r{
	color: #597DD3;
	background-color: #ffffff;
}

.guestbook_head_l {
	width: 80%;
}

.guestbook_head_l a{
	color: #597DD3;
}

.guestbook_head_r, {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	vertical-align: top;
}

.tx-wecflashplayer-pi2 {
	margin-bottom: 5px;
}
