/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333333;
	}

body {
	position: relative;
	height: 100%;
	overflow: auto;
	background-color: #ffce55; 
}

#header {
	position: relative;
	height: 150px;
	background-image: url(../img/bgheader.png);
	background-repeat: no-repeat;
}

div#rightenvelope {	
	background-image: url(../img/rightpic1.gif); 
	}

p.bodytext {
	margin-bottom: 1em;
	line-height: 1.4em;
}

h1 { 
	margin-top: 1em; margin-bottom: 0.5em; 
	font-size: 11pt;
	font-weight: bold;
	color: #990000;
	}

h2 { 
	margin-top: 0.6em; margin-bottom: 0.2em; 
	font-size: larger;
	color: #990000;
	}
	
span.important {
	color: #ffce55;
	font-weight: bold;
}

span.name-of-person {
	color: #006699;
	font-weight: bold;
}

div#mainmenu {
	position: absolute;
	left: 210px;
	top: 25px;
	width: 660px;
	height: 100px;
	overflow: visible;
	z-index: 10;
	background-color: #ffffff;
	
	}

div#metamenu {
	position: absolute;
	left: 210px;
	top: 0px;
	background-color: #FFFFFF;
	width: 650px;
	height: 25px;
	text-align: right;
	padding: 5px;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	
	}
	
div#titlebar {
	margin-left: 25px;
	background-repeat: no-repeat;
/*	width: 575px; */
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 6px;
	font-size: 16px;
}	
	
div#leftenvelope {
/*	position: absolute; */
	float: left;
	left: 0px;
	top: 0px;
	background-image: url(../img/bgleft.png);
	background-repeat: no-repeat;
	width: 210px;
	height: auto;
	min-height: 660px;
	z-index: 2;
	}

div#rightenvelope {
	position: absolute;
	left: 870px;
	top: 0px;
	background-color: #FFFFFF;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 29px;
	height: 720px;
	visibility: hidden;
	}
	
div#contentenvelope {
	position: relative;
	float: left;
/*	left: 210px; */
	width: 660px; 
	min-width: 660px;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-bottom: 10px;
	}

div#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	top: 20px;
	width: 598px;
	height: auto;
	margin-bottom: 10px;
	min-height: 450px;
	}	

div#bottombar {
	position: relative;
	margin: 10px auto;
	height: 10px;

	clear: both;
	}	
	
div#submenu {
	margin: 14px 0 14px 14px;
	width: 180px;
	height: auto;
/*	border: 1px solid red; */
	}

div#teaserpic {
	margin: 14px 0 14px 14px;
	width: 180px;
	height: auto;
	}

div#button {
	position: absolute;
	left: 14px;
	top: 480px;
	width: 185px;
	height: 88px;
	background-color: #FFFF99;
	overflow: hidden;
	}

div.mmenu, div.mmenu-act {
	z-index: 1;
	float: left;
	width: 110px;
}	
	
/* div.mmenu-act {
	position: relative;
	z-index: 140;
	float: left;
	margin-left: -5px;	
	margin-right: -5px;	
	width: 120px;
} */	

div#contentleft {
	position: absolute;
	left: 14px;
	top: 450px;
	width: 180px;
	height: 370px;
	background-color: #ffffff;
	overflow: hidden;
/*	filter: Alpha(Opacity=60, FinishOpacity=0, Style=0); */
}

div#news {
/*	position: absolute; */
	margin: 0 0 14px 14px;
	padding-bottom: 0px;
	width: 180px;
	height: auto;
/*	top: 450px;*/
/*	height: 370px; */
	background-color: #ffffff;
/*	filter: Alpha(Opacity=60, FinishOpacity=0, Style=0); */
}

div.news-latest-container * {
	font-family: Arial, Helvetica, sans-serif;
}

span.news-latest-date {
	font-size: 9px;
}

div.news-latest-item, div.news-latest-gotoarchive {
	padding-left: 5px; 
	padding-right: 5px;
}

div.news-latest-container p.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	font-size: 10px;
	line-height: normal;
}

div.news-latest-morelink, div.news-latest-gotoarchive, div.news-list-morelink  {
	text-align: right;
}

div.news-latest-gotoarchive, div.news-single-backlink {
	margin-top: 5px;
	margin-bottom: 5px;
}

div#news dl {
	background-color: #ffce55; 
	margin-bottom: 0px;
}

div.news-latest-morelink a, div.news-latest-gotoarchive a, div.news-single-backlink a, div.news-list-morelink a {
	color: #0033CC;
}

h3.news-latest-h3 {
	margin-bottom: 2px;
}

div.news-single-item h3 {
	margin-bottom: 6px;
}

div.news-single-img {
	margin-bottom: 6px;
}

div.news-list-container h3 {
	margin-bottom: 6px;
	margin-top: 6px;
}

div.clearer {
	height: 4px;
	border-bottom: 1px solid maroon;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	bottom: 10px;
	width: 598px;
	height: auto;
	margin-bottom: 10px;
}

div#hnav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	bottom: 10px;
	width: 598px;
	height: 20px;;
	margin-bottom: 10px;
	text-align: center;
	border-top: 1px solid maroon;
	padding-top: 2px;
}

div#banner {
	visibility: hidden;
	position: absolute;
	left: 14px;
	top: 700px;
	width: 180px;
	height: 120px;
	background-color: grey;
	overflow: hidden;
	z-index: 10;
}


/*
#submenu ul { 
	list-style: none; 
	}

#submenu a {
	display: block;
	text-decoration: none;
	}

#submenu a:hover {
	text-decoration: underline;
	}

#submenu a.act {
	font-weight: bold;
	}

#submenu .s1 li a {
color: #990000;
padding: 4px 0 3px 7px;
}	

#submenu .s2 li a {
padding: 3px 0 2px 14px;
}	

#submenu li {
background-repeat: no-repeat;
}
*/

