/*
NewCom101 Stylesheet
====================
author: Bastian Posniak, J?rgen Holzmann
Copyright 2006 worldweb
*/

/* Sabine */
.module_mover td {background-color:#fff}



/* ===== Body Definition ===== */

body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: black;
}

#one-column-body {
	background: #fff url(../grafiken/site-bg/body-1c-bg.jpg) top left repeat-y;
}

#two-column-body {
	/*	background: #99b0ab url(../grafiken/site-bg/body-2c-bg.jpg) top left repeat-y; */
	background: #fff url(../grafiken/site-bg/body-2c-bg.jpg) top left repeat-y;

}

#three-column-body {
/*	background: #99b0ab url(../grafiken/site-bg/body-3c-bg.jpg) top left repeat-y; */
	background: #fff url(../grafiken/site-bg/body-3c-bg.jpg) top left repeat-y;
}

/* ===== Globals ===== */

/* ----- rein Text ----- */

a:link,
a:active,
a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: black;
}

.headline {
	color: #616D7B;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

a:link.headline,
a:active.headline,
a:visited.headline {
	color: #616D7B;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

a:hover.headline {
	text-decoration: underline;
}

a:link.boldo,
a:active.boldo,
a:visited.boldo {
	font-weight: bold;
	text-decoration: none;
}

a:hover.boldo {
	color: #B46920;
	text-decoration: underline;
}

a:link.boldg,
a:active.boldg,
a:visited.boldg {
	color: #23982B;
	font-weight: bold;
	text-decoration: none;
}

a:hover.boldg {
	color: #B46920;
	text-decoration: underline;
}

a:link.italic,
a:active.italic,
a:visited.italic {
	font-style: italic;
}

a:link.italico,
a:active.italico,
a:visited.italico {
	font-style: italic;
}

a:hover.italico {
	color: #B46920;
	text-decoration: underline;
}

a:link.gray,
a:active.gray,
a:visited.gray {
	color: #888;
}

a:hover.gray {
	color: #B46920;
	text-decoration: underline;
}

a:link.green,
a:active.green,
a:visited.green {
	color: #23982B;
}

a:hover.green {
	color: #B46920;
	text-decoration: underline;
}

.tagblock {
	background-color: #edebe6;
	padding: 5px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px solid #e2e3e3;
}

.tagblock a:hover {
	color: #B46920;
	text-decoration: underline;
}

.mod_del {
	background: url(../grafiken/mod/mod_delete.gif) top left no-repeat;
	margin-left: 1px;
	padding-right: 15px;
	height: 15px;
	cursor: pointer;
}

.mod_del1 {
	background: url(../grafiken/mod/mod_delete.gif) top left no-repeat;
	margin-left: 1px;
	padding-right: 15px;
	height: 15px;
	cursor: pointer;
}

.mod_lock {
	background: url(../grafiken/mod/mod_lock.gif) top left no-repeat;
	margin-left: 1px;
	padding-right: 15px;
	height: 15px;
	cursor: pointer;
}

.mod_edit {
	background: url(../grafiken/mod/mod_edit.gif) top left no-repeat;
	margin-left: 1px;
	padding-right: 15px;
	height: 15px;
	cursor: pointer;
}

.mod_move {
	background: url(../grafiken/mod/mod_move.gif) top left no-repeat;
	margin-left: 1px;
	padding-right: 15px;
	height: 15px;
	cursor: pointer;
}

.headline-big {
	color: #616D7B;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

.headline-big a:link {
	color: #616D7B;
}
.headline-big a:visited {
	color: #616D7B;
}
.date {
	color: #636464;
	font-size: 11px;
	font-style: italic;
}

.clear {
	clear: both;
}

.green {
	font-weight: bold;
	color: #23982B;
}

.red {
	font-weight: bold;
	color: #CE4141;
}

.orange {
	font-weight: bold;
	color: #E48D38;
}

.blue {
	font-weight: bold;
	color: #6B7EB4;
}

.gray {
	color: #888;
}

.msg_blue {
	color: #454C9A;
}

.msg_green {
	color: #58BA4F;
}

.msg_purple {
	color: #CC3ECB;
}

.msg_red {
	color: #CE4141;
}

.msg_yellow {
	color: #BEC344;
}

.msg_linkto, a:link.msg_linkto, a:visited.msg_linkto, a:active.msg_linkto {
	font-weight: bold;
	color: #B46920;
	text-decoration: underline
}

.msg_mailto, a:link.msg_linkto, a:visited.msg_linkto, a:active.msg_linkto {
	font-weight: bold;
	color: #B46920;
	text-decoration: underline;
}

.underline,
a:link.underline,
a:visited.underline,
a:active.underline {
	text-decoration: underline;
}

.through,
a:link.through,
a:visited.through,
a:active.through {
	text-decoration: line-through;
}

.orange,
a:link.orange,
a:visited.orange,
a:active.orange {
	font-weight: bold;
	color: #E48D38;
}

a:hover.orange {
	text-decoration: underline;
}

.oranged,
a:link.oranged,
a:visited.oranged,
a:active.oranged {
	font-weight: bold;
	color: #B46920;
}

a:hover.oranged {
	text-decoration: underline;
}

.blacko,
a:link.blacko,
a:visited.blacko,
a:active.blacko {
	color: black;
}

a:hover.blacko {
	color: #B46920;
	text-decoration: underline;
}

a:hover.orangedh {
	text-decoration: underline;
	color: #B46920;
}

.orangedu,
a:link.orangedu,
a:visited.orangedu,
a:active.orangedu {
	font-weight: bold;
	color: #B46920;
	text-decoration: underline;
}

a:hover.orangedu {
	text-decoration: underline;
}

.white,
a:link.white,
a:visited.white,
a:active.white {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:hover.orangedu {
	text-decoration: underline;
}


.tag1 {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	margin-left: 5px;
	color: #616d7b;
}


/* ----- Bereiche ----- */

.location_image-box {
	background-color: white;
	width: 470px;
	float: left;
}

.module_box {
	background-color: #f7f8f8;
	border: 1px solid #8795A4;
}

.module_box-inside {
	padding: 10px;
	font-size: 12px;
}

.module_box-bottom {
	background: #f7f8f8 url(../grafiken/module_box-bottom-bg.jpg) repeat-x;
	border-top: 1px solid #f7f8f8;
	height: 18px;
	padding: 4px 10px 2px 10px;
/*	color: #f7f8f8; sab*/
	color: #383838;
	margin: 0px;
}

.module_box-bottom a:link,
.module_box-bottom a:visited,
.module_box-bottom a:active {
	font-weight: bold;
	color: #383838; /*sab*/
}

.module_box-bottom a:hover {
	color: #000; /*sab*/
	text-decoration: underline;
}

.padding-wrapper {
	padding-bottom: 10px;
}

.detail_box-headline {
	padding: 2px 10px;
	margin: -10px -10px 5px -10px;
	background-color: #D9DDDC;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

.detail_box {
	background-color: #EDEBE6;
	padding: 10px 10px 5px 10px;
	font-size: 11px;
	margin-bottom: 5px;
}

.detail_box-small {
	background-color: #EDEBE6;
	padding: 2px 10px;
	font-size: 11px;
	margin-bottom: 5px;
}

.discription {
	background-color: #EDEBE6;
	padding: 10px;
	margin-bottom: 5px;
}

.user_image-online {
	border: 2px solid #23982b;
}

.user_image-offline {
	border: 2px solid #CE4141;
}

/* -> voting <- */

.blogvote_links {
	background: #EDEBE6; /*url(grafiken/blogs/bg.newblogbox.gif);*/
	color: #000000;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-left: -14px;
	padding: 10px;
	width: 129px;
}

.blsl {
	background: white;
	border: 1px solid #000000;
	float: left;
	height: 8px;
	margin: 1px;
	width: 8px;
}

.blsl0 {
	background: #D3D3D3;
	border: 1px solid #000000;
	float: left;
	height: 8px;
	margin: 1px;
	width: 8px;
}

.blsl1 {
	background: #C9D0CC;
	border: 1px solid #000000;
	float: left;
	height: 8px;
	margin: 1px;
	width: 8px;
}

.blsl2 {
	background: #B5C9BE;
	border: 1px solid #000000;
	float: left;
	height: 8px;
	margin: 1px;
	width: 8px;
}

.blsl3 {
	background: #A6C4B4;
	border: 1px solid #000000;
	float: left;
	height: 8px;
	margin: 1px;
	width: 8px;
}

.blsl4 {
	background: #8BBBA1;
	border: 1px solid #000000;
	float: left;
	height: 8px;
	margin: 1px;
	width: 8px;
}

.blsl5 {
	background: #71B28F;
	border: 1px solid #000000;
	float: left;
	height: 8px;
	margin: 1px;
	width: 8px;
}

.blsl6 {
	background: #58AA7E;
	border: 1px solid #000000;
	float: left;
	height: 8px;
	margin: 1px;
	width: 8px;
}

.blsl7 {
	background: #42A270;
	border: 1px solid #000000;
	float: left;
	height: 8px;
	margin: 1px;
	width: 8px;
}

.blsl8 {
	background: #319D64;
	border: 1px solid #000000;
	float: left;
	height: 8px;
	margin: 1px;
	width: 8px;
}

.blsl9 {
	background: #23985A;
	border: 1px solid #000000;
	float: left;
	height: 8px;
	margin: 1px;
	width: 8px;
}

.smil img {
	border: 0px;
	padding: 10px;
}

/* ----- Elemente ----- */

.inbut, input, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #636464;
}

form {
	padding: 0;
	margin: 0;
}

.smile_in img {
	border:0px;
}

.slider_big-bg {
	height: 33px;
	width: 505px;
	background-image: url(../grafiken/voting/slider-bg.gif);
}

.slider_big {
	height: 26px;
	width: 21px;
	background-image: url(../grafiken/voting/slider.gif);
}

.slider_small-bg {
	height: 19px;
	width: 120px;
	background: url(../grafiken/search/slider_small-bg.gif) top left no-repeat;
}

.slider_small {
	height: 14px;
	width: 11px;
	background-image: url(../grafiken/search/slider_small.gif);
}

.devider {
	border-top: 1px dotted #A2AED2;
	height: 10px;
}

.help-tipp-image {
	border: 1px solid #aaa;
	margin: 5px 0px;
}

/* ===== Header Area ===== */

#top-left-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 1000px;
	background: url(../grafiken/site-bg/top-left-gradient-small.jpg);
}

#top-right-gradient {
	margin-left: 988px;
	height: 1000px;
	background: url(../grafiken/site-bg/top-right-gradient-small.jpg);
}

#header-container {
	position: absolute;
	top: 0px;
	left: 9px;
	width: 979px;
	height: 70px;
	padding-top: 17px;
	/*background: url(../grafiken/header/top-border-small.gif) top left repeat-x;*/
	background: #ffffff url(../grafiken/header/logo-small.jpg) top left no-repeat;
}

#logo-area {
	display: none;
	width: 100%;
	height: 17px;
	background: #ffffff url(../grafiken/header/logo-small.jpg) no-repeat;
}

