.focus-example .extra {
	display: block;
    transition: opacity 0.5s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

.chat {
	overflow: auto; 
	width: 100%; 
	height: 310px; 
	padding-left: 2px; 
}

.w_chat {
	width: 680px;
}

.focus-example:hover {
	width: 102%;
	left: -1%;
	position: relative;
	border-top: 1px solid #000;
}

.focus-example:hover .extra {
	opacity: 1;
	background: #fff;
    height: 27px;
	box-shadow: 1px 3px 5px #333;
}

div#profilbesucher .focus-example:hover .extra {
	height: auto;
}

/*.focus-example .extra {
	display: block;
    transition: height 0.5s;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

.focus-example:hover .extra {
	opacity: 1;
	background: #fff;
    height: 25px;
}*/

.focus-example div:hover {
	background: #efefef;
	display: block;
	height: 22px;
}

div#left .focus-example div img {

}

div#left .focus-example:focus {
	background: #c5c5c5 !important;
	/*color: #fff;*/
	transition-duration: 0.5s;
}

div#left .focus-example:focus {
	background: #c5c5c5 !important;
	/*color: #fff;*/
	transition-duration: 0.5s;
}

div#left .focus-example:hover {
	background: #c5c5c5 !important;
}

div#left .focus-example:focus td.center:hover {
	background: #EBEBEB;
	border-right: 0px none;
}

div#left .focus-example:focus td.w25.bdsr:hover {
	background: #EBEBEB;
	border-right: 1px solid #EBEBEB;
}

div#header {
	clear: both;
    height: 100px;

}

.vorschau_bild {
	max-width: 150px;
	max-height: 90px;
}

div#wq_headnav {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    letter-spacing: 1px;
    position: relative;
    top: 5px;
    width: 100%;
}

.wq_headmenu {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 100%;
}

.wq_headmenu li {
    display: inline;	
}

.wq_headmenu li a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    padding: 1px 1% 11px 11px;
    text-decoration: none;
	outline: 1px solid transparent;
}

/*.wq_headmenu li a {
    background: none repeat scroll 0 0 transparent;
    border-right: 1px solid #333333;
    color: #FFFFFF;
    float: left;
    padding: 6px 1% 6px 1%;
    text-decoration: none;
}*/

div#wq_navleft {
	margin-top: 5px;}

div#left a {
	display: block !important;
	width: 100% !important;
	background-color: transparent;
	font-weight: lighter;
}

div#left ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-top: 0px;
}

div#left a {
	
}

div#box {
    /*background-color: #990000;*/
    margin-left: 3px;
    margin-right: 10px;
}

div#test {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    display: inline-block;
    max-width: 250px;
    min-width: 120px;
}

.profillink {
	min-width: 130px;
}

/*.focus-example .extra {
display: none;
}

.focus-example:focus .extra  {
display: block; 
background: #fff; 
width: 100%;
}*/

/*div#left .focus-example:focus {
	background: #990000 !important;
	/*color: #fff;
}

div#left .focus-example:hover {
	background: #990000 !important;
}

div#left .focus-example:focus td.center:hover {
	background: #EBEBEB;
	border-right: 0px solid none;
}

div#left .focus-example:focus td.w25.bdsr:hover {
	background: #EBEBEB;
	border-right: 1px solid #EBEBEB;
}
*/
/*****************************************************
**													**
**		T a g   -   F o r m a t i e r u n g e n		**
**													**
*****************************************************/

body {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
	font-family: "Nunito", sans-serif;
}

h1 {
	color: #333;
	font-size: 22px;
	border-bottom: 1px solid #333;
	padding: 0px 0px 1px 10px;
}

h2 {
	color: #444;
	font-size: 18px;
	border-bottom: 1px solid #444;
	padding: 0px 0px 1px 10px;
}

h3 {
	line-height: 22px;
	/*width: 100%;*/
	text-align: center;
	margin: 0px;
    padding: 0px;
	font-size: 14px;
}

ul {
	margin: 0px 0px 0px 30px;
    padding: 0px;
}

/*****************************************************
**													**
**				G r u n d g e r ü s t				**
**													**
*****************************************************/

/* Rechter Streifen (optional) */
@media screen and (max-width: 1250px) {
	div#right {
		display: none;
	}
	
	#navigation a, #navigation span {
		font-weight: lighter;
	    margin-left: 0.3em;
	    margin-right: 0.3em;	
	}
	
	#navigation a.anz, #navigation a.anz:hover {
		margin-left: -0.8em;
	}
	
	.pbild_small {
		max-width: 110px;
		max-height: 150px;
	}
	
}

