/*  
Theme Name:WordPress Theme Vorlage
Theme URI: 
Hier kannst Du walten und schalten wie Du magst und kannst.
viel Spass mts von http://www.texto.de
*/
/* fuer unterschiedliche Kommentare*/

.alt {
	background-color: Darkred;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}

/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0

}

body{
	background-color: Darkred;
	font: .9em/1.3em Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: White;
	text-align: center;
		background-repeat: repeat;
}
/* ======== Seiten-Continer ========================*/
#container{
	  background-color: #3D3D3D;
	width: 800px; /*height:250px;*/
		margin: 10px auto 10px auto;
	padding: 0px;
	border: 1px solid #581328;
	text-align: left;
	font-family: sans-serif;
	border: 1px solid White;
}

/* ======= Toptext - Container =========================*/
#toptext{
  height:45px;
 text-align:center;
 color:White;
 }
#toptext h1{
	font-size: 1.3em;
	color: White;
	font-family: sans-serif;
	margin: 5px;
}

#toptext a{
	font-size: 1.3em;
	color: White;
	font-family: sans-serif;
	margin: 5px;
}


/* ======= Kopf Container =========================*/
#header{
	width: 800px;
	height: 0px;
/*	background-image: url(images/header.jpg);
	background-repeat: no-repeat;*/
	text-align: center;
	border-top: 0px solid White;
	border-bottom: 0px solid White;
}
	
/* ====== Wrapper-Continer =========================*/

#wrapper{
display: inline;
	width: 801px;
	overflow: auto;
	background-color: BLACK;


}

/* ====== Inhalts-Container =====================*/

#content{
	display: inline;
	float: left;
	width: 500px;
	margin: 10px 50px 0px 70px;
	padding: 0px 00px;
}
	
	
	/* ====== Inhalts-Container-Box =====================*/

#contentbox{
	float: left;
	width: 480px;
	height: auto;
	margin: 0px 0px 25px 40px;
	padding: 0px 0px 0px 40px;
}

#contentbox h2 {
	font-size: 1.5em;
	color: Black;
	margin-bottom: 10px;
	border-bottom: 1px solid #581328;
	font-family: sans-serif;
}

#contentbox img {
	float: left; /*margin-left:1em;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 5px 0px;
}


#contentbox a {
	color: RED;
	text-decoration: underline;
	}
#contentbox a ul li :hover {
color:Gray;
text-decoration: underline;
}
#contentbox a:visited {
	color: RED;
	text-decoration: underline;
	}

/* *CONTENTBOX HEAD FOOTER*/

#contentboxhf{
	float: left;
	width: 440px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contentboxhf h2 {
	font-size: 1.7em;
	color: Darkblue;
	margin-bottom: 10px;
	border-bottom: 1px solid #581328;
	font-family: sans-serif;
}
/* ====== Inhalts-Container-Inside =====================*/

#contentboxinside{
	display: inline;
	float: left;
	width: 470px;
	height: auto;
	margin: 5px 5px 30px 10px;
	padding: 10px;
	font-size: 11px;
	border: 2px solid Darkred;
	background-color: WHITE;
	color:Black;
}

#contentboxinside h2 {
	font-size: 1.1em;
	color: #632D23;
	border-bottom: 1px solid BLACK;
	font-family: sans-serif;
	
}
#contentboxinside img {
	max-width: 470px;
	float: inherit; /*margin-left:1em;*/
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}
#contentboxinside a {
	color: #632D23;
	text-decoration: underline;
	}
#contentboxinside a ul li :hover {
color:Black;
text-decoration: underline;
}
#contentboxinside a:visited {
	color: BLACK;
	text-decoration: underline;
	}
/* ====== Rechte Seite =========================*/
#rightside{
    display:inline;
    float:left;
	width:140px;
	min-height: 950px;
	border: 0px solid White;
	padding: 10px 0px 0px 0px;
	margin: 10px 5px 10px 5px;
	padding: 0px 0px 230px 0px;
	text-align: left;
		font-size: 12px;
	color: White;
	}
	
#rightside ul li {
    line-height:22px;
    list-style:none;
    margin-bottom:2px;
    text-align:left;
}

#rightside a {
	display: inline;
	width: 100%;
	text-decoration: underline;
		color: White;
}

#rightside a:hover {
   color:White;
	width:100%;
   text-align:left;
		text-decoration: none;
}
#rightside a:visited {
	width:100%;
   text-align:left;
		text-decoration: underline;
			color: White;
}
#bannerrightside{
	margin: 10px 5px 0px 5px;
	padding: 0px;
}
#rightside h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid White;
	font-family: sans-serif;
}
/* ====== Inhalts-Container-Box-Links =====================*/

#contentboxrechts{
display:inline;
	font-size: 12px;
	color: White;
	float: left;
	width: 120px;
	height: auto;
	margin: 10px 0px 10px 15px;
	padding: 0px;
}
#contentboxrechts h1 {
   font-size: 1.3em;
   margin-bottom:20px;
   border-bottom:1px solid Silver;
}

#contentboxrechts h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid White;
	font-family: sans-serif;
}

#contentboxrechts ul{
font-size: 12px ;
	display: block;
	text-decoration: underline;
}

#contentboxrechts a{
font-size: 12px ;
	color: White;
		width:100%;
	text-decoration: underline;
}
#contentboxrechts a:visited {
font-size: 12px;
	color: White;
		width:100%;
	text-decoration: underline;
}
#contentboxrechts a:hover {
   font-size: 12px;
		color: White;
		width:100%;
	text-decoration: underline;
}


/* ====== Footer-Continer ====================*/

#footer{
    clear:left;
   height:20px;
	width:800px;
	text-align:center;
	color:#FFFFFF;
	
	}
#footer a{
    color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover{
    color:#CCCCCC;
	text-decoration:none;
	}

.cal_day
{
	color: White;
 font: 10px arial;
 }
.cal_table
{
	color: White;
width: 150px;
} 
.cal_td_header {
	color: White;
font: 0.7em arial;
}
.cal_td_week {
	color: White;
font: 0.7em arial;
}
.cal_td_back {
font: 0.7em arial;
}
.cal_td_forward {
font: 0.7em arial;
}
.cal_link {
font: 0.7em arial;
}
/*=========*/
#klickmich{
font-size: 25px ;
	font-weight: bold;
		color: #880191;
		width:100%;
	text-decoration: underline;
	line-height: 30px;
	text-align:center;
}
#klickmich a{
font-size: 25px ;
	font-weight: bold;
		color: #880191;
		width:100%;
	text-decoration: underline;
		line-height: 30px;
			text-align:center;
}
#klickmich a:visited {
font-size: 25px;
	font-weight: bold;
	color: #880191;
		width:100%;
	text-decoration: underline;
		line-height: 30px;
			text-align:center;
}
#klickmich a:hover {
	font-weight: bold;
   font-size: 25px;
	color: White;
		width:100%;
	text-decoration: underline;
		line-height: 30px;
			text-align:center;
}