#main-navi-bg {
	width: 963px;
	height: 39px;
	background: #ffffff url(../grafiken/header/main-navi-bg.gif) repeat-x;
	padding-left: 16px;
}

#main-navi {
	position: absolute;
	left: 64px;
	top: 5px;
	width: 920px;
	height: 40px;

	font-size: 10px;
}

#main-navi a:link,
#main-navi a:active,
#main-navi a:visited {
	color: black;
	text-decoration: none;
}

#main-navi a:hover {
	color: #B46920;
	text-decoration: none;
}


#main-navi a {
	text-align:center;
	display: block;
	width:57px;
	float:right;
}

#main-navi .home {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_default.gif) top center no-repeat;
}

#main-navi .home:hover {
	background: url(../grafiken/icons/icon_default_ro.gif) top center no-repeat;
}

#main-navi .home_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_default_ro.gif) top center no-repeat;
}

#main-navi .controlcenter {
	width: 80px;
}

#main-navi .controlcenter_a {
	width: 80px;
}

#main-navi .controlcenter {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_controlcenter.gif) top center no-repeat;
}

#main-navi .controlcenter:hover {
	background: url(../grafiken/icons/icon_controlcenter_ro.gif) top center no-repeat;
}

#main-navi .controlcenter_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_controlcenter_ro.gif) top center no-repeat;
}

#main-navi .groups {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_groups.gif) top center no-repeat;
}

