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

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

body{
     background-color:#8C8C8C;
	 background-image:url(./img/background.jpg);
	 background-repeat:repeat-x;
	 font:.9em/1.3em Verdana, Arial, Helvetica, sans-serif;
	 color:#000000;
	 text-align:center;
	 }
a {
	color: Black;
}

a:hover {
	color: Purple;
	text-decoration: none;
}
/* ======== Seiten-Continer ========================*/
#container{
     width:956px;
	 margin:0px auto;
	 padding:0px;
	 text-align:left;
	 }


/* ======= Kopf Container =========================*/
#header{
    width:100%;
	height:107px;
	background-repeat:no-repeat;
	text-align:center;
	}
#logo{
	width:400px;
	height:126px;
	float:left;
	background-image:url(./img/ping.jpg);
	 background-repeat: no-repeat;
	color:#FFF;
}
#logo h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: 25px 15px 0px 0px;
	visibility: hidden;
}
#logo h2{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	padding: 10px 15px 0px 0px;
	visibility: hidden;
	
}
#logo a{
	color:#FFF;
	text-decoration:none;
}
#logo a:hover{
	color:#FFF;
	text-decoration:none;
}

#navileiste{
	float:left;
	width:520px;
	height:126px;
	background-image:url(./img/layout_04.gif);
	margin: 0px 0px 0px 0px;
}


#navigatioleiste{
	width:480px;
	height: 50px;
	margin:10px 50px 0px 0px;
	}
	
	
#navigatioleiste .home{
float:right;
	width: 150px;
	height: 50px;
	background-image: url(./img/home.jpg);
	 background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 15px 0px 0px 0px;
}
#navigatioleiste .blogs{
float:right;
	width: 150px;
	height: 50px;
	background-image: url(./img/blogs.jpg);
	 background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 15px 0px 0px 0px;
}
#navigatioleiste li{
	list-style: none;
	display:inline;
	height:25px;
	margin:0px 25px 0px 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

#navileiste a{
	color: #5C0E32;
	margin: 20px 0px 0px 0px;
}

#navileiste a:hover{
	
	color:#F02B88;
}
#unternavi{
	float:left;
	width:820px;
	height:50px;
	margin:20px 0px 0px 0px;
	background-image:url(./img/layout_07.gif);
}	
/* ====== Wrapper-Continer =========================*/

#wrapper{
    width:100%;
	overflow:auto;
	background-repeat:repeat-x;
	}

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

#content{
   float:left;
	
	width:950px;
	
	}
	
#obencontent{
	float:left;
	width: 620px;
	height: auto;
	overflow: auto;
	margin: 40px 0px 0px 0px;

	
}
#obencontentaddform{
	float:left;
	width: 930px;
	height: auto;
	overflow: auto;
	margin: 40px 0px 0px 0px;

	
}
#obencontentunten{
	width:620px;
	height:10px;
	margin: 0px 0px 20px 0px;
	}

#newpost{
	float:left;
	width:590px;
	margin: 10px 10px 5px 20px;
	text-align:left;
	}
	
#newpost fieldset{
	border: 0px none #520C2D;
	display: block;
	clear: both;
	padding: 10px 0px 10px 5px;
}
#newpost legend{
	
	font-weight:bold;
}

#newpost .addtime{
	
	font-size:0.6em;
}
#newpost .incat{
	font-weight:normal;
	font-size:0.6em;
}

/* ==== IE 6 Hack ===== */
* html #newpost{
	float:left;
	width:580px;
	margin: 0px 20px 5px 10px;
	text-align:left;
	
	
}
#newpost li{
	display: block;
	list-style: none;
	padding: 0px 0px 15px 10px;
}

#newpost a{
	color: #520C2D;
	font-weight: bold;
}

#newpost a:hover{
	color: #831B4C;
	font-weight: bold;
}


#mittecontentoben{
	width:100%;
	height:10px;
	background-image:url(./img/layout_13.gif);
	background-repeat:no-repeat;
	
	}	

	
#mittecontent{
clear: both;
	float: left;
	width: 580px;
	margin: 0px 0px 0px 0px;
}

#feedoffmoment{
	float: left;
	overflow: auto;
	text-align: left;
	padding: 5px 0px 5px 0px;
	background-image: url(./img/Katboxback.jpg);
}


