/*=====================================================
  Inhaltsverzeichnis
======================================================*/
/*
1. Algemeine Definitionen
2.Seiten Container
3_0 Toptext - Container
3.Kopf-Container
4.Wrapper-Continer 
4.Linke-Seite
5.Inhalts-Container
6.Inhalts-Container-Box
7.Rechte-Seite
8.Footer-Continer
*/

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

body{
	background-color: #515050;
	font: .9em/1.3em Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: White;
	text-align: left;
	background-image: url(images/back_left.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
/* ======== Seiten-Continer ========================*/
#container{
	width: 840px; /*height:250px;*/
	background-color: #400040;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-family: sans-serif;
	border: 1px solid Black;
}

/* ======= Toptext - Container =========================*/

/* ======= Kopf Container =========================*/
#header{
    width:840px;
	height:148px;
	background-color:Silver;
		background-image:url(images/head.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	}
	
#headergay{
    width:840px;
	height:148px;
	background-color:Silver;
		background-image:url(images/headgay.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	}
	/* ======= Kopf Navigation Container =========================*/
#headernavi{
    
	 width:840px;
	height:34px;
	background-color:Silver;
		background-image:url(images/b1.gif);
	background-repeat:repeat-x;
	background-position: top left;
	}
		#headernavi form{
	padding-top: 7px;
	}
	#headernavi input{

	width:auto;
	margin-left: 10px;
border: 1px Black solid;
	}
	
/* ====== Wrapper-Continer =========================*/

#wrapper{
    width:840px;
	overflow:auto;
    background-color:#333333;

	}

/* ====== Linke-Seite ============================*/ 
#leftside{
	float: left;
	width: 190px;
	margin: 10px 0px;
	background-color: #333333; /* padding-left: 160px;*/
	
}

#leftside ul li {
	margin: 0px 0px 0px;
	line-height: 22px;
	list-style: none;
	margin-bottom: 2px;
	text-align: center;
}

#leftside ul li a {
	display: block;
color: #4682B4;
	text-decoration: underline;
}

#leftside ul li a:hover {
    color:#581328;
    text-decoration: underline;
}
/* ====== Leftside Navi =====================*/

#leftsidenavi {
	float: left;
	display: inline;
	width: 190px;
	height: 21px;
	margin: 0px 0px 0px 0px;
	background-image:url(images/menue.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

#leftsidenavi a{
	margin: 0px 0px 0px 30px;
	color: WHITE;
	font-weight: bold;
	text-decoration: none;
}
#leftsidenavi a:hover{
	margin: 0px 0px 0px 30px;
	color: Silver;
	font-weight: bold;
	text-decoration: none;
}

#leftsideinfo {
	width: 190px;
	height: 34px;
	color: Silver;
	margin: 0px 0px 0px 0px;
	padding-bottom: 20px;
	background-color: Silver;

		background-image:url(images/b1.gif);
	background-repeat:repeat-x;
	background-position: top left;
}
/* ====== Inhalts-Container =====================*/

#content{
	float: left;
	background-color: #333333;
	width: 495px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
}
#content h1 {
   font-size: 1.3em;
   color:#000;
   margin-bottom:20px;
   border-bottom:1px solid #000;
}

#content h2 {
	font-size: 1.3em;
	color: Gray;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	font-family: sans-serif;
}

#content a {
	color: #101010;
	text-decoration: underline;
}
#content a ul li :hover {
color:#101010;
text-decoration: underline;
}

#bildrechts{
	float: right; 
	margin-left: 1em;
	padding-top: 0px;
	border: 1px dashed Gray;
}
/* ====== Inhalts-Container-Box =====================*/

#contentbox{
    font-size: 0.9em;
	float: left;
	width: 470px;
	height: auto;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	color: Silver;
}
#contentboxstart{   
	float: left;
	width: 495px;
	height: 595px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background-color: #333333;
	}
	
#contentboxchat{   
	float: left;
	width: 495px;
	height: 1000px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #333333;
	}
	
#contentbox img {
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 0px;
}

#contentbox h2 {
	font-size: 1.3em;
	color: Red;
	margin-bottom: 20px;
	border-bottom: 1px solid Gold;
	font-family: sans-serif;
}


#contentbox a:link {
	color: silver;
	text-decoration: underline;
}
#contentbox a:hover {
color:Red;
}
#contentbox a:visited {
color:Red;
}

/* ====== Links Inhalts-Container =====================*/ 
#contentlinks{

	width:470px;
	}
