/* Allgemeine Vorformatierung der HTML Tags */
BODY				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #FFFFFF; color: #000000; margin: 0 0 5px 0; }
UL,OL				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
LI				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; list-style: square; margin-left: 16px;}
TD, TH, TR, DIV, P		{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
h1,h2,h3,h4,h5,h6		{margin: 0; padding: 0;}
SELECT				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
INPUT				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
TEXTAREA			{font-size: 11px;}
OPTION				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
FORM				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; padding: 0; margin: 0;}

.hidden				{display: none !important;}

.clearafter:after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
	height: 0;
}

/* allgm. Links */
A:link				{color: #666666; text-decoration: none;}
A:active			{color: #666666; text-decoration: none;}
A:visited			{color: #666666; text-decoration: none;}
A:hover				{color: #D5DF3D; text-decoration: none;}

/* Allgemeine Listen, Formulare, Tabellen, etc... */
.msg				{background-color: #FFFFFF;}
.msg2				{background-color: #FFFFFF; border-top: solid 1px #CCCCCC; border-left: solid 1px #CCCCCC; border-bottom: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC; }
.msghead			{background-color: #DDDDDD; color: #000000; border-bottom: solid 2px #D5DF3D;}
.msghead2			{background-color: #EEEEEE; color: #000000; font-size: 10px; font-weight: bold; text-align: center;}
.msghead3			{background-color: #DDDDDD; color: #000000; font-size: 10px; border-bottom: solid 1px #D5DF3D;}
.msgrow1			{background-color: #EFEFEF; color: #000000;}
.msgrow2			{background-color: #F7F7F7; color: #000000;}
.msg_over			{background-color: #D5DF3D; color: #000000;}
.msg_red, .msg_red td		{color: #ff0000;}
.msg_disabled, .msg_disabled td	{color: #800080; text-decoration: line-through;}
.small				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.rahmen_msg			{padding-bottom: 10px;}


/* verschiedene Überschriften */
.title {
	color: #000000;
	font-size: 18px;
	border-bottom: solid 2px #D5DF3D;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	margin-bottom: 16px;
}

/* diverse text eingabefelder */
.input_text {
	background-color: #eee;
	color: #000;
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
}

/* teamlogo */
.icon_teamlogo {
	width: 62px;
	height: 16px;
	background: url(default/teamlogo.gif);
}

/* News listing / News Posting */
#news_list, #news_single {}
.news {
	margin-bottom: 10px;
}
.news h2 {
	padding: 4px 0;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px solid #D5DF3D;
}
.news .news_header {
	position: relative;
	line-height: 16px;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
.news .news_header:after {
	content:"";
	display: block;
	clear: both;
}
.news .autor {
	position: absolute;
	left: 22px;
}
.news .date {
	float: right;
}
.news .countryimg {
	position: absolute;
	left: -22px;
	top: 2px;
}
.news .news_body {
	clear: both;
	padding: 0 0 0 22px;
	line-height: 16px;
}
.news .comments {
	border-top: 1px solid #F0F0F0;
	margin-top: 10px;
	padding: 4px 0;
}

/* News List Shortstyle */
#news_list_short, #news_list_short li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#news_list_short .dateline {
	font-weight: bold;
	border-bottom: 1px solid #D5DF3D;
	padding: 10px 0 1px 0;
	margin: 0 0 5px 0;
}
#news_list_short li.news_short {
	position: relative;
	margin: 0 0 15px 0;
}
#news_list_short .news_short h2 {
	padding: 0 0 0 50px;
	margin: 0;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
.news_short .comments {
	float: left;
	margin-left: 5px;
}
.news_short .comments:before {
	content: '(';
}
.news_short .comments:after {
	content:')';
}
.news_short .news_header:after {
	content: '';
	display: block;
	clear: both;
}
.news_short .countryimg {
	display: none;
}
.news_short .date {
	position: absolute;
	left: 5px;
	font-weight: bold;
}
.news_short .autor {
	float: right;
	font-weight: bold;
}
.news_short .news_body {
	padding: 0 0 0 50px;
	margin: 3px 0;
	line-height: 16px;
}

/* Event Status anzeige und TeilnehmerStatus Uebersicht*/
.eventinfo_title		{font-size: 15px; font-weight: bold; clear: both;}
.eventinfo_content		{margin-left: 25px; margin-right: 10px; margin-top: 10px; margin-bottom: 20px;}

/* Sitzplan Layout */
.rahmen_sitzplan {
	background: #F0F0F0;
	padding: 10px;
	border: 1px solid #989898;
}
.sitzplan {}
.sitzplan_status {
	width: 150px;
	margin: 5px;
}
.sitzplan_status input {
	background-color: #DDDDDD;
	border-color: #989898;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 6px;
}
.sitzpan_status div {
	clear: both;
}
.sitzplan_status .platz {
	width: 60px;
	float: left;
}
.sitzplan_status .status {
	width: 80px;
	float: right;
}
.sitzplan_status .nick, .sitzplan_status .clan {
	width: 148px;
}
.sitzplan_overlay {
	border: 0;
}
.sitzplan_overlay th {
	padding: 3px;
	font-weight: bold;
	text-align: left;
}
.sitzplan_overlay td {
	padding: 3px;
}
.sitzplan_gruppe .count		{
	float: right;
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #bababa;
	border-radius: 5px;
	padding: 0 5px;
	line-height: 13px;
	font-weight: bold;
	color: #fff;
}

/* Speziell fuer den [IMGPRO] Befehl im Forumcode */
.imgpro				{background-color: #003150}
.imgprofont			{font-size: 10px; color: #FECF00;}

/* Forum */
.forum				{background-color: #FFFFFF;}
.forumhead			{background-color: #CCCCCC; font-size: 10px; border-bottom: solid 2px #D5DF3D;}
.forumcat			{background-color: #CCCCCC; font-size: 10px; border-bottom: solid 1px #D5DF3D;}
.forumpart1			{background-color: #DDDDDD;}
.forumpart2			{background-color: #EEEEEE;}
.forumpart1 .modified		{padding-left: 30px; color: #888888;}
.forumtext			{}
.forumcode			{background-color: #CCCCCC; font-family: Courier, 'Courier New', sans-serif; border-color: #AAAAAA; border-style: solid; border-width: 1px; white-space:pre}
.forumcode br                   {display:none;}
.forumquote			{background-color: #CCCCCC; border-color: #AAAAAA; border-style: solid; border-width: 1px;}
.forumnew			{font-size: 16px; font-weight: bold; font-style: italic; color: #D5DF3D;}
.cattitle			{font-weight: bold;}
.catdesc			{font-size: 10px;}

/* Eingabe Formulare fuers Forum und das Adminsystem */
.newpost			{background-color: #FFFFFF; border-top: solid 1px #CCCCCC; border-left: solid 1px #CCCCCC; border-bottom: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC; }
.newpostdesc			{background-color: #EEEEEE; font-weight: bold;}
.newpostbody			{background-color: #EEEEEE;}
.select_mono			{font-family: courier new, courier;}
.select_mono OPTION		{font-family: courier new, courier;}

/* Turnierbaum Boxen */
.turnier_treebox1		{background-color: #EFEFEF; border-top: solid 1px #000000; border-left: solid 1px #000000; border-bottom: solid 1px #000000; border-right: solid 1px #000000; white-space: nowrap; cursor: pointer;}
.turnier_treebox2		{background-color: #F7F7F7; border-top: solid 1px #D5DF3D; border-left: solid 1px #D5DF3D; border-bottom: solid 1px #D5DF3D; border-right: solid 1px #D5DF3D; white-space: nowrap; cursor: pointer;}
.turnier_treebox_over		{background-color: #D5DF3D;}
.tbox				{}
.tbox_a				{font-size: 10px; text-align: center; width: 100%; white-space: nowrap;}
.tbox_vs			{font-size: 10px; text-align: center; line-height: 15px; font-weight: bold; height: 15px;}
.tbox_b				{font-size: 10px; text-align: center; width: 100%; white-space: nowrap;}
.tbox_p				{padding-left: 24px; text-align: left; display: block; white-space: nowrap; }
.tbox_w				{padding-left: 24px; text-align: left; display: block; font-weight: bold; color: #003150; white-space: nowrap; }
.tbox_c				{vertical-align: middle; padding-left: 3px; float: left;}
.tbox_ra, .tbox_rb		{}

.ttree_defmap			{background: url('../images/turnier/vdot.gif') repeat-y right; vertical-align: middle; width: 118px; height: 30px; font-size: 11px; text-align: center;}
.ttree_col			{background: url('../images/turnier/vdot.gif') repeat-y right; vertical-align: middle; width: 118px;}
.tlist_won			{padding-left: 37px; background-image: url('../images/turnier/win.gif'); background-position: 2px; background-repeat: no-repeat; font-weight: bold;}
.tlist_loss			{}

/* Suchergebnis */

.search_result			{}
.search_part			{border-bottom: 1px solid #dddddd;}
.search_jump			{margin: 16px 0; padding: 5px; border-color: #dddddd; border-style: solid; border-width: 1px;}
.search_result_bit		{margin-bottom: 10px;}
.search_title			{font-size: 13px; font-weight: bold;}
.search_content			{}
.search_extra			{color: #888888;}
.search_extra_link		{color: green;}
.search_extra_date		{color: #aaaaaa;}
.search_extra_user		{color: #aaaaaa;}

/* ********************************************************************************* */

#body {
	border-bottom: 2px solid #dddddd;
	padding-bottom: 22px;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
}
#header {
	background: #ffffff;
	height: 110px;
	display: block;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	position: absolute;
	background: url(default/dotlan-intranet.gif) no-repeat;
	font-size: 1px;
	text-indent: -2500px;
	height: 88px;
	width: 176px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#banner {
	background: #cccccc url(default/topbanner.jpg) ;
	top: 22px;
	height: 66px;
	margin-left: 176px;
}

/* ********************************************************************************* */

#langnav {
	background-color: #C1D72E;
	margin-left: 176px;
	height: 22px;
}
#langnav h2 {
	display: none;
}
#langnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#langnav ul li {
	float: right;
	list-style: none;
	padding-top: 4px;
	padding-right: 6px;
	margin-left: 0px;
}
#langnav ul li a {
	display: block;
	width: 18px;
	-width: 20px;
	height: 12px;
	-height: 14px;
	overflow: hidden;
	font-size: 1px;
	text-indent: -3000px;
	border-style: solid;
	border-width: 1px;
	border-color: #C1D72E;
	background-repeat: no-repeat;
}
#langnav ul li a.active {
	border-color: white;
}
#flag_de	{ background: url(../images/flags/de.gif); }
#flag_en	{ background: url(../images/flags/en.gif); }

/* ********************************************************************************* */

#shortmenu {
	background-color: #D5DF3D;
	height: 22px;
	top: 88px;
	overflow: hidden;
	white-space: nowrap;
}
#shortmenu h2 {
	display: none;
}
#shortmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#shortmenu ul li {
	float: right;
	text-align: center;
	height: 22px;
	list-style: none;
	margin-left: 1px;
}
#shortmenu ul li a, #shortmenu ul li a:link, #shortmenu ul li a:visited, #shortmenu ul li a:active {
	background-color: #ADAA38;
	white-space: nowrap;
	height: 22px;
	padding: 4px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	overflow: visible;
	line-height: 22px;
}
#shortmenu ul li a:hover {
	background-color: #C1D72E;
}
#shortmenu .date {
	float: left;
	height: 22px;
	display: block;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	width: 176px;
	text-align: center;
	color: #ffffff;
}

/* ********************************************************************************* */

#main {
	background-color: #ffffff;
	position: relative;
	display: table;
	width: 100%;
}
#main > .inner {
	display: table-cell;
	background-color: #ffffff;
	padding: 22px 22px 0px 22px;
	vertical-align: top;
	width: 100%;
}
#main > .left {
	display: table-cell;
	width: 176px;
	min-width: 176px;
	max-width: 176px;
	background-color: #dddddd;
	vertical-align: top;
	padding-bottom: 40px;
}
#main > .right {
	display: table-cell;
	width: 176px;
	min-width: 176px;
	max-width: 176px;
	background-color: #dddddd;
	vertical-align: top;
	padding-bottom: 20px;
}
.content {
	text-align: left;
}
.content h1 {
	position: relative;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
	border-bottom: 2px solid #D5DF3D;
	margin-bottom: 15px;
	line-height: 20px;
}
.content h2 {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
	border-bottom: solid 2px #D5DF3D;
	margin-bottom: 5px;
}


/* ********************************************************************************* */

.sitetitle {
	margin-left: 25px;
}
.sitetitle:after {
	content: "";
	display: inline-block;
	background-image: url(default/layout_dot.png);
	height: 25px;
	width: 25px;
	left: -25px;
	position: absolute;
}
.copyright {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 10px;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}
/* ********************************************************************************* */

.box h2 {
	display: block;
	background-color: #BABABA;
	border-bottom: 1px solid #EBEBEB;
	margin-top: 22px;
	margin-bottom: 0px;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	padding-left: 15px;
	cursor: pointer;
}

.box_closed .box_content {
	display: none;
}

.box h2:after {
	content: '';
	display: inline-block;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	width: 14px;
	height: 14px;
	background-image: url(default/box_close.gif);
}

.box_closed h2:after {
	background-image: url(default/box_open.gif);

}

.box h3 {
	font-size: 11px;
	background: #ddd;
	color: #000;
	border-bottom: solid 2px #888;
	margin: 8px 0 8px;
	font-size: 11px;
	padding: 2px 0;
	font-weight: bold;
}

.box_footer_link {
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
}
.box_footer_link:before {
	content:'( ';
	font-style: italic;
}
.box_footer_link:after {
	content:' )';
	font-style: italic;
}

/* ********************************************************************************* */

.box_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
.box_menu ul li {
	border-bottom: 1px solid #EBEBEB;
	list-style: none;
	margin-left: 0px;
	background-color: #cccccc;
}
.box_menu ul li a, .box_menu ul li a:link, .box_menu ul li a:visited, .box_menu ul li a:active {
	display: block;
	background-color: #cccccc;
	line-height: 21px;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	border-left: 10px solid #cccccc;
	width: 156px;
}
.box_menu ul li a:hover {
	border-left: 10px solid #D5DF3D;
	font-weight: bold;
	background-color: #dddddd;
}
.box_menu ul li a img {
	top: 2px;
	position: relative;
}
.box_menu ul li form {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	font-size: 0px;
	line-height: 0px;
	height: 21px;
}

#menu_box_search {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	width: 124px;
	background-color: #eeeeee;
	color: #000000;
	border-color: #A5ACB2;
	border-width: 1px;
	border-style: solid;
	margin-top: 3px;
}
#menu_box_search_submit {
	position: absolute;
	left: 126px;
	font-size: 10px;
	background-color: #BABABA;
	color: #ffffff;
	border-color: #A5ACB2;
	border-width: 1px;
	border-style: solid;
	height: 16px;
	he\ight: 15px;
	line-height: 10px;
	margin-left: 3px;
	font-weight: bold;
	margin-top: 3px;
	width: 24px;
}

/* ********************************************************************************* */

.box_news {
	padding: 3px 5px 0 5px;
}
.box_news ul {
	padding: 0;
	margin: 0;
}
.box_news li {
	margin-top: 2px;
}

/* ********************************************************************************* */

.box_event {
	padding: 5px;
}
.box_event_name {
	text-align: center;
}
.box_event_date {
	text-align: center;
	padding: 0 0 3px 0;
}
.box_event_bar {
	position: relative;
	clear: both;
}
.box_event_bar:after {
	content: '';
	clear: both;
}
.box_event_bar_inner {
	height: 10px;
	position: relative;
	background: #ddd;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 40px;
	border: 1px solid #006395;
}
.box_event_bar_inner span {
	font-size: 1px;
	text-indent: -2500px;
	height: 10px;
	width: 0px;
	display: inline-block;
	float: left;
}
.box_event_bar_angemeldet {
	background: url('../images/event/bar1.gif');
}
.box_event_bar_bezahlt {
	background: url('../images/event/bar2.gif');
}
.box_event_bar_count {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	position: absolute;
	width: 20%;
	top: 0;
	right: 10px;
	line-height: 16px;
	height: 16px;
	text-align: right;
	overflow: hidden;
}
.box_event dl {
	margin: 0;
	padding: 5px 0;
	clear: both;
}
.box_event dl:after, .box_event dd:after {
	display: block;
	content:'';
	clear: both;
}
.box_event dt {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	text-align: right;
	font-style: italic;
	float: left;
	clear: both;
}
.box_event dd {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 50%;
	overflow: hidden;
	float: left;
}
.box_event_konto {
	text-align: center;
}

/* ********************************************************************************* */

.box_forum {
	padding: 2px 5px 0 5px;
}
.box_forum ul, .box_forum li {
	padding: 0;
	margin: 0;
	list-style: none
}
.box_forum li {
	margin-top: 3px;
	line-height: 13px;
	position: relative;
	clear: both;
}
.box_forum_time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 3px;
}
.box_forum_replies {
	position: absolute;
	right: 0;
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #bababa;
	border-radius: 5px;
	padding: 0 5px;
	line-height: 13px;
	font-weight: bold;
	color: #fff;
}
.box_forum_new a {
	font-weight: bold;
}
.box_forum_new .box_forum_replies {
	background: #888;
}

.box_forum_long .box_forum_time {
	display: none;
}
.box_forum li.box_forum_long {
	padding-left: 12px;
}
.box_forum_long:before {
	content: '»';
	display: inline-block;
	position: absolute;
	left: 0;
}
.box_forum_short .box_forum_details {
	display: none;
}
.box_forum_details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ********************************************************************************* */

.box_vote {
	padding: 2px 5px 0 5px;
	border-top: 2px solid #bababa;
	margin-top: 10px;
}
.box_vote form {
	display: inline;
}
.box_content .box_vote:first-child {
	border-top: none;
	margin-top: 0;
}
.box_vote ul, .box_vote li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.box_vote li {
	margin-bottom: 5px;
}
.box_vote li label {
	line-height: 14px;
}
.box_vote li input {
	vertical-align: middle;
	margin-top: -1px;
}
.box_vote_bar p {
	margin: 5px 0 0 0;
}
.box_vote_bar_outer {
	position: relative;
}
.box_vote_bar_inner {
	background: url('../images/vote/bar.gif');
	height: 10px;
	display: inline-block;
	white-space: nowrap;
	min-width: 9px;
}
.box_vote_bar_inner:before {
	content: '';
	display: inline-block;
	float:left;
	width: 4px;
	height: 10px;
	background: url('../images/vote/barstart.gif');
}
.box_vote_bar_inner:after {
	content: '';
	display: inline-block;
	float: right;
	width: 5px;
	height: 10px;
	background: #ddd url('../images/vote/barend.gif');
}
.box_vote .multitext, .box_vote .total, .box_vote .empty {
	text-align: center;
	margin-bottom: 5px;
}
.box_vote input[type=submit] {
	display: block;
	margin: 0 auto;
}

/* ********************************************************************************* */

.box_buddylist {
	padding: 0 5px;
}
.box_buddylist ul, .box_buddylist li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box_buddylist .buddy_msg p {
	text-align: center;
}
.box_buddylist .nobuddy p {
	font-style: italic;
	padding-bottom: 2px;
	border-bottom: 1px solid #888;
	margin-bottom: 3px;
}
.box_buddylist .buddy {
	position: relative;
	display: block;
	margin-top: 3px;
}
.box_buddylist .buddy_name {
	padding: 0 26px 0 16px;
}
.box_buddylist .buddy_actions {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	text-align: right;
}
.box_buddylist .buddy_status {
	position: absolute;
	left: 0;
	top: 0
}
.buddy_action, .buddy_status {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 1px;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	line-height: 11px;
	vertical-align: top;
	cursor: pointer;
}
.buddy_icon_info		{ background: url('../images/prvmsg/buddy_info.gif') }
.buddy_icon_add			{ background: url('../images/prvmsg/buddy_add.gif') }
.buddy_icon_delete		{ background: url('../images/prvmsg/buddy_del.gif') }
.buddy_icon_online		{ background: url('../images/prvmsg/buddy_online.gif') }
.buddy_icon_online_new		{ background: url('../images/prvmsg/buddy_online_new.gif') }
.buddy_icon_offline		{ background: url('../images/prvmsg/buddy_offline.gif') }
.buddy_icon_offline_new		{ background: url('../images/prvmsg/buddy_offline_new.gif') }

/* ********************************************************************************* */

.box_online {
	padding: 0 5px;
}
.box_online ul {
	margin: 0;
	padding: 0;
}
.box_online li {
	margin: 5px 0 0 20px;
}

/* ********************************************************************************* */

.box_login > div {
	clear: both;
	padding: 3px 5px;
	position: relative;
}
.box_login > div:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.box_login .login label, .box_login .password label {
	position: absolute;
	left: 5px;
	line-height: 16px;
}
.box_login .login input, .box_login .password input {
	width: 70%;
	float: right;
	background-color: #eee;
	color: #000;
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
}
.box_login .cookies {
	padding-left: 0;
}
.box_login .cookies label {
	line-height: 16px;
}
.box_login .cookies input[type=checkbox] {
	float: left;
}
.box_login .cookies input[type=submit] {
	float: right;
}

/* ********************************************************************************* */

#popup {
	margin: 15px;
}
#popup > .header > h1 {
	position: relative;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
	border-bottom: 2px solid #D5DF3D;
	margin-bottom: 15px;
	line-height: 20px;
}

/* ********************************************************************************* */

.page-infobox {
	background: #efefef;
	height: 100%;
	width: 100%;
	position: relative;
}
.page-infobox .outer {
	height: 100%;
}
.page-infobox .info {
	position: absolute;
	width: 500px;
	min-height: 124px;
	top: 50%;
	margin-top: -62px;
	left: 50%;
	margin-left: -250px;
	background: #fff;
}
.page-infobox .inner {
	padding: 15px;
}
.page-infobox h1 {
	padding: 0;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 2px solid #D5DF3D;
	line-height: 20px;
	position: relative;
}
.page-infobox p {
	font-size: 11px;
	line-height: 15px;
}

/* ********************************************************************************* */

.msgbox {
	padding: 0 5px 5px 0;
}
.msgbox > h2, .msgbox > .body {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
.msgbox > h2 {
	padding: 0 25px 0 5px;
	margin: 0;
	border: none;
	display: inline-block;
	background: #D5DF3D;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 11px;
}
.msgbox > .body {
	background: #f4f4f4;
	border: 1px solid #989898;
	padding: 5px;
	position: relative;
}

/* ********************************************************************************* */

.contentbox {
	margin-bottom: 10px;
}
.contentbox > h2 {
	/* see default h2 */
}
.contentbox.common > .body {
	position: relative;
	border: 1px solid #ccc;
	background: #f7f7f7;
	padding: 6px;
}
.contentbox.common > .body:before {
	/* additional inner white outline */
	z-index: -1;
	content: " ";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #fff;
	position: absolute;
}
.contentbox > .footer {
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
}
.contentbox > .footer > .autor {
	font-weight: bold;
}

/* ********************************************************************************* */

.jumppage {
	text-align: center;
	position: relative;
	padding: 0 65px;
}
.jumppage ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jumppage li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
.jumppage a {
	display: inline-block;
	line-height: 16px;
	padding: 0 5px;
}
.jumppage .prev a {
	position: absolute;
	padding-left: 20px;
	left: 0;
	top: 0;
}
.jumppage .next a {
	position: absolute;
	padding-right: 20px;
	right: 0;
	top: 0;
}
.jumppage .placeholder {
	display: inline-block;
	padding: 0 5px;
}
.jumppage .selected {
	font-weight: bold;
}

/* ********************************************************************************* */

.error {
	width: 75%;
	margin: 50px auto 0 auto;
}
.error > h2 {
	background: red;
}
.error > .body {
	padding: 10px 20px 20px 20px;
}
.error > .body p {
	margin-left: 25px;
	position: relative;
}
.error > .body p:first-child:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/icons/exclamation.png');
	position: absolute;
	left: -25px;
	top: -3px;
}
.error > .body > .back {
	padding-top: 20px;
	text-align: center;
}

/* ********************************************************************************* */

.shortbar {
	padding-bottom: 16px;
}
.shortbar ul {
	list-style: none;
	padding: 1px 0 1px 1px;
	margin: 0;
	display: table;
	width: 100%;
	box-sizing: border-box;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}
.shortbar li {
	list-style: none;
	padding: 0 1px 0 0;
	margin: 0;
	display: table-cell;
	box-sizing: border-box;
}
.shortbar li a {
	font-weight: bold;
	text-align: center;
	display: block;
	white-space: nowrap;
	padding: 2px;
	background: #eee;
}
.shortbar a:link, .shortbar a:visited, .shortbar a:active {
	color: #888;
	text-decoration: none;
}
.shortbar a:hover {
	color: #D5DF3D;
}
.shortbar a.active {
	background: #D5DF3D;
}
.shortbar a.active:link, .shortbar a.active:visited, .shortbar a.active:active {
	color: #fff;
	text-decoration: none;
}
.shortbar a.active:hover {
	color: #000;
}
.shortbar .seperator {
	width: 10px;
	min-width: 10px;
	max-width: 10px;
	background: #D5DF3D;
	border-right: 1px solid #fff;
	text-align: center;
	color: #D5DF3D;
}

.shortbar_2 li { width: 50%; }
.shortbar_3 li { width: 33%; }
.shortbar_4 li { width: 25%; }
.shortbar_5 li { width: 20%; }
.shortbar_6 li { width: 16%; }

/* ********************************************************************************* */

.shortbar_turnier, .shortbar_turnier_admin, .shortbar_turnier_index, .shortbar_turnier_index_admin {
	margin: 0 0 5px 0;
}
.shortbar_kasse li {
	width: 15%;
}
.shortbar_kasse_close {
	width: 10%;
}

/* ********************************************************************************* */

.cat {}
.cat:before {
	content: '(';
	font-style: italic;
	font-weight: bold;
	padding-right: 1px;
}
.cat:after {
	content: ')';
	font-style: italic;
	font-weight: bold;
	padding-left: 1px;
}

/* ********************************************************************************* */

.tquickjump {
	margin-bottom: 16px;
	clear: both;
}
.tquickjump form {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
}
.tquickjump label, .tquickjump span {
	line-height: 20px;
}
.tquickjump label {
	font-weight: bold;
}
.tquickjump select {
	font-size: 10px;
}

/* ********************************************************************************* */

.mediatree td {
	line-height: 16px;
	padding: 1px;
	margin: 0;
	border: 0;
	vertical-align: middle;
}
.mediatree td.mediaid, .mediatree td.hits, .mediatree td.imageinfo, .mediatree td.size, .mediatree td.action {
	text-align: right;
	white-space: nowrap;
	font-size: 10px;
}
.mediatree td.user {
	font-size: 10px;
}
.mediatree td.description {
	min-width: 50%;
}

/* ********************************************************************************* */

.vote_bar_outer {
	position: relative;
	min-width: 250px;
	width: 100%;
}
.vote_bar_outer > span {
	background: url('../images/vote/bar.gif');
	height: 10px;
	display: inline-block;
	white-space: nowrap;
	min-width: 9px;
}
.vote_bar_outer > span:before {
	content: '';
	display: inline-block;
	float:left;
	width: 4px;
	height: 10px;
	background: url('../images/vote/barstart.gif');
}
.vote_bar_outer > span:after {
	content: '';
	display: inline-block;
	float: right;
	width: 5px;
	height: 10px;
	background: #efefef url('../images/vote/barend.gif');
}

/* ********************************************************************************* */

.event_location {
	display: table;
}
.event_location_right {
	display: table-cell;
	width: 184px;
}
.event_location_left {
	display: table-cell;
	width: 100%;
	padding-right: 16px;
}
.event_location .address p {
	line-height: 15px;
	margin: 3px 5px;
	width: 184px;
}
.event_location .address img {
	border: 0;
	vertical-align: top;
}
.event_location .images ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.event_location .images li {
	padding: 0;
	margin: 6px 0 0 0;
	list-style: none;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
.event_location .images li:first-child {
	margin-top: 0;
}
.event_location .images a {
	display: block;
}

/* ********************************************************************************* */

.adminmenu:after {
	display: block;
	content: ' ';
	clear: both;
}
.adminmenu h2 {
	margin-top: 10px;
}
.adminmenu > div {
	width: 48%;
	min-width: 250px;
	margin-right: 2%;
	float: left;
}
.adminmenu ul, .adminmenu li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.adminmenu a {
	display: block;
	padding: 5px 5px 5px 35px;
	background-position: 10px 50%;
	background-color: #f7f7f7;
	margin-bottom: 1px;
	margin-left: 13px;
}
.adminmenu a:before {
	content: ' ';
	position: absolute;
	display: block;
	width: 12px;
	height: 100%;
	background: #efefef;
	left: 0;
	top: 0;
}
.adminmenu a:hover {
	background-color: #efefef;
	color: #000;
	font-weight: bold;
}
.adminmenu a:hover:before {
	background-color: #D5DF3D;
}

/* ********************************************************************************* */

#beamer_body
{
	padding-bottom: 22px;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
}

#beamer_shortmenu {
	background-color: #ADAA38;
	height: 22px;
	top: 88px;
	overflow: hidden;
	white-space: nowrap;
}
#beamer_shortmenu h2 {
	display: none;
}

#beamer_langnav {
	background-color: #C1D72E;
	margin-left: 176px;
	height: 22px;
}

#beamer_shortmenu_date {
	background-color: #D5DF3D;
	float: left;
	height: 22px;
	display: block;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	width: 176px;
	text-align: center;
	color: #ffffff;
}

#beamer {
	background-color: #ffffff;
	padding: 22px 22px 0px 22px;
	vertical-align: top;
}

#beamer h1 {
	position: relative;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
	border-bottom: 4px solid #D5DF3D;
	margin-left: 60px;
	margin-bottom: 15px;
	line-height: 45px;
}
#beamer h1 img	{
	position: absolute;
	left: -60px;
	top: 0px;
}
#beamer_text {
	text-align: left;
	position: relative;
}

.beamerhead			{background-color: #CCCCCC; color: #000000; font-size: 40px; font-weight: bold; border-bottom: solid 4px #D5DF3D; padding: 10px;}
.beamercontent			{background-color: #F0F0F0; color: #000000; font-size: 32px; padding: 25px;}
.beamerrow1			{background-color: #DDDDDD; color: #000000; font-size: 32px;}
.beamerrow2			{background-color: #EEEEEE; color: #000000; font-size: 32px;}
.beamer_countryimg		{width: 54px; height: 36px;}

/* ************ Beamer CSS fuer Team/Player Seite ************************************************** */

.beamer_turnier_avatar {
	width: 240px;
	height: 320px;
	overflow: hidden;
}
.beamer_turnier_avatar IMG {
	width: 240px;
}

.beamer_turnier_members {
	position: relative;
}

.beamer_turnier_member {
	text-align: center;
	width: 20%;
	float: left;
	font-size: 0.7em;
}
.beamer_turnier_member_avatar {
	margin: 0 auto;
	width: 120px;
	height: 160px;
	overflow: hidden;
}
.beamer_turnier_member_avatar IMG {
	width: 120px;
}

/* ********************************************************************************* */

.support_tools {
	background: #efefef;
}
.support_tools #body {
	width: 800px;
}
.support_tools_login {
	padding: 40px 150px 120px 150px;
}