#feedoffmoment fieldset{
	border: 0px none #520C2D;
	display: block;
	clear: both;
	padding: 10px 10px 10px 10px;
}
#feedoffmoment legend{
	
	font-weight:bold;
}
#feedoffmoment h1{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin:5px 0px 5px 0px;
}

#feedoffmoment img{
   width: 130px;
	float: left;
	border: 1px solid #000;
	padding: 3px;
	margin: 5px 5px 10px 0px;
}


/* ==== IE 6 Hack ======*/ 
* html #mittecontent{
	width:100%;
	background-image:url(./img/layout_08.gif);
	margin:-10px 0px 0px 0px;
	
}
/* ==== Ende IE6 Hack ==== */
#mittecontentunten{
	width:100%;
	height:10px;
	margin:0px 0px 20px 0px;
	}
/********* Kategorien ********/
#kategorien {
	clear: both;
	width: 550px;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background-image: url(./img/Katboxback.jpg);

	background-repeat: repeat-y;
	padding: 0px 30px 0px 20px;
}
/* ==== IE7 Hack ====== */
/**+html #kategorien {
	float: left;
	width: 585px;
	height: auto;	
	margin: 0px 0px 0px 0px;
	background-image: url(./img/Katboxback.jpg);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 30px;
}
/* ==== IE7 Hack Ende === */


* html #kategorien{
	width:500px;
	height: auto;
	
	background-color:green;
	/*background-image: url(./img/Katboxback.jpg);*/
	background-repeat: repeat-y;
	padding: 0px 30px 0px 20px;
	margin:-10px 0px 0px 0px;
	}
/* ==== Ende IE6 Hack === */


#kategorien fieldset{
width: 550px;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 30px;
}
#kategorien2 {
	width: 550px;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background-image: url(./img/Katboxback.jpg);
	padding:0px 35px 20px 25px;
}

#kategorien2 h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin:5px 0px 5px 0px;
}

#kategorien2 img{
   width: 130px;
	float: left;
	border: 1px solid #000;
	padding: 3px;
	margin: 5px 5px 10px 0px;
}
#kategorien3 {
	width: 550px;
	height: auto;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	background-image: url(./img/Katboxback.jpg);
	padding:0px 35px 0px 25px;
}

#kategorien3 h1{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin:5px 5px 5px 0px;
}

#kategorien3 img{
   width: 130px;
	float: left;
	border: 1px solid #000;
	padding: 3px;
	margin: 5px 5px 10px 0px;
}
#kategorien3 li{
list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 10px 5px 20px 5px;
}
#legend{
   width:601px;
	height: 42px;
   background-image: url(./img/Katboxhead.jpg);
}
#legend1{
   width:601px;
	height: 42px;
	margin: 0px 0px 0px 0px;
   background-image: url(./img/Katboxhead1.jpg);
}
#legend2{
   width:601px;
	height: 42px;
   background-image: url(./img/Katboxhead2.jpg);
}
#legendpost{
   width:601px;
	height: 42px;
   background-image: url(./img/Katboxpost.jpg);
}
#footer1{
   width:600px;
	height: 37px;
   background-image: url(./img/Katboxfoot.jpg);
}
#footer2{
   width:590px;
	height: 37px;
   background-image: url(./img/Katboxfoot.jpg);
}


/********* Tag Cloud *********/
ul#cattags { padding:0; margin:0; text-align:center; list-style:none; }
ul#cattags li { display:inline; font-size:0.9em; color:#000;}
ul#cattags li a{ text-decoration:none; } 
ul#tagcloud li a:link { text-decoration:none; }
ul#cattags li a:hover { text-decoration:underline; color:#520C2D; }
ul#cattags li.t1 a { color:#831B4C; font-size: 100%; }
ul#cattags li.t1 a:hover {font-size: 100%; color:#520C2D; }
ul#cattags li.t2 a { color:#831B4C; font-size: 120%; }
ul#cattags li.t2 a:hover { color:#520C2D; font-size: 120%; }
ul#cattags li.t3 a { color:#831B4C; font-size: 150%; }
ul#cattags li.t3 a:hover { color:#520C2D; font-size: 150%; }
ul#cattags li.t4 a { color:#831B4C; font-size: 180%; }
ul#cattags li.t4 a:hover { color:#520C2D; font-size: 180%; }
ul#cattags li.t5 a { color:#831B4C; font-size: 200%; }
ul#cattags li.t5 a:hover { color:#520C2D; font-size: 200%; }
ul#cattags li.t6 a { color:#831B4C; font-size: 220%; }
ul#cattags li.t6 a:hover { color:#F520C2D; font-size: 220%; }
ul#cattags li.t7 a { color:#831B4C; font-size: 240%; }
ul#cattags li.t7 a:hover { color:#520C2D; font-size: 240%; }
ul#cattags li.t8 a { color:#831B4C; font-size: 260%; }
ul#cattags li.t8 a:hover { color:#520C2D; font-size: 260%; }
ul#cattags li.t9 a { color:#831B4C; font-size:280%; }
ul#cattags li.t9 a:hover { color:#520C2D; font-size:280%; }
ul#cattags li.t10 a { color:#831B4C; font-size: 300%; }
ul#cattags li.t10 a:hover { color:#520C2D; font-size: 300%; }