#main-navi .groups:hover {
	background: url(../grafiken/icons/icon_groups_ro.gif) top center no-repeat;
}

#main-navi .groups_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_groups_ro.gif) top center no-repeat;
}

#main-navi .blogs {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_blogs.gif) top center no-repeat;
}

#main-navi .blogs:hover {
	background: url(../grafiken/icons/icon_blogs_ro.gif) top center no-repeat;
}

#main-navi .blogs_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_blogs_ro.gif) top center no-repeat;
}

#main-navi .forums {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_forums.gif) top center no-repeat;
}


#main-navi .forums:hover {
	background: url(../grafiken/icons/icon_forums_ro.gif) top center no-repeat;
}

#main-navi .forums_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_forums_ro.gif) top center no-repeat;
}

#main-navi .photos {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_photos.gif) top center no-repeat;
}

#main-navi .photos:hover {
	background: url(../grafiken/icons/icon_photos_ro.gif) top center no-repeat;
}

#main-navi .photos_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_photos_ro.gif) top center no-repeat;
}

#main-navi .chat {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_chat.gif) top center no-repeat;
}

#main-navi .chat:hover {
	background: url(../grafiken/icons/icon_chat_ro.gif) top center no-repeat;
}

#main-navi .chat_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_chat_ro.gif) top center no-repeat;
}

#main-navi .classifieds {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_classifieds.gif) top center no-repeat;
}

#main-navi .classifieds:hover {
	background: url(../grafiken/icons/icon_classifieds_ro.gif) top center no-repeat;
}

#main-navi .classifieds_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_classifieds_ro.gif) top center no-repeat;
}

#main-navi .schedule {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_schedule.gif) top center no-repeat;
}

#main-navi .schedule:hover {
	background: url(../grafiken/icons/icon_schedule_ro.gif) top center no-repeat;
}

#main-navi .schedule_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_schedule_ro.gif) top center no-repeat;
}

#main-navi .bookmarks {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_bookmarks.gif) top center no-repeat;
}

#main-navi .bookmarks:hover {
	background: url(../grafiken/icons/icon_bookmarks_ro.gif) top center no-repeat;
}

#main-navi .bookmarks_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_bookmarks_ro.gif) top center no-repeat;
}

#main-navi .people {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_people.gif) top center no-repeat;
}

#main-navi .people:hover {
	background: url(../grafiken/icons/icon_people_ro.gif) top center no-repeat;
}

#main-navi .people_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_people_ro.gif) top center no-repeat;
}

#main-navi .search {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_search.gif) top center no-repeat;
}

#main-navi .search:hover {
	background: url(../grafiken/icons/icon_search_ro.gif) top center no-repeat;
}

#main-navi .search_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_search_ro.gif) top center no-repeat;
}

#main-navi .help {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_help.gif) top center no-repeat;
}

#main-navi .help:hover {
	background: url(../grafiken/icons/icon_help_ro.gif) top center no-repeat;
}

#main-navi .help_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_help_ro.gif) top center no-repeat;
}

#main-navi .video {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_video.gif) top center no-repeat;
}

#main-navi .video:hover {
	background: url(../grafiken/icons/icon_video_ro.gif) top center no-repeat;
}

#main-navi .video_a {
	padding-top: 35px;
	background: url(../grafiken/icons/icon_video_ro.gif) top center no-repeat;
}

#infobar {
	width: 936px;
	height: 30px;
	background: #edebe6 url(../grafiken/header/infobar-bg.gif) repeat-x;
	padding: 0 19px 0 24px;
}

#infobar .location {
	color: #616d7b;
	float: left;
	margin-top: 8px;
}

#infobar .login-area {
	float: right;
	margin-top: 8px;
	text-align: right;
	white-space:nowrap;
}

#infobar a.register {
	width: 120px;
	height: 21px;
	background: #e48d38 url(../grafiken/buttons/button_register-bg.gif) repeat-x;
	border-left: 1px solid #b46920;
	border-right: 1px solid #b46920;
	padding-top: 8px;
	float: right;

	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#infobar a.register:hover {
	width: 120px;
	height: 21px;
	background: #e48d38 url(../grafiken/buttons/button_register-bg_ro.gif) repeat-x;
	border-left: 1px solid #b46920;
	border-right: 1px solid #b46920;
	padding-top: 8px;
	float: right;

	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #646464;
}


/* ===== Content Area ===== */

#center-column {
	position: absolute;
	top: 85px;
	padding: 14px 15px 0px 15px;
	background: #D9DDDC url(../grafiken/site-bg/center-column-bg.jpg) top left repeat-x;
	min-height: 125px;
	height: auto !important;  /* firefox & co */
	height: 125px;  /* IE */
}

#three-column-body #center-column {
	left: 169px;
	width: 628px;
}

#two-column-body #center-column {
	left: 9px;
	width: 789px;
}

#one-column-body #center-column {
	left: 9px;
	width: 949px;
}

#sky-column{
	position: absolute;
	left: 990px;
	top:56px;
}

#center-column .switch-bg {
	background-color: #D9DDDC;
	padding-top: 5px;
}

#center-column input,
#center-column select {
	/*height: 20px;*/
	font-size: 14px;
	border: 1px solid #636464;
}

#center-column input {
	padding: 3px;
}

#center-column select {
	/*height: 30px;*/
	padding: 2px;
}

/* -- Module Headlines -- */

#center-column .topspace {margin-top:30px;}

#center-column h1 {
	font-size: 18px;
	font-weight: bold;
	color: #383838;
	margin: 10px 0 3px 0;
	padding: 11px 0px 10px 42px;
	background: url(../grafiken/icons2/icon_default.gif) left no-repeat;
}

#center-column h1.blogs {
	background: url(../grafiken/icons2/icon_blogs.gif) left no-repeat;
}

#center-column h1.bookmarks {
	background: url(../grafiken/icons2/icon_bookmarks.gif) left no-repeat;
}

#center-column h1.chat {
	background: url(../grafiken/icons2/icon_chat.gif) left no-repeat;
}

#center-column h1.classifieds {
	background: url(../grafiken/icons2/icon_classifieds.gif) left no-repeat;
}

#center-column h1.controlcenter {
	background: url(../grafiken/icons2/icon_controlcenter.gif) left no-repeat;
}

#center-column h1.forums {
	background: url(../grafiken/icons2/icon_forums.gif) left no-repeat;
}