@media screen and (min-width: 1250px) {
	div#right {
 		display: table-cell; 
		width: 170px;
		vertical-align: top;
	}
	
	#navigation a, #navigation span {
		margin-left: 0.6em;
		margin-right: 0.6em;	
	}
	
	#navigation a.anz, #navigation a.anz:hover {
		margin-left: -0.8em;
	}
	
	div .hidethis {
		display: none;
	}
	
	.pbild_wide {
		max-width: 146px;
		max-height: 220px;
	}
	
}

div#right_content{
	border-radius: 0 0 25px 25px;
	padding: 10px 10px 20px;
}

div#right_content h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 165px;
	margin-left: -10px;
}

div#left_grafik  {
	/*height: 12px;
	background: #fff000;*/
	display: none;
	background-color: #777;
	border-radius: 75px;
	height: 20px;
}

div#right_grafik {
	/*background-color: #bbb;
	border-radius: 0px 0px 75px 75px;
	height: 25px;*/
	display: none;
}

div#left_empty, div#right_empty {
	/*background: none !important;
	border: 0px none !important;*/
	display: none;
}

div#footer {
    text-align: center;
	height: 35px;
	padding-top: 15px;
}


div#pathway {
    background: none repeat scroll 0 0 transparent;
    color: #333333 !important;
    font-size: 80%;
    width: 100%;
	border-bottom: 1px dotted #c5c5c5;
}

div#pathway a {
	position: relative;
	top: 0px;
	font-weight: lighter;
	margin: 0;
}

div#pagewidth {
    margin: auto;
    max-width: 1440px;
    min-width: 975px;
	border-top: 1px solid #333;
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
    position: relative;
	width: 92%;
}

div#mainbox {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

div#mainbox-row {
    display: table-row;
}

/* Subnavigation / Leftcol */
div#left {
    display: table-cell;
    padding: 0px;
	width: 223px;
    min-width: 160px;
	max-width: 300px;
	vertical-align: top;
}

div#left_content, div#left_content_profil {
	padding-top: 10px;
	padding-bottom: 20px;
}

/* Content */
div#middle {
    display: table-cell;
    min-width: 662px;
    max-width: 1000px;

	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 1px;
}

/*****************************************************
**													**
**					T a b e l l e n					**
**													**
*****************************************************/

th {
	padding: 3px;
	font-weight: normal;
	text-align: left;
}

.blaettern {
	text-align: center;
	padding: 16px;
}

/*****************************************************
**													**
**					F o r m u l a r e				**
**													**
*****************************************************/

.input:hover, .input:focus {
	border: solid 1px #000;
}

form {
	padding: 0px;
}

/*****************************************************
**													**
**						F e t z t 					**
**													**
*****************************************************/

a.fetzt_up {
	width: 16px;
}

#InfoBox {
	visibility:hidden;
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
	width:300px;
	background-color:#FDFEFF;
	border:4px solid #0090E0;
}

#BoxInnen {
	padding:15px;
}

#BoxInhalte {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-wrap: auto;
	color:#5F5F5F;
	
}

/*alt*/
/*div#online-buddies h3, div#profilbesucher h3 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 0px none;
}*/

.focus-example span, .focus-example a {
	padding-left: 5px;
}

#wq_navleft a:link {
	text-align: left;
	font-size: 90%;
}

#wq_navleft a:hover {
	text-align: left;
	font-size: 100%;
}

.photo-online {
	position: relative;
	right: 4px;
	top: -28px;
	overflow: auto;
}

.toggle_layout {
	position: absolute; 
	width: 183px; 
	height: 100px;
	margin-left: -175px;
	padding-left: -175px;
	background-image: url(../images/sonst/toggle.png);
	background-repeat:no-repeat;
	top: 30px;	
	z-index: 1000;
}


.head_box_online {
    position: relative;
	top: -29px;
}

div#header_profil_content {
   background: #fff;
   width: 62%;
    left: 10px;
    position: absolute;
    top: 10px;
    
    z-index: 5;
}

div#header_profil_content h1 {
    border-bottom: 0 none;
    padding: 0;
}

.focus-example a img {
padding-right: 20px;
}

.focus-example a { 
padding-right: -10px;
padding-left: 10px;
}

#profil_short {
	
}

#lampe {
	text-align: right;
	position: absolute;
	top: 2px;
	right: 5px;
}
div#left a .mod {
	padding-right: 5px;
}

.quote {
	font-style: italic; 
	padding: 6px; 
	font-weight: bold; 
	margin: 5px 15px 5px 15px; 
	width: 90%; 
	background:#f4f4f4; 
	color:#666666;
}