#dreiteilerconteriner {
	
	width: 290px;
	height: auto;
	margin: 50px 0px 20px 610px;
}
/* ==== IE 6 Hack ==== */
* html #dreiteilerconteriner {
float:left;
	width:280px;
	height:auto;
	overflow:auto;
	display:inline;
	margin:80px 0px 20px 0px;
	}
/* ==== IE7 Hack ====== */
*+html #dreiteilerconteriner {
float:left;
	width:280px;
	overflow:auto;
	display:inline;
	margin:80px 0px 10px 0px;
	}
/* ==== IE7 Hack Ende === */
	
#kleincontainer_01{
	float:left;
	width:200px;
	margin:0px 20px 0px 0px;
	
	}
#kleincontainer_01 fieldset{
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 30px;
	
}
#kleincontainer_02{
float:left;
	width:200px;
	margin:0px 20px 0px 0px;
	}
#kleincontainer_03{
	float:left;
	width:200px;
	margin:0px 20px 0px 0px;
	}
#kleincontaineroben{
	
	width:210px;
	height:10px;
	}
#kleincontainerinhalt{
	width:280px;
	
	}
/* === IE 6 Hack ======= */

* html #kleincontainerinhalt{
	width:280px;
	margin:-10px 0px 0px 0px;
	}
/* ==== Ende IE6 Hack === */

#kleincontainerunten{
	
	width:200px;
	height:10px;
	}
 
#dreicontainermargin{
	float:left;
	width:20px;
	background-image:url(./img/20x20clear.gif);
}

#newblogstop{
	float: left;
	width: 280px;
	height: 44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	background-image: url(./img/neueblogs_01.jpg);
	background-repeat: no-repeat;
}

#freepicstop{
	float: left;
	width: 280px;
	height: 44px;
	
	margin: 0px 0px 0px 0px;
	background-image: url(./img/freepics.jpg);
	background-repeat: no-repeat;
}
#picofmoment{
	float: left;
	width: 280px;
	height: 44px;
	
	margin: 0px 0px 0px 0px;
	background-image: url(./img/picofmoment.jpg);
	background-repeat: no-repeat;
}
#sexsearch{
	float: left;
	width: 280px;
	height: 44px;
	
	margin: 0px 0px 0px 0px;
	background-image: url(./img/sexkontakte.jpg);
	background-repeat: no-repeat;
}

#newkeywords{
	float: left;
	width: 280px;
	height: 44px;
	margin: 0px 0px 0px 0px;
	background-image: url(./img/newkeywords.jpg);
	background-repeat: no-repeat;
}

	
#newblogs{
	float: left;
	width: 280px;
	height: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align:left;
	list-style:none;
	margin: 0px 0px 0px 0px;
	background-image: url(./img/neueblogs_02.jpg);
	}

#freepics{
	float: left;
	width: 260px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(./img/neueblogs_02.jpg);
	background-repeat: repeat-y;
	vertical-align: middle;
}


#freepicsPOM{
	float: left;
	width: 260px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(./img/neueblogs_02.jpg);
	background-repeat: repeat-y;
	vertical-align: middle;
}

#newblogsfooter{
	float: left;
	width: 280px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	background-image: url(./img/neueblogs_04.jpg);
	background-repeat: no-repeat;
	}
#newblogs fieldset{
	border: 0px solid #064c93;
	display: block;
	clear: both;
	padding: 5px 10px 10px 20px;
}
#newblogs legend{
	width:200px;
	font-weight:bold;
}	

#newblogs li{
	
	display: block;
	list-style:none;
	}