#center-column h1.groups {
	background: url(../grafiken/icons2/icon_groups.gif) left no-repeat;
}

#center-column h1.help {
	background: url(../grafiken/icons2/icon_help.gif) left no-repeat;
}

#center-column h1.news {
	background: url(../grafiken/icons2/icon_news.gif) left no-repeat;
}

#center-column h1.people {
	background: url(../grafiken/icons2/icon_people.gif) left no-repeat;
}

#center-column h1.photos {
	background: url(../grafiken/icons2/icon_photos.gif) left no-repeat;
}

#center-column h1.video {
	background: url(../grafiken/icons2/icon_video.gif) left no-repeat;
}

#center-column h1.schedule {
	background: url(../grafiken/icons2/icon_schedule.gif) left no-repeat;
}

#center-column h1.search {
	background: url(../grafiken/icons2/icon_search.gif) left no-repeat;
}

#center-column h1.tags {
	background: url(../grafiken/icons2/icon_tags.gif) left no-repeat;
}

#center-column h1.vote {
	background: url(../grafiken/icons2/icon_vote.gif) left no-repeat;
}

#center-column h1 .switch {
	float: right;
	height: 40px;
	width:38px;
	margin-top: -18px;
	background: url(../grafiken/icons/icon_switch.gif) left no-repeat;
	cursor: pointer;
}

* html #center-column h1 .switch {
	margin-top: -30px;
}

#center-column h1.nachrichtencenter {
	background: url(../grafiken/icons/icon_nachrichtencenter.gif) left no-repeat;
}


#center-column h2.module_headline {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #383838;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-top: 1px dashed #444;
}

#loginbox {
	background: #f7f8f8 url(../grafiken/register/register-start-bg.jpg) top right no-repeat;
}

#loginbox input {
	border: 1px solid #B46920;
	width: 100px;
	/*height: 15px;*/
	/*padding: 3px;*/
	/*display: block;*/
	font-size: 11px;
}

#loginbox .button {
	width: 40px;
	height: 23px;
	background-color: #B46920;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 11px; /*dammit!!!*/
}

.step-one {
	width: 254px;
	float: left;
	background: #ffffff url(../grafiken/home/1.gif) left no-repeat;
	border: 1px solid #8795A4;
	font-size: 13px;
}

.step-two {
	width: 254px;
	margin-left: 10px;
	float: left;
	background: #ffffff url(../grafiken/home/2.gif) left no-repeat;
	border: 1px solid #8795A4;
	font-size: 13px;
}

.step-three {
	width: 254px;
	margin-left: 10px;
	float: left;
	background: #ffffff url(../grafiken/home/3.gif) left no-repeat;
	border: 1px solid #8795A4;
	font-size: 13px;
}

.user, .user_move {
	width: 114px;
	height: 96px;
	padding: 4px 0px 4px 7px;
	background-color: #F4F4F4;
	border: 1px solid #C9C9C9;
	text-align: left;
}

.user_move .user_name,
.user_move .user_name a:link,
.user_move .user_name a:active,
.user_move .user_name a:visited,
.user .user_name,
.user .user_name a:link,
.user .user_name a:active,
.user .user_name a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.user .user_name a:hover {
	font-weight: bold;
	color: #B46920;
	text-decoration: underline;
}

.user_move .user_image-online , .user .user_image-online  {
	float: left;
}

.user_move .user_image-offline, .user .user_image-offline {
	float: left;
}

.user_functions {
	float: right;
	height: 76px;
	width: 37px;
}

.user_functions a {
	border: none;
	display: block;
}

html > body .user .user_functions a {
}

.user_functions a:link.send-message,
.user_functions a:active.send-message,
.user_functions a:visited.send-message {
	margin: 0 0 2px 6px;
	height: 18px;
	width: 26px;
	display: block;
	background: url(../grafiken/user/user_send-msg.gif) left no-repeat;
}

.user .user_functions a:hover.send-message {
	background: url(../grafiken/user/user_send-msg_ro.gif) left no-repeat;
}

.user_functions .send-message-ia{
	margin: 0 0 2px 6px;
	height: 18px;
	width: 26px;
	display: block;
	background: url(../grafiken/user/user_send-msg_ia.gif) left no-repeat;
}

.user_functions a:link.chat,
.user_functions a:active.chat,
.user_functions a:visited.chat {
	margin: 0 0 2px 6px;
	height: 20px;
	width: 26px;
	display: block;
	background: url(../grafiken/user/user_chat.gif) left no-repeat;
}

.user .user_functions a:hover.chat {
	background: url(../grafiken/user/user_chat_ro.gif) left no-repeat;
}

.user_functions .chat-ia {
	margin: 0 0 2px 6px;
	height: 20px;
	width: 26px;
	display: block;
	background: url(../grafiken/user/user_chat_ia.gif) left no-repeat;
}

.user_functions a:link.view-id-card,
.user_functions a:active.view-id-card,
.user_functions a:visited.view-id-card {
	margin: 0 0 2px 6px;
	height: 17px;
	width: 26px;
	display: block;
	background: url(../grafiken/user/user_view-id-card.gif) left no-repeat;
}

.user .user_functions a:hover.view-id-card {
	background: url(../grafiken/user/user_view-id-card_ro.gif) left no-repeat;
}

.user_functions a:visited.view-id-card-ia {
	margin: 0 0 2px 6px;
	height: 17px;
	width: 26px;
	display: block;
	background: url(../grafiken/user/user_view-id-card_ia.gif) left no-repeat;
}

.user_functions a:hover {
	text-decoration: none;
}

.user_functions .user_matchfield {
	height: 15px;
	background-color: #a8a8a8;
	text-align: center;
	color: white;
	font-weight: bold;
}

.user_functions .user_matchfield-ia {
	height: 15px;
	background-color: #CBCDD0;
	text-align: center;
	color: white;
	font-weight: bold;
}

.user_block {
	height: 175px;
}

.mini-user_online {
	width: 116px;
	height: 35px;
	padding: 0 0 0 4px;
	border: 2px solid #23982b;
	margin-top: 5px;
}

.mini-user_offline {
	width: 116px;
	height: 35px;
	padding: 0 0 0 4px;
	border: 2px solid #CE4141;
	margin-top: 5px;
}

.mini-user_functions {
	float: left;
}

