* { margin: 0px; padding: 0px; outline: none; }

html, body { height:100%; margin: 0px; padding: 0px; outline: none;}

body {

	background-color:#BC422F;
	color:#000000;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

/* Header */


#al 	{
	border: 4px solid #FFFFFF;
	width: 994px;
}
#all 	{
	background-color:#FFFFFF;
	width: 990px;
	border: 2px solid black;
	text-align:left;
	

}

#header_all {
	width: 990px;
	
}

/* content */

#content{
	width: 990px
}

#content_links {
	float:left;
	width:200px;
}

#content_mitte {
	background-color:#FFFFFF;
	float:left;
	width:750px;
	height:100%;
	margin-left: 15px;

}

#content_rechts {
	float: right;
	width:200px;
	margin-left: 10px;
	font-size:0.8em;
}

#footer {

	//float:right;
	width:990px;
	text-align:center;
	font-size:1.8ex;
	
}


/* Textformate */
h4 {
	width: 165px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #D6373F;
}

hr	{
	color: #D6373F;
	border-color: #990000;
	background-color: #D6373F;
}


td	{
	vertical-align: top;
}

#editor_startseite td{ border:1px solid #CEAC86;}


/* Navigations effekt*/

#navcontainer a
{
	display: block;
	padding-left: 27px;
	width: 143px;
	background-color: #F5F9EB;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CEAC86;	
}

#navcontainer a:link, #navcontainer a:visited
{
	color: #990000;
	text-decoration: none;
	background-color: #F5F9EB;

}

#navcontainer a.last
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CEAC86;	
}

#navcontainer a:hover 
{	
	background-color: #FDE3E3;
	color: #FF0000;
}

#submenu a
{
	position:relative;
	top:-1px;
	display: block;
	padding-left: 40px;
	width: 143px;
	border: 0px;
	height:20px;
	
}

.submenu
{
	position:relative;
	top:-1px;
	display: block;
	padding-left: 40px;
	width: 143px;
	border: 0px;
	font-weight:500;
	height:20px;
	
}



/* Editor */
#symbole
{
	position:absolute;
	left:100px;
	top:228px;
	overflow: auto;
	z-index:2;
	float:left;
	background-color:#C0C0C0;
}

.imagebutton
{
	width:25px;
	height:23px;
	background-color:#C0C0C0;
	border: 2px solid #C0C0C0;
	float:left;
}

.image
{
	border:0px;
}


#kalender table, #kalender td{
	border: 1px solid #CEAC86;
	text-align:center;
	color:#D6373F;
	font-family:Verdana,Arial;
}

#kalenderbody td{
	color:#000000;
}

.kalender-today{
	background-color: #F59999;
}
#kalenderdiv{
width:100%;
}

.tabelle, .tabelle td {
border:1px solid #CEAC86;
}

/*Links*/

a:link,a:visited,a:active {color: #aa0000}


a:hover{
	color:#FF1010;
}

.ticker{
	font-size: 1.2em;
	color: #D6373F;
	border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: dotted;
		border-bottom-style: dotted;
		border-top-color: #CEAC86;
		border-bottom-color: #CEAC86;
	
}
 
 		div.img
 		  {
 		  margin:2px;
 		  border:none;
 		  height:auto;
 		  width:auto;
 		  float:left;
 		  text-align:center;
 		  }
 		div.img img
 		  {
 		  cursor:auto;
 		  display:inline;
 		  margin:3px;
 		  border:none;
 		  float:none;
 		  text-align:center;
 		  }
 		div.img a:hover img
 		  {
 		  border:none;
 		  }
 		div.desc
 		  {
 		  text-align:left;
 		  font-weight:normal;
 		  width:120px;
 		  margin:2px;
   }