#newkeywords fieldset{
     border:1px solid #064c93;
     display:block;
     clear: both;
     padding: 5px 10px 10px 10px;
}
#newkeywords legend{
	float:left;
	font-weight:bold;
}	

#newkeywords li{
	
	display: block;
	list-style:none;
	}
#topkeywords{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align:left;
	list-style:none;
	margin: 5px 10px 10px 10px;
	}
#topkeywords fieldset{
     border:1px solid #064c93;
     
     clear: both;
     padding: 5px 10px 10px 10px;
}
#topkeywords legend{
	
	font-weight:bold;
}	

#topkeywords li{
	
	
	
	list-style: none;
	}

/* ============= Postvorschau ============= */

#feedforschaubox{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	list-style: none;
	margin: 10px 10px 10px 0px;
}
#feedforschaubox fieldset{
	clear: both;
	float: left;
	width: 460px;
	border: 0px solid #064c93;
	display: block;
	padding: 5px 10px 10px 0px;
}
#feedforschaubox legend{
	width: 550px;
	font-weight:bold;
}
#pagenr{
	float:left;
	width:500px;
	margin:5px;
}

#postbox{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align:left;
	list-style:none;
	margin: 10px 10px 10px 10px;
	}
#postbox fieldset{
width: 480px;
float:left;
     border:0px solid #064c93;
     display:block;
     clear: both;
     padding: 5px 10px 10px 10px;
}
#postbox legend{
	
	font-weight:bold;
}
#postbox img{
	float:left;
	border: 1px solid #000;
	padding:5px;
	margin: 5px 10px 10px 0px;
}

#reklamebox{
	float: left;
	width: 500px;
	margin: 0px 0px 0px 10px;
}

#reklamebox img{
   width: 500px;
	float: left;
	
	padding: 3px;
	margin: 5px 5px 10px 0px;
}

/* ======== IE6 und IE 7 Hack =============== */
* html #reklamebox{
	float:left;
	width:600px;
	margin:0px 0px 0px 0px;
}

*+ html #reklamebox{
	float:left;
	width:600px;
	margin:0px 0px 0px 0px;
}
/* ========== Ende IE Hacks ============== */
.highlighting{
	color: White;
}


	
/* ========= Ende kleine  Container ======= */


#advancedesc{
	text-align:left;
	margin: 10px 10px 10px 10px;
	}
#advancedesc label{
    display:block;
	font-size: 0.8em;
	float: left;
	width: 100px;
	text-align:left;
	color:#000;
	margin:5px 0px 0px 0px;
     }
#advancedesc fieldset{
     border:1px solid #064c93;
     display:block;
     clear: both;
     padding: 10px 10px 10px 10px;
     }
#advancedesc legend{
	
	font-weight:bold;
}

#advancedesc .advanccombi{
	float:left;
	display:block;
	width:100px;
	font-weight:bold;
}


#advancedesc .advancdectext{
	/*float:left;*/
	display:block;
	/*width:900px;*/
	font-size: 0.9em;
	
}

/* ====== Partner Links ====== */
#linkpartner{
	
	font-size:0.7em;
	color:#000;
	
}
#linkpartner .linkspartnertitel{
	
	color:#FFF;
	font-weight:bold;
	
}

/* ====== Formulare  ======== */
#suchformoben{
	float: left;
	width: 280px;
	height: 105px;
	text-align: center;
	background-image: url(./img/search.jpg);
	background-repeat: no-repeat;
	padding: 30px 0px 0px 0px;
}
#suchformoben label{
   
	font-size: 0.8em;
	float: left;
	width: 50px;
	text-align:left;
	color:#5C0E32;
	margin:5px 0px 0px 0px;
     }

#suchformoben input.text {
	font-size: 0.9em;
	border: 1px solid #5C0E32;
	padding:2px;
	margin:5px 0px 0px 0px;
}
#suchformoben select {
	font-size: 0.8em;
	width: 150px;
	border: 1px solid #064c93;
	padding:2px;
	margin:5px 0px 0px 0px;
}
#suchformoben fieldset{
	border: 1px none #064c93;
	display: block;
	clear: both;
	padding: 10px 10px 10px 10px;
}
#suchformoben legend{
	
	font-weight:bold;
}
#suchformoben .submit{
    background: url( ./img/fade-butt.png );
    border: 1px solid #064c93;
	font-size: 0.9em;
	width:auto;
	cursor:hand;
	margin:5px 0px 0px 0px;
     }
	 