.mini-user_functions a,
.mini-user_functions .empty {
	margin-right: 2px;
	display: block;
	float: left;
}

.mini-user_functions a:link.send-message,
.mini-user_functions a:active.send-message,
.mini-user_functions a:visited.send-message {
	height: 13px;
	width: 22px;
	background: url(../grafiken/mini-user/mini-user_send-msg.gif) left no-repeat;
}

.mini-user_functions a:hover.send-message {
	background: url(../grafiken/mini-user/mini-user_send-msg_ro.gif) left no-repeat;
}

.mini-user_functions .send-message-ia {
	height: 13px;
	width: 22px;
	background: url(../grafiken/mini-user/mini-user_send-msg_ia.gif) left no-repeat;
}

.mini-user_functions a:link.chat,
.mini-user_functions a:active.chat,
.mini-user_functions a:visited.chat {
	height: 13px;
	width: 22px;
	background: url(../grafiken/mini-user/mini-user_chat.gif) left no-repeat;
}

.mini-user_functions a:hover.chat {
	background: url(../grafiken/mini-user/mini-user_chat_ro.gif) left no-repeat;
}

.mini-user_functions .chat-ia {
	height: 13px;
	width: 22px;
	background: url(../grafiken/mini-user/mini-user_chat_ia.gif) left no-repeat;
}

.mini-user_functions a:link.view-id-card,
.mini-user_functions a:active.view-id-card,
.mini-user_functions a:visited.view-id-card {
	height: 13px;
	width: 22px;
	background: url(../grafiken/mini-user/mini-user_view-id-card.gif) left no-repeat;
}

.mini-user_functions a:hover.view-id-card {
	background: url(../grafiken/mini-user/mini-user_view-id-card_ro.gif) left no-repeat;
}

.mini-user_functions .view-id-card-ia {
	height: 13px;
	width: 22px;
	background: url(../grafiken/mini-user/mini-user_view-id-card_ia.gif) left no-repeat;
}

.mini-user_functions a:hover {
	text-decoration: none;
}


.mini-user_matchfield {
	float: right;
	width: 40px;
	background-color: #a8a8a8;
	margin-top: -3px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.module_mover {
	margin-bottom: 25px;
}

.module_mover .rel {
	overflow: hidden;
}

/*
.module_mover td.switch-left,
.module_mover td.switch-right {
	width: 10px;
	background-color: #D9DDDC;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

*/

/* neue Pfeile Anfang*/

.module_mover td.switch-left
{
	background-color: #D9DDDC;
	background-image: url(../grafiken/arrows/arrow_left_bg.gif);
	vertical-align: middle;
	text-align: center;
	vertical-align:middle;
	cursor: pointer;
	border-top:1px solid #d76f1a;
	border-bottom:1px solid #d76f1a;

}

.module_mover td.switch-right
{
	background-color: #D9DDDC;
	background-image: url(../grafiken/arrows/arrow_right_bg.gif);
	vertical-align: middle;
	text-align: center;
	vertical-align:middle;
	cursor: pointer;
	border-bottom:1px solid #d76f1a;
	border-top:1px solid #d76f1a;
}


/* neue Pfeile Ende*/


.module_mover td.border {
	border-right: 1px dashed black;
}

#center-column .register_left-box {
	width: 470px;
}

#center-column .register_left-box input {
	width: 300px;
	margin-right: 10px;
}

#module_tagcloud {
	background-color: #f7f8f8;
	border: 1px solid #8795A4;
	padding: 15px 7px;
}

#module_tagcloud a.tag2 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin-left: 5px;
	color: #a8a8a8;
}

#module_tagcloud a.tag3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	margin-left: 5px;
	color: #a8a8a8;
}

#module_tagcloud a.tag4 {
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	margin-left: 5px;
	color: #a8a8a8;
}

#module_tagcloud a.tag5 {
	font-size: 24px;
	line-height: 27px;
	font-weight: normal;
	margin-left: 5px;
	color: #a8a8a8;
}

#module_tagcloud a.tag6 {
	font-size: 30px;
	line-height: 33px;
	font-weight: bold;
	margin-left: 50px;
	color: #E48D38;
}

#module_tagcloud a:hover {
	text-decoration: underline;
	color: #B46920;
}

#module_pictures {
	height: 270px;
	background-color: #f7f8f8;
	border: 1px solid #8795A4;
	padding: 10px;
}

#module_pictures .image-area {
	height: 269px;
	width: 370px;
	float: left;
}

#module_pictures .image-area img {
	border: none;
}

#module_pictures .image-area table {
	width: 370px;
	height: 240px;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

/*
#module_pictures .image-area table td.switch-left {
	width: 25px;
	height: 240px;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

*/

/* neue Pfeile Anfang*/
#module_pictures .image-area table td.switch-left {
	height: 240px;
	background-color: #ffffff;
	background-image: url(../grafiken/arrows/arrow_left_bg.gif);
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-top:1px solid #d76f1a;
	border-bottom:1px solid #d76f1a;
}
/* neue Pfeile Ende*/



#module_pictures .image-area table td.image {
/*	width: 320px; */
	width: 330px;
	height: 240px;
	background-color: #edebe6;
	vertical-align: middle;
	text-align: center;
}

/*
#module_pictures .image-area table td.switch-right {
	width: 25px;
	height: 240px;
	background-color: #8795A4; url(../pfeil/Bilder/pfeil-bg.gif) top left repeat-x;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

*/

/* neue Pfeile Anfang*/
#module_pictures .image-area table td.switch-right {
	height: 240px;
	background-color: #ffffff;
	background-image: url(../grafiken/arrows/arrow_right_bg.gif);
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-bottom:1px solid #d76f1a;
	border-top:1px solid #d76f1a;
}
/* neue Pfeile Ende*/


#module_pictures .image-area .navigation {
	float: left;
	background-color: #EDEBE6;
	width: 370px;
	height: 21px;
	text-align: center;
	margin-top: 2px;
	padding-top: 5px;
}

#module_pictures .image-area .navigation a {
	color: black;
}

#module_pictures .image-area .navigation a:hover {
	color: #B46920;
	text-decoration: underline;
}

#module_pictures .image-area .navigation .active {
	font-size: 13px;
	font-weight: bold;
	color: #B46920;
}

#module_pictures .text-area {
	height: 269px;
	width: 225px;
	float: right;
}

#module_pictures .text-area h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-image: none;
}