#contentlinks a {
	display: block;
	color: #4682B4;
	text-decoration: underline;
		list-style-image: none;
}
#contentlinks a ul li :hover {
	color: #581328;
	text-decoration: overline;
	list-style-image: none;
	list-style-type: lower-roman;
}
/* ====== Rechte Seite =========================*/
#rightside{
display: inline;
background: transparent;
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-left: 0px;
}
	
#rightside ul li {
	margin: 0px 0px 0;
	line-height: 22px;
	list-style: none;
	margin-bottom: 2px;
	text-align: center;
}

#rightside ul li a {
    display:block;
    color:#000000;
    text-decoration:none
}

#rightside ul li a:hover {
   color:#581328;
   
}
#bannerrightside{
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

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

#footer{
	float: left;
	background-image: url(images/b1.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 34px;
	width: 840px;
	text-align: center;
	color: #333333;
	padding: 5px 0px 0px 0px;
}
#footer a{
    color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover{
    color:#CCCCCC;
	text-decoration:none;
	}
/* ====== Vorschau Container =====================*/


#bildbox{
	background-color: #400040;
	float: left;
	width: 450px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 2px solid #FF1493;
}




/* ====== Inhalts-Container-Box-Links =====================*/
#titelimglinks{
	float: left;
	margin: 15px 0px 1px 5px;
	padding: 0px;
	display: inline;
}
#contentboxlinks{
	font-size: 12px;
	color: Black;
	float: left;
	width: 150px;
	height: auto;
	margin: 3px 0px 10px 0px;
	padding: 0px;
	display: inline;
}

#contentboxlinks h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: Gray;
	border-bottom: 1px solid Gold;
	font-family: sans-serif;
}

#contentboxlinks img{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	position: relative;
}

#contentboxlinks a {
font-size: 12px ;
	display: block;
	color: Black;
	text-decoration: underline;
}
#contentboxlinks a:visited {
font-size: 12px;
	display: block;
	color: Black;
	text-decoration: underline;
}
#contentboxlinks a:hover {
font-size: 12px;
	display: block;
	color: Red;
	text-decoration: underline;
}
/* ====== Inhalts-Container-Box-rechte Seite =====================*/
#titelimgrechts{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 120px;
	height: 21px;
	color: White;
	font-weight: bold;
	display: inline;
	background-image: url(images/menue.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


#contentboxrechts{
	background: transparent;
	font-size: 12px;
	color: White;
	float: none;
	width: 120px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	display: inline;
}
#contentboxrechtschat{
	background: transparent;
	font-size: 12px;
	color: White;
	float: left;
	width: 120px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
}

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

#contentboxrechts img{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#contentboxrechts a {
font-size: 12px ;
padding-left: 30px;
display: block;
color: White;
text-decoration: underline;
}
#contentboxrechts a:visited {
font-size: 12px;
	display: block;
	color: White;
	text-decoration: underline;
}
#contentboxrechts a:hover {
font-size: 12px;
	display: block;
	color: Silver;
	text-decoration: underline;
}
/* ====== Navi-Container =====================*/ 
#contentnavi{
clear: left;
	width:450px;
	}
#contentnavi a:link {
	display: inline;
	color: #FF1493;
	text-decoration: underline;
	list-style-image: none;
}
#contentnavi a:visited {
	display: inline;
	color: #FF1493;
	text-decoration: underline;
	list-style-image: none;
}
#contentnavi a:hover {
	display: inline;
	color: Silver;
	text-decoration: underline;
	list-style-image: none;
}
.singlebox{ 
      font-family: Arial, Verdana, Helvetica, sans-serif; 
      font-size: 12px; 
		color: Silver;
      float: left; 
      text-align: center; 
      margin-bottom: 4px; 
 } 
 .headline {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #Silver;
	font-style: italic;
	letter-spacing: 0.93px;
	text-align: left;
	padding-left: 20px;
	padding-top: 8px;
	width: auto;
} 
 .line { 
      margin-left: 14px; 
      margin-right: 14px; 
 } 
 .image {
	border: 0px solid Red;
	padding: 4px;
	margin: 8px 8px 8px 8px;
	background-color: #CC0000; /*width: 72px;*/
} 

 #singles .image img{
	width: 100px;
	height: 140px;
	border: 3px solid Black;
	padding: 2px;
	margin: 8px 12px 8px 0px;
	background-color: #000000;
}  
 #singles {
	width: 900px;
	height: 200px;
	border: 0px dotted #B5B6B5;
	margin: 10px;
	background-color: #CC0000;
	float: none;
}
/* ======== END ============================*/