/* ======= Suchformular vorschauseiten ========= */
#suchformvorschau{
	
	margin: 10px 10px 10px 10px;
	}
#suchformvorschau label{
    display:block;
	font-size: 0.8em;
	float: left;
	width: 100px;
	text-align:left;
	color:#000;
	margin:5px 0px 0px 0px;
     }

#suchformvorschau input.text {
	font-size: 0.9em;
	border: 1px solid #064c93;
	padding:2px;
	margin:5px 0px 0px 0px;
}
#suchformvorschau select {
	font-size: 0.8em;
	width: 150px;
	border: 1px solid #064c93;
	padding:2px;
	margin:5px 0px 0px 0px;
}
#suchformvorschau fieldset{
     border:1px solid #064c93;
     display:block;
     clear: both;
     padding: 10px 10px 10px 10px;
     }
#suchformvorschau legend{
	
	font-weight:bold;
}
#suchformvorschau .submit{
    background: url( ./img/fade-butt.png );
    border: 1px solid #064c93;
	font-size: 0.9em;
	width:auto;
	cursor:hand;
	margin:5px 0px 0px 0px;
     }
	 
/* ====== Add Blog Form gross ================*/
#addform{
	width:600px;
	margin: 10px 10px 10px 220px;
	}
/* ==== IE6 und 7 Hack ======= */
* html #addform{
	width:600px;
	margin: 10px 10px 10px 10px;
	}
*+ html #addform{
	width:600px;
	margin: 10px 10px 10px 10px;
	}	
	
#addform label{
    display:block;
	font-size: 0.8em;
	float: left;
	width: 250px;
	text-align:left;
	color:#000;
	margin:5px 0px 0px 0px;
     }
#addform label.hinweis{
    display:block;
	font-size: 0.8em;
	float: left;
	width: 250px;
	height:350px;
	text-align:left;
	color:#000;
	margin:5px 0px 0px 0px;
     }
/* ==== IE 6 und 7 Hack ====== */
* html #addform label.hinweis{
    display:block;
	font-size: 0.8em;
	float: left;
	width: 250px;
	height:400px;
	text-align:left;
	color:#000;
	margin:5px 0px 0px 0px;
     }
*+ html #addform label.hinweis{
    display:block;
	font-size: 0.8em;
	float: left;
	width: 250px;
	height:400px;
	text-align:left;
	color:#000;
	margin:5px 0px 0px 0px;
     }

#addform input.text {
	font-size: 0.9em;
	border: 1px solid #064c93;
	padding:2px;
	margin:5px 0px 0px 0px;
}
#addform textarea {
	font-size: 0.9em;
	border: 1px solid #064c93;
	padding:2px;
	margin:5px 0px 0px 0px;
}
#addform select {
	font-size: 0.8em;
	width: 180px;
	border: 1px solid #064c93;
	padding:2px;
	margin:5px 0px 0px 150px;
}
#addform fieldset{
     border:1px solid #064c93;
     display:block;
     clear: both;
     padding: 10px 10px 10px 10px;
     }
#addform legend{
	
	font-weight:bold;
}
#addform .submit{
	border: 1px solid #064c93;
	font-size: 0.9em;
	width: auto;
	cursor: hand;
	margin: 5px 0px 0px 450px;
}
#errorreport{
	
	font-weight:bold;
	color:#F02B88;
}
#meldung{
	
	text-align:left;
}
#meldung fieldset{
     border:1px solid #064c93;
     display:block;
     clear: both;
     padding: 10px 10px 10px 10px;
     }
#meldung legend{
	color:#F02B88;
	font-weight:bold;
}
/* ====== Footer-Continer ====================*/

#footer{
   clear:left;
	text-align:center;
	color:#5C0E32;
	margin:0px 0px 20px 0px;
	
	}
#footer a{
    color:#5C0E32;
	text-decoration:none;
	}
#footer a:hover{
    color:#5C0E32;
	text-decoration:none;
	}
#footerbalken{
  
	height:50px;
	width:400px;
	padding-top: 5px;
	background-image: url(./img/footer.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	
}
#germantraffictrade{
  
	height:300px;
	width:940px;
	padding-top: 50px;
	background-image: url(./img/footerlinks.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	
}
#copyright{
	padding:10px;
}
/* ======== END ============================*/