#module_pictures .text-area h2 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 10px 0;
	background-image: none;
}

#module_pictures .text-area h1 a,
#module_pictures .text-area h2 a {
	color: black;
	text-decoration: none;
}

#module_pictures .text-area h1 a:link:hover,
#module_pictures .text-area h2 a:link:hover {
	color: #B46920;
	text-decoration: underline;
}

/*
#module_pictures .text-area .description {
	background-color: #EDEBE6;
	height: 130px;
	width: 205px;
	padding: 10px;
	overflow: auto;
}

#module_pictures .text-area .tags {
	background-color: #EDEBE6;
	height: 52px;
	padding: 10px;
	margin-top: 5px;
	overflow: hidden;
}

#module_pictures .text-area .tags a {
	color: black;
}

#module_pictures .text-area .tags a:hover {
	color: #B46920;
	text-decoration: underline;
}
*/

.helpbox {
	background: #F7F8F8 url(../grafiken/helpbox-bg.gif) top right no-repeat;
	padding: 10px;
	width: 200px;
	border: 1px solid #616D7B;
}

.helpbox .headline {
	background-color: #616D7B;
	color: white;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin: -10px -10px 5px -10px;
}

#modules_voting {

}

#modules_voting table {
	width: 100%;
}

#modules_voting table td {
	border-top: 7px solid #f7f8f8;
}

#modules_voting table td.question {
	width: 200px;
	height: 23px;
	padding: 3px;
	border-right: 7px solid #f7f8f8;
	background: #D9DDDC;
}

#modules_voting table td.vote-bar {
	background: #edebe6 url(../grafiken/voting/voting_vote-bar-inaktive.gif) left no-repeat;
	height: 23px;
}

#modules_voting table td.result {
	background-color: #a8a8a8;
	width: 95px;
	padding-right: 10px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-align: right;
}

#modules_voting table td.result .percent {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#modules_voting table td.result .votes {
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	color: #F4F4F4;
	margin-left: 2px;
}

#module_classifieds {

}

#module_classifieds .classified-ad {
	border-top: 1px dashed black;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}

#module_classifieds .image-area {
	float: left;
	width: 80px;
}

#module_classifieds .image-area img {
	border: 1px solid #444;
}

#module_classifieds .text-area {
	float: right;
	width: 510px;
}

#module_classifieds .headline_offer a {
	/*color: #396F3A;*/
	color: #444444;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

#module_classifieds .headline_seek a {
	/*color: #38476D;*/
	color: #444444;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

#module_classifieds .offer {
	background-color: #FF9A48;
	padding: 4px 10px 4px 10px;
	margin-bottom: 5px;
	font-size: 11px;
}

#module_classifieds .seek {
	background-color: #8A8A8A;
	padding: 4px 10px 4px 10px;
	margin-bottom: 5px;
	font-size: 11px;
}

#module_classifieds .discription {
	background-color: #EDEBE6;
	padding: 10px;
	margin-bottom: 5px;
}

#module_classifieds .tags {
	background-color: #EDEBE6;
	padding: 10px;
}


#module_bookmarks {
}

#module_bookmarks .preview {
	height: 400px;
	background: url(../grafiken/backgrounds/bookmarks.gif) bottom left no-repeat;
	overflow: auto;
}

#module_bookmarks h2 {
	padding-left: 17px;
	background: url(../grafiken/bookmarks/star.gif) top left no-repeat;
	margin: 0;
	font-size: 15px;
	color: #E48D38;
}

#module_groups {

}

#module_groups .preview {
	height: 400px;
	background: url(../grafiken/backgrounds/groups.gif) bottom right no-repeat;
	overflow: auto;
}

#module_groups .preview img {
	float: left;
	border: 1px solid #444;
	padding: 2px;
}

#module_groups .preview .text-area {
	float: right;
	width: 180px;
}

#module_comment {}

#module_comment .image-area {
	float: left;
	width: 130px;
}

#module_comment .text-area {
	float: right;
	width: 470px;
}

#module_comment .offer {
	background-color: silver;
	padding: 5px;
	margin-bottom: 5px;
}

#module_comment .discription {
	background-color: #EDEBE6;
	padding: 5px;
	margin-bottom: 5px;
}

#module_comment .tags {
	background-color: #EDEBE6;
	padding: 5px;
}

.spacer_comment {
	border-top: 1px dashed black;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ===== Left & Right Column ===== */

.white-headline {
	width: 121px;
	height: 19px;
	background: white url(../grafiken/buttons/button_white-bg.gif) repeat-x;
	padding: 5px 14px 0 14px;
	display: block;

	font-size: 14px;
	font-weight: bold;
	color: #383838;
}

.blue-headline {
	width: 121px;
	height: 19px;
	background: #616D7B url(../grafiken/buttons/button_blue-bg.gif) repeat-x;
	padding: 7px 14px 0 14px;
	display: block;

	font-size: 11px;
	font-weight: bold;
	color: white;
}

/* .devider {
	width: 90%;
	border-top: 1px dashed #444444;
	height: 1px;
	margin-top: 3px;
}

html > body .devider {
	margin: 8px 0px;
} */

p {
	padding: 5px 0;
	margin: 0;
}

.arrow_expand-contract {
	border: none;
	float: right;
	width: 9px;
	height: 16px;
	background: url(../grafiken/arrows/arrow_expand-contract.gif) top center no-repeat;
}

.arrow_expand-contract-light {
	border: none;
	float: right;
	width: 9px;
	height: 16px;
	background: url(../grafiken/arrows/arrow_expand-contract-light.gif) top center no-repeat;
}


/* ===== Left Column ===== */

#left-column {
	position: absolute;
	top: 86px;
	left: 9px;
	width: 135px;
	padding: 0 0 20px 19px;
}

#left-column .headline {
	width: 140px;
	height: 17px;
	padding: 20px 0 0 19px;
	color: white;
	background: url(../grafiken/left-column-head.jpg) top left no-repeat;
	display: block;
	margin-left: -19px;
	margin-bottom: 0;
}

#left-column .blue-headline,
#left-column .white-headline {
	margin-left: -14px;
}

#left-column .profile_picture {
	border: 2px solid #636464;
	margin: 2px 0;
}

