/*  
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: #f8f8f8;
	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: #CF055B;
	font: .9em/1.3em Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #CF055B;
	text-align: center;
		background-repeat: repeat;
}
/* ======== Seiten-Continer ========================*/
#container{
	width: 800px; /*height:250px;*/
	background-color: #000000;
	margin: 0px 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: Black;
	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: 200px;
	background-color: #000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}
	
/* ====== Wrapper-Continer =========================*/

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


}

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

#content{
	display: inline;
	float: left;
	width: 500px;
	margin: 10px 50px 0px 10px;
	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;
	}
/* ====== 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 #CF055B;
	background-color: WHITE;
	color:Black;
}

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

#rightside ul li a {
	display: inline;
	width: 100%;
	color: Black;
	text-decoration: none;
}

#rightside ul li a:hover {
   color:Red;
	width:100%;
   text-align:left;
}
#bannerrightside{
	margin: 10px 5px 0px 5px;
	padding: 0px;
}
/* ====== Inhalts-Container-Box-Links =====================*/

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

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

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

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


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

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