li.smenu-1, li.smenu-1-act {
	font-size: 12px;
	font-weight: bold;
	color: #330066;
	margin-left: 20px;
	margin-bottom: 0.3em;
}

li.smenu-2, li.smenu-2-act {
	font-size: 10px;
	font-weight: normal;
	color: #330066;
	list-style-type: none;
	margin-bottom: 0.5em;
	margin-top: 2px;
	padding: 1px;
	margin-left: 20px;
}

li.smenu-2-act {
	background-color: #FFCC33;
	}

.smenu-1 a { text-decoration: none; }
.smenu-1 a:hover { text-decoration: underline; }

.smenu-2-act a:hover { text-decoration: none; }

li.smenu-2-act {
	background-color: #ffffff;
	}

div.table-env {
	border: 1px solid #712f86;
	padding: 3px;
	width: auto;
	margin-bottom: 5px;
}

table.group {
	border-collapse: collapse;
	width: 100%;
}

table.group th, table.group td {
	border-right: 1px solid white;
	padding: .4em .2em;
	text-align: center;
}

table.group th {
	background-image: url(../img/hg-tab-rot.gif);
	background-repeat: repeat-x;
}

table.group td {
	background-image: url(../img/hg-tab-rot-td.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #d60031;
}

table.default, table.csc-uploads, table.zentriert {
	border-collapse: collapse;
	width: 100%;
}

p.csc-uploads-description {
	margin-top: 2px;
	margin-bottom: 5px;
	width: 200px;
	margin-left: 20px;
	color: #999999;
	font-size: 10px;
}

.csc-uploads-fileSize {
	text-align: right;
}

.csc-uploads td {
	padding-bottom: 5px;
	padding-top: 5px;
}


table.default td, table.csc-uploads td, table.zentriert td {
	height: 18px;
	padding-left: 4px;
	padding-right: 4px;
}

table.default .tr-even td, table.csc-uploads .tr-even td, table.zentriert .tr-even td {
/*	background-color: #FFFF99; */
}

table.default td.td-0, table.csc-uploads td.td-0 {
	text-align: right;
}

table.zentriert td {
	text-align: center;
}

table.default .tr-0 td, table.csc-uploads .tr-0 td, table.zentriert .tr-0 td {
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #ffce55;
}

.csc-textpic-image {
	font-style: italic;
	font-size: 10px;
}

.csc-bulletlist {
	margin-top: 3px;
	margin-bottom: 13px;
	line-height: 140%;
}

.csc-bulletlist li {
	margin-bottom: 6px;
	margin-left: 20px;
	font-size: 12px;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 140%;
}

#content ul li, #content ol li {
	margin-bottom: 6px;
	margin-left: 20px;
}

#content ol {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 140%;
}

.col-content ol {
	list-style-type: upper-roman;
}

.col-content ul { margin-top: 0px; margin-bottom: 0px; 	color: #666633; }
.col-content ol { margin-top: 0px; margin-bottom: 0px; 	color: #666633; }

.csc-sitemap ul {
	margin-left: 20px;
}

.csc-sitemap li {
	margin-top: 6px;
	font-weight: bold;
}

.csc-sitemap li li {
	margin-top: 2px;
	font-weight: normal;
}


/* ---------------------------------------- FCE -----------------------------*/
div#fce-col1, div#fce-col2 { 
	width: 48%; 
	}

div#fce-col1 {
	float: left;
}

div#fce-col2 {
	float: right;
}

div.divider {
	clear: both;
	margin-bottom: 5px;
	}

/* --------------------- FORM ---------------------- */
fieldset.csc-mailform  {
	padding: 10px;
}

.csc-mailform label {
	width: 100px;
	display: block;
	text-align: right;
	margin-right: 5px;
	float: left;
}

#mailformformtype_mail {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 103px;
}

#mailformName, #mailformEMail, #mailformTelefon {
	width: 180px;
}

table.tx_cgb_userlist {
	margin: 12px 0 12px 0;
	width: 100%;
	border-collapse: collapse;
}

table.tx_cgb_userlist td {
	padding: 3px;
	border: 1px solid #ffce55;
}

.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dl {
	padding: 0.3em;
}

dl.tx-srfeuserregister-pi1-multiple-checkboxes {
	border: 1px solid #ccccee;
}

.tx-srfeuserregister-pi1 dd { margin-top: 3px; }

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { float: left; margin-top: -6px;}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { float: none; }

table.tx-srfeuserregister-pi1-fe_users_form {
	border-collapse: collapse;
	margin: 10px;
}

table.tx-srfeuserregister-pi1-fe_users_form  td {
	border: 1px solid #ccccee;
	border-collapse: collapse;
	padding: 3px;
}

table.tx-srfeuserregister-pi1-fe_users_form  td.col0 {
	text-align: right; 
	width: 150px;
}

tr.confirmed td {
	background-color: #9FFFA5;
}

tr.unconfirmed td {
	background-color: #FFC1C1;
}

table.playerlist th.player {
	background-color: #FFFF99;
	border: 1px solid #ccccee;
	text-align: left;
	padding: 3px;
}

table.playerlist * {
	width: auto;
}

table.playerlist .player.number {
	text-align: right;
}

table.playerlist .player.action {
	white-space:nowrap;
}

div.tx-newloginbox-pi1 * {
	font-size: 10px;
	}

div.tx-newloginbox-pi1 {
	padding: 5px;
	height: auto;
	}

.dropdown {
	width: 80px;
}