#left-column a.button {
	width: 121px;
	height: 18px;
	background-color: #fff8f2;
	border-top: 1px solid #edebe6;
	border-bottom: 1px solid #636464;
	padding: 2px 14px 0;
	display: block;
	margin-left: -14px;

	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #383838;
}

#left-column a.button:hover {
	background-color: white;
}

#left-column .devider {
	width: 120px;
	/*height: 0px;*/
	line-height: 0px;
	font-size: 0px;
	border-top: 2px outset white;
	/*margin-left: -14px;*/
	margin-top: 5px;
	margin-bottom: -5px;
}

html > body #left-column .devider {
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid white;
}



.event-headline_bt {
	width: 121px;
	height: 19px;
	background: #616D7B url(../grafiken/buttons/button_blue-bg.gif) repeat-x;
	padding: 7px 14px 0 14px;
	display: block;

	font-size: 11px;
	font-weight: bold;
	color: white;
}

.event-headline_mod {
	width: 121px;
	height: 19px;
	background: #616D7B url(../grafiken/buttons/button_blue-bg.gif) repeat-x;
	padding: 7px 14px 0 14px;
	display: block;

	font-size: 11px;
	font-weight: bold;
	color: white;
}

/* --- Teaser f?r Uploads/Erstellen von Inhalten --- */

.item_create {
	width: 129px;
	height: 71px;
	background: #fff url(../grafiken/backgrounds/item-create-bg.jpg) top left no-repeat;
	padding: 10px;
	margin-left: -14px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
}

.item_create a:link,
.item_create a:active,
.item_create a:visited,
.item_create a:hover {
	font-weight: bold;
	color: #FFFFFF;
}


/* ===== Right Column ===== */

#right-column {
	position: absolute;
	top: 86px;
	left: 829px;
	width: 133px;
	padding: 0 2px 0px 18px;
}

#right-column .blue-headline,
#right-column .event-headline_bt,
#right-column .event-headline_mod,
#right-column .white-headline {
	margin-left: -13px;
}


#right-column .headline {
	width: 140px;
	height: 17px;
	padding: 20px 0 0 19px;
	color: white;
	background: url(../grafiken/right-column-head.jpg) top left no-repeat;
	display: block;
	margin-left: -19px;
	margin-bottom: 0;
}

#right-column input {
	background-color: white;
	height: 12px;
	font-size: 12px;
	color: #444;
	margin: 3px 0;
}

#right-column input.fixed-width {
	width: 90px;
}

#right-column form {
	margin: 0;
	padding: 0;
}

#right-column .button {
	border: none;
	height: 17px;
	background-color: transparent;
}

#right-column #container_mini-user {
	background-color: #F4F4F4;
	margin: 0 -3px 0 -9px;
}

#right-column #container_mini-user .of {
	overflow: auto;
	height: 180px;
}

#right-column .hints {
	background-color: #edebe6;
	margin-left: -12px;
	margin-right: -2px;
	padding: 9px;
}

#right-column .hints .devider {
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	border-top: 2px outset white;
}

html > body #right-column .hints .devider {
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid white;
}

/* ----- Modul-Suche ----- */

.module-search {
	height: 60px;
	background: url(../grafiken/backgrounds/module_search-bg.jpg);
	margin-left: -14px;
	padding: 10px;
	width: 130px;
}

.module-search input {
	width: 110px;
	height: 16px;
}

/* ----- EventCenter ----- */

#eventcenter {
	background-color: #F4F4F4;
}

#eventcenter #headline_my-events {
	background: url(../grafiken/eventcenter/eventcenter_my-events-bg.jpg) no-repeat;
}
#eventcenter #headline_friend-events {
	background: url(../grafiken/eventcenter/eventcenter_friend-events-bg.jpg) no-repeat;
}

#eventcenter #headline_memorypoints {
	background: url(../grafiken/eventcenter/eventcenter_memorypoints-bg.jpg) no-repeat;
}

#eventcenter #headline_actual-events {
	background: url(../grafiken/eventcenter/eventcenter_actual-events-bg.jpg) no-repeat;
}

#eventcenter #headline_o2ochat {
	background: url(../grafiken/eventcenter/eventcenter_chat-events-bg.jpg) no-repeat;
}

#eventcenter .events_headline {
	padding: 2px 2px 2px 14px;
	background-color: #D9DDDC;
	font-weight: bold;
	color: black;
	border-top: 1px solid #B3B3B3;
}

#eventcenter .events_date {
	padding: 1px 2px 1px 14px;
	background-color: #E7F0F7;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #666;
}

#eventcenter .events_msg {
	padding: 2px 2px 2px 14px;
	margin-bottom: 5px;
}

#eventcenter #container_my-events {
	margin: 0 -3px 0 -13px;
	background-color: #F5F7F6;
}

#eventcenter #container_my-events .of { /* of = Overflow */
	overflow: auto;
	height: 400px;
}


#eventcenter #container_mod-video {
	margin: 0 -3px 0 -13px;
	background-color: #F5F7F6;
}

#eventcenter #container_mod-video p {
	margin: 3px 7px 0px 5px;
	padding: 0;
}

#eventcenter #container_mod-video .of { /* of = Overflow */
	overflow: auto;
	height: 400px;
}

#eventcenter #container_mod-group {
	margin: 0 -3px 0 -13px;
	background-color: #F5F7F6;
}

#eventcenter #container_mod-group p {
	margin: 3px 7px 0px 5px;
	padding: 0;
}

#eventcenter #container_mod-group .of { /* of = Overflow */
	overflow: auto;
	height: 400px;
}



#eventcenter #container_mod-miss {
	margin: 0 -3px 0 -13px;
	background-color: #F5F7F6;
}
#eventcenter #container_mod-miss p {
	margin: 3px 7px 0px 5px;
	padding: 0;
}

#eventcenter #container_mod-miss .of { /* of = Overflow */
	overflow: auto;
	height: 400px;
}


#eventcenter #container_friend-events {
	margin: 0 -3px 0 -13px;
	background-color: #F5F7F6;
}

#eventcenter #container_friend-events p {
	margin: 3px 7px 0px 5px;
	padding: 0;
}

#eventcenter #container_friend-events .of {
	overflow: auto;
	height: 400px;
}

#eventcenter #container_memorypoints {
	overflow: auto;
	margin: 0 -3px 0 -13px;
	background-color: #F5F7F6;
}


