.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}






/*lightbox*/
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*lightbox ende*/

.folder {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-position: inside;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.folder:hover {
	background-color: #999;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-position: inside;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.font20 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}

/*ticker start */
#domticker {
	width:600px;
	height:100px;
	border:1px solid #333;
	background-color:#F2FFFF
}
#domticker div { /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}
#domticker a {
	font-weight: bold;
}
#domticker2 {
	width: 600px;
	height: 100px;
	border: 1px solid black;
	padding: 3px;
}
#domticker2 a {
	text-decoration: none;
}
.someclass {
//class to apply to your scroller(s) if desired
}
/*ticker ende */
.blink {
	color: #F00;
	text-decoration: blink;
}
#echeck {
	position:absolute;
	width:32px;
	height:32px;
	z-index:1;
	left: 117px;
	top: 5px;
}
.albumpic {
	padding: 3px;
	border: 1px solid #666;
	margin: 3px;
}

/* Positive */
.positive_divs {
	color:#529214;
	background-color: #F9F9F9;
	border: 1px solid #EAFFCA;
	height: 25px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-position: inside;
	margin-right: 5px;
	margin-left: 5px;
}
.positive_divs:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
}
.positive_divs:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
}
/* Negative */
.negative_divs {
	color:#F00;
	background-color: #F9F9F9;
	border: 1px solid #FFE8E8;
	height: 25px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-position: inside;
	margin-right: 5px;
	margin-left: 5px;
}
.negative_divs:hover {
	background-color:#FFEAEA;
	border:1px solid #FF9191;
	color:#F00;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
}
.negative_divs:active {
	background-color:#529214;
	border:1px solid #F00;
	color:#fff;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
}
/* Standart */
.standart_divs {
	color:#09F;
	background-color: #F2FFFF;
	border: 1px solid #EAEAFF;
	height: 25px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-position: inside;
	margin-right: 5px;
	margin-left: 5px;
}
.standart_divs:hover {
	background-color:#DFFFFF;
	border:1px solid #71C6FF;
	color:#09F;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
}
.standart_divs:active {
	background-color:#CFF;
	border:1px solid #0FF;
	color:#fff;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
}
button.positive, .buttons a.positive {
	color:#529214;
	background-color: #F9F9F9;
	border: 1px solid #EAFFCA;
	height: 25px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-position: inside;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.buttons a.positive:hover, button.positive:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
	margin-bottom: 10px;
}
.buttons a.positive:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
	margin-bottom: 10px;
}
.msg_select {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	background-color: #F4FFFF;
}
.msg_select:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	background-color: #E1FFFF;
}
.votestar {
	float: left;
	height: 16px;
	width: 16px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(http://www.chatten-gehen.de/templates/cg/images/intern/bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(http://www.chatten-gehen.de/templates/cg/images/intern/bubble.png) bottom right;
}
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
.sectionbtn {
	background-color: #F2FFFF;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	width: 603px;
	border: 1px solid #333;
	height: 25px;
	font-family: Verdana;
	font-size: 14px;
	color: #666;
}
.sectionbtn:hover {
	background-color: #D9FFFF;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	width: 603px;
	border: 1px solid #333;
	height: 25px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
	color: #333;
}
.roundcorner {

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;

}
.sectionlink a {
	text-decoration: none;
	padding-left: 5px;
}
.sectionlink a:hover {
	text-decoration: none;
	padding-left: 5px;
}
.sectioncontent {
	background-color: #FFF;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	font-family: Verdana;
	width: 598px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #000;
}
.pbild {
	width:140px;
	border: 1px solid #333;
}
a {
	text-decoration: none;
}
body {
	margin: 0px;
	background-image: url(http://www.chatten-gehen.de/templates/cg/images/community/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e5e5e5;
}
.internhead {
	float: left;
	height: 25px;
	width: 606px;
	padding-right: 7px;
	padding-left: 7px;
}
.profilbild {
	width: 120px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #333;
}
.profilbild_small {
	width: 100px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #333;
}
.profilbtn a {
	float: left;
	background-color: #F2FFFF;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #CCC;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 16px;
	width: 190px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	text-decoration: none;
	font-family: Verdana;
	color: #666;
	font-size: 10px;
	padding-top: 3px;
	padding-left: 3px;
}
.profilbtn a:hover {
	float: left;
	background-color: #E8FFFF;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #999;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 16px;
	width: 190px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	text-decoration: none;
	font-family: Verdana;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	margin-left: 2px;
}
.internbigboxcontent {
	float: left;
	width: 603px;
	background-color: #FFF;
	-webkit-border-bottom-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 1px solid #666;
}
.fontf {
	font-family: Verdana;
}
.internbigboxinhalt {
	padding-right: 7px;
	padding-left: 7px;
	text-align: left;
}
/* Schrift */
.bold {
	font-weight: bold;
}
.font_l {
	text-align:left;
}
.internheadbtnhell a {
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
	width: auto;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
	height: 25px;
}
.round_box a {
	float: left;
	background-color: #F2FFFF;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #CCC;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 20px;
	width: 200px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	text-decoration: none;
	font-family: Verdana;
	color: #666;
	font-size: 12px;
	padding-top: 3px;
}
.round_box a:hover {
	float: left;
	background-color: #E8FFFF;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #999;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 20px;
	width: 200px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	text-decoration: none;
	font-family: Verdana;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.round_box_btns {
	float: left;
	background-color: #F2FFFF;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #CCC;
	height: 20px;
	width: auto;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	text-decoration: none;
	font-family: Verdana;
	color: #666;
	font-size: 12px;
	padding-top: 3px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.round_box_btns:hover {
	float: left;
	background-color: #E8FFFF;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #999;
	height: 20px;
	width: auto;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	text-decoration: none;
	font-family: Verdana;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
	padding-top: 3px;
}
.internheadbtnhell a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
	width: auto;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
	height: 25px;
	background-image: url(http://www.chatten-gehen.de/templates/cg/images/intern/internhead_lila_hover.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}
.font10 {
	font-family: Verdana;
	font-size: 10px;
}
.font12 {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.font9 {
	font-family: Verdana;
	font-size: 9px;
}
.font_red_bold {
	font-weight: bold;
	color: #F00;
}
.font_r {
	text-align:right;
}
.font_red {
	color: #F00;
}
option {
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.font_c {
	text-align:center;
}
.farbe_weiss {
	color:#FFF;
}
.bigboxtitel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	width: 611px;
	color: #FFF;
	text-align: justify;
	float: left;
	padding-left: 10px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.bigboxtitelontop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	width: 611px;
	color: #FFF;
	text-align: justify;
	float: left;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.bigboxcontent {
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-right-color: #00125e;
	border-bottom-color: #00125e;
	border-left-color: #00125e;
	background-color: #FFF;
	float: left;
	width: 609px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	-webkit-border-bottom-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}
.bigboxcontentanmelden {
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-right-color: #00125e;
	border-bottom-color: #00125e;
	border-left-color: #00125e;
	background-color: #FFF;
	float: left;
	width: 601px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	-webkit-border-bottom-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 4px;
	padding-left: 4px;
}
.box580px {
	width: 580px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
.box606px {
	width: 606px;
}
.box611px {
	width: 611px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	background-image: url(http://www.chatten-gehen.de/templates/cg/images/community/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #999;
	float: left;
	height: 38px;
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 10px;
	margin-top: 40px;
}
h1 {
	font-family: Verdana;
	font-size: 12px;
}
.footerlinks a {
	font-family: Verdana;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.footerlinks a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
}
.banner_sky {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
.newsbox {
	font-family: Verdana;
	font-size: 12px;
	height: 15px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #E6E6FF;
	width: 599px;
}
.newstitel {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
}
.newsdate {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	color: #333;
	float: right;
}
.newstext {
	font-family: Verdana;
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
	color: #000;
	float: left;
	padding-top: 10px;
}
.popu_user {
	margin: 5px;
	padding: 5px;
	height: 40px;
	width: 40px;
	border: 1px solid #999;
}
.popu_user:hover {
	height: 40px;
	width: 40px;
	border: 1px solid #333;
	background-color: #CECEFF;
	margin: 5px;
	padding: 5px;
}
.linkliste a {
	font-family: Arial;
	font-size: 10px;
	color: #009;
	text-decoration: none;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	width: 180px;
}
.linkliste a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #06F;
	text-decoration: none;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	width: 178px;
	background-color: #DFDFDF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.left {
	float: left;
	width: 180px;
	position: relative;
	margin-top: -30px;
}
.content {
	width: 611px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	clear: right;
	margin-top: 10px;
	text-align: center;
	position: relative;
}
.right {
	float: right;
	width: 180px;
	position: relative;
	margin-top: 10px;
}
.logo {
	background-image: url(http://www.chatten-gehen.de/templates/cg/images/community/logo.jpg);
	background-repeat: no-repeat;
	height: 154px;
	margin-bottom: 10px;
}
.menubox_login {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
}
.menubox a {
	float: left;
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-indent: 15px;
	background-image: url(http://www.chatten-gehen.de/templates/cg/images/community/menubox_middle.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menubox:hover a {
	float: left;
	width: 178px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #006;
	text-decoration: none;
	text-indent: 15px;
	background-color: #EFEFEF;
	background-image: url(http://www.chatten-gehen.de/templates/cg/images/community/menuleftnavpfeil.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	font-weight: bold;
}
.menuboxtitel {
	font-family:Verdana;
	font-size:12px;
	margin-top:5px;
	margin-left:5px;
}
.menubox_bottom {
	background-image: url(http://www.chatten-gehen.de/templates/cg/images/community/menubox_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 180px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menutop {
	float: right;
	width: auto;
	min-width:500px;
	background-image: url(http://www.chatten-gehen.de/templates/cg/images/community/headermenu_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
.site {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 991px;
}
.link_blau_10 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #00F;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.link_blau_10 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	margin-left:5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.contentbox {
	width: 295px;
	background-repeat: no-repeat;
	color: #000;
	background-image: url(http://www.chatten-gehen.de/templates/cg/images/community/boxbg_lila.jpg);
	margin-top: 10px;
	background-position: left top;
}
.contentboxinhalt {
	-webkit-border-bottom-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
.contentboxtitel {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-indent: 10px;
	text-align: left;
	font-weight: normal;
	padding-top: 5px;
}
.contentboxlinks a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	text-align: left;
	padding-left: 3px;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.contentboxlinks a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding-left: 3px;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.contentboxsubtitel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #0CC;
	padding-left: 5px;
	text-align: left;
	padding-bottom: 5px;
}
.textfeld_login {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #EFEFEF;
	border: 1px solid #CCC;
}
.btn_login {
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.menutopcontent {
	float: right;
	width: 991px;
	height: 30px;
}
.middle {
	width: 50%;
}
.topmenulinksbox {
	text-decoration: none;
	height: 30px;
	text-align: center;
	float:left;
	width: auto;
	padding-right: 4px;
	padding-left: 4px;
	letter-spacing: normal;
	text-indent: 5px;
	word-spacing: normal;
}
.topmenulinksbox:hover {
	text-decoration: none;
	background-image: url(http://www.chatten-gehen.de/templates/cg/images/community/menunavpfeil.jpg);
	height: 30px;
	text-align: center;
	float:left;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.topmenulinks a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	height: 30px;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}
.topmenulinks a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	margin-top: 7px;
	padding-top: 7px;
}
.zeilentrenner {
	float:left;
	min-width: 30px;
	text-align: center;
	text-indent: 2px;
	width: 611px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#klprofilbild {
	position:absolute;
	width:auto;
	height:40px;
	z-index:1;
	left: 12px;
	top: 99px;
}
#onlinestatus {
	position:absolute;
	width:13px;
	height:14px;
	z-index:1;
	left: 61px;
	top: 98px;
}
#statustext {
	position:absolute;
	width:42px;
	height:19px;
	z-index:1;
	left: 83px;
	top: 96px;
	color:#C00;
}
#logonickname a {
	position:absolute;
	width:157px;
	height:15px;
	z-index:1;
	left: 11px;
	top: 79px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
#logonickname:hover a {
	position:absolute;
	width:155px;
	height:19px;
	z-index:1;
	left: 12px;
	top: 79px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}
#logoanmelden a {
	position:absolute;
	width:114px;
	height:15px;
	z-index:1;
	left: 60px;
	top: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
}
#logoanmelden:hover a {
	position:absolute;
	width:114px;
	height:15px;
	z-index:1;
	left: 60px;
	top: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
/* Bargraphen*/
#vertgraph {
	width: 58px;
	height: 108px;
	position: relative;
	float:left;
	background: url("http://www.chatten-gehen.de/templates/cg/images/intern/saeulea.jpg") no-repeat;
	margin-left: 20px;
}
#vertgraph ul {
	width: 58px;
	height: 108px;
	padding: 0;
	float:left;
	margin: 0;
}
#vertgraph ul li {
	list-style-type:none;
	position: absolute;
	width: 58px;
	float:left;
	bottom: 0px;
	padding: 0 !important;
	background: url("http://www.chatten-gehen.de/templates/cg/images/intern/saeuleb.jpg") no-repeat !important;
	text-align: center;
	font-weight: bold;
	color: #009;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	margin: 0;
}
#vertgraph li.critical {
	left:0px;
	float:left;
	background-position: 0px bottom !important;
	z-index: 1;
}
#vertgraph li.high {
	left:0px;
	float:left;
	background-position: 0px bottom !important;
	z-index: 2;
	bottom: 43px;
	background: url("http://www.chatten-gehen.de/templates/cg/images/intern/leer.gif") no-repeat !important;
}
#vertgraph li.medium {
	left: 0px;
	background-position: 0px bottom !important;
	font-family: Verdana;
	font-size: 9px;
	color: #000;
	float: left;
	z-index: 3;
}
#vertgraph li.low {
	left: 251px;
	background-position: 0px bottom !important;
}
#vertgraph li.info {
	left: 327px;
	background-position: 0px bottom !important;
}
/* Bargraphen ende*/







#vertgraph2 {
	width: 58px;
	height: 108px;
	position: relative;
	float:left;
	background: url("http://www.chatten-gehen.de/templates/cg/images/intern/pica.jpg") no-repeat;
	margin-left: 20px;
}
#vertgraph2 ul {
	width: 58px;
	height: 108px;
	padding: 0;
	float:left;
	margin: 0;
}
#vertgraph2 ul li {
	list-style-type:none;
	position: absolute;
	width: 58px;
	float:left;
	bottom: 0px;
	padding: 0 !important;
	background: url("http://www.chatten-gehen.de/templates/cg/images/intern/picb.jpg") no-repeat !important;
	text-align: center;
	font-weight: bold;
	color: #009;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	margin: 0;
}
#vertgraph2 li.critical {
	left:0px;
	float:left;
	background-position: 0px bottom !important;
	z-index: 1;
}
#vertgraph2 li.high {
	left:0px;
	float:left;
	background-position: 0px bottom !important;
	z-index: 2;
	bottom: 43px;
	background: url("http://www.chatten-gehen.de/templates/cg/images/intern/leer.gif") no-repeat !important;
}
#vertgraph2 li.medium {
	left: 0px;
	background-position: 0px bottom !important;
	font-family: Verdana;
	font-size: 9px;
	color: #000;
	float: left;
	z-index: 3;
}
.oddrow, .addrow {
	background-color: #FEFEFE;
}
.evenrow {
	background-color: #EFEFEF;
}
.betragplus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #390;
}
.betragminus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
select, input, textarea, button {
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#vipico {
	position:absolute;
	width:48px;
	height:48px;
	z-index:1;
	left: 10px;
	top: 8px;
}
.logovip {
	background-image: url(http://www.chatten-gehen.de/templates/cg/images/community/logovip.jpg);
	background-repeat: no-repeat;
	height: 154px;
	margin-bottom: 10px;
}
.msg_selectunread {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	background-color: #9FFF9F;

}
.msg_selectunread:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	background-color: #8AFF8A;
}