#eventcenter #container_memorypoints .of {
	overflow: auto;
	height: 300px;
	padding-top: 0px;
}

#eventcenter #container_memorypoints .memorypoints_headline {
	padding: 2px 2px 2px 14px;
	background-color: #D9DDDC;
	font-weight: normal;
	color: black;
}

#eventcenter #container_memorypoints .memorypoints_user a:link,
#eventcenter #container_memorypoints .memorypoints_user a:active,
#eventcenter #container_memorypoints .memorypoints_user a:visited {
	color: #606d7b;
	font-weight: bold;
	text-decoration: none;
}

#eventcenter #container_memorypoints .memorypoints_user a:hover {
	color: #606d7b;
	font-weight: bold;
	text-decoration: underline;
}

#eventcenter #container_memorypoints .memorypoints_topic {
	color: #616D7B;
	font-weight: bold;
}

#eventcenter #container_memorypoints .memorypoints_item {
	margin-left: 10px;
	width: 100px;
	float: left;
}

html > body #eventcenter #container_memorypoints .memorypoints_item {
	padding-left: 10px;
	padding-bottom: 5px;
}

#eventcenter #container_memorypoints .memorypoints_item a:link,
#eventcenter #container_memorypoints .memorypoints_item a:active,
#eventcenter #container_memorypoints .memorypoints_item a:visited {
	color: black;
}

#eventcenter #container_memorypoints .memorypoints_item a:hover {
	color: black;
}

#eventcenter #container_memorypoints p {
	margin: 2px 2px 2px 14px;
	padding: 0;
}

#eventcenter #container_o2ochat {
	overflow: auto;
	margin: 0 -3px 0 -13px;
	background-color: #F5F7F6;
}

#eventcenter #container_o2ochat .of {
	overflow: auto;
	height: 300px;
	padding-top: 0px;
}

#eventcenter #container_o2ochat .o2ochat_headline {
	padding: 2px 2px 2px 14px;
	background-color: #D9DDDC;
	font-weight: normal;
	color: black;
}

#eventcenter #container_o2ochat .o2ochat_user a:link,
#eventcenter #container_o2ochat .o2ochat_user a:active,
#eventcenter #container_o2ochat .o2ochat_user a:visited {
	color: #606d7b;
	font-weight: bold;
	text-decoration: none;
}

#eventcenter #container_o2ochat .o2ochat_user a:hover {
	color: #606d7b;
	font-weight: bold;
	text-decoration: underline;
}

#eventcenter #container_o2ochat .o2ochat_topic {
	color: #616D7B;
	font-weight: bold;
}

#eventcenter #container_o2ochat .o2ochat_item {
	margin-left: 10px;
	width: 100px;
	float: left;
}

html > body #eventcenter #container_o2ochat .o2ochat_item {
	padding-left: 10px;
	padding-bottom: 5px;
}

#eventcenter #container_o2ochat .o2ochat_item a:link,
#eventcenter #container_o2ochat .o2ochat_item a:active,
#eventcenter #container_o2ochat .o2ochat_item a:visited {
	color: black;
}

#eventcenter #container_o2ochat .o2ochat_item a:hover {
	color: black;
}

#eventcenter #container_o2ochat p {
	margin: 2px 2px 2px 14px;
	padding: 0;
}

#eventcenter #container_actual-events {
	background-color: #F5F7F6;
	margin: 0px -3px 0px -13px;
}

#eventcenter #container_actual-events .user_block {
	padding: 5px 10px 0 12px;
	margin: 0px 0px 0px 0px;
}

#eventcenter #container_actual-events .devider {
	margin: 0px -10px 0px -12px;
}

#eventcenter #container_actual-events a:link,
#eventcenter #container_actual-events a:active,
#eventcenter #container_actual-events a:visited {
	font-weight: bold;
	color: #B46920;
	text-decoration: none;
}

#eventcenter #container_actual-events a:hover {
	font-weight: bold;
	color: #B46920;
	text-decoration: underline;
}

#eventcenter #container_actual-events .user_block a:link,
#eventcenter #container_actual-events .user_block a:active,
#eventcenter #container_actual-events .user_block a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#eventcenter #container_actual-events .user_block a:hover {
	font-weight: bold;
	color: #B46920;
	text-decoration: none;
}

/* ===== Footer ===== */

#footer {
	height: 110px;
	background: #FF7300 url(../grafiken/footer/footer-bg.gif) bottom left no-repeat;
	color: white;
	padding: 0px 17px 17px 17px;
	margin: 0px -17px 0px -15px;
	border-top: 3px solid white;
	border-bottom: 15px solid #C64900;
}

#footer .links {
	float: left;
	height: 20px;
}

#footer .links a:link,
#footer .links a:visited,
#footer .links a:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#footer .links a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

#footer input {
	margin:0px;
	padding:0px;
	width:99%;
	font-weight: bold;
	border:0px;
	background:transparent;
	color:white;
	font-size:11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .ww {
	float: right;
	width: 170px;
	text-align: right;
	height: 50px;
}

#footer .ww a:link,
#footer .ww a:visited,
#footer .ww a:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#footer .ww a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

#two-column-body #footer {
	width: 785px;
}

.plugin_termin {}
#unn button {
	font-size: 12px;
	height:24px;
}

#unn input {
	font-size: 14px;
	height:16px;
}

#unn .button {
	margin:0px;
	padding:3px;
	height:24px;
	font-size: 11px; /*dammit!!!*/
}

/* --- Seitenzahlen --- */

.anvs {
	font-size: 11px;
	background: #a8a8a8;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 0px 5px 0px 5px;
	font-weight: normal;
}

.anvn {
	font-size: 11px;
	background: #616D7B;
	color: #FFFFFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px 5px 0px 5px;
	font-weight: normal;
	line-height: 15px;
}

.anva {
	font-size: 11px;
	background: #FE7C00;
	color: #FFFFFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	line-height: 15px;
}

a:link.anvn, a:active.anvn, a:visited.anvn {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a:hover.anvn {
	text-decoration: underline;
	background-color: #6B7EB4;
}

#left-column .newbutton {
	color:#ffffff;
	background-color:#ec923a;
	margin-left:10px;
	padding:0px 5px 0px 7px;
	font-weight:bold;
}

.logo-area_ad
{
	width:728px;
	height:90px;
	border:0px solid white;
	float:right;
	margin:15px 2px 0px 0px;
}



