/*******************************************************************************
 		MAIN LAYOUT
*******************************************************************************/

body {
	color: black;
	background: white;
	margin:  0;
	padding: 0;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table#maintable {
	border: 0;
	padding: 0;
	width: 100%;
}

td#logocell {
	background-color: #DDD;
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
}

td#graycell {
	height: 30px;
	background-color: #EEE;
}

td#headcell {
	background-color: #FFDD00;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	padding-right: 30px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}

td#centercol {
	vertical-align: top;
}

td#leftcol {
	width: 180px;
	border-right: 5px solid white;
	vertical-align: top;
}

td#rightcol {
	width: 180px;
	border-left: 5px solid white;
	vertical-align: top;
	text-align: center;
}


/*******************************************************************************
 		COLUMNS und BLÖCKE
*******************************************************************************/

ul.menu {
	margin-left: 20px;
}
ul.menu li {
	list-style: outside square;
}

td#leftcol, td#rightcol {
	font-size:12px;
	background-color: #EEE;
}

td#rightcol {
	background-color: white;
}

.blockContent td, .blockContent th {
	font-size:10px;
}

td#leftcol div.blockTitle, td#rightcol div.blockTitle {
	padding: 3px;
	background-color: #dddddd;
	color: #BB9900;
	font-weight: bold;
}
td#leftcol div.blockContent, td#rightcol div.blockContent {
	padding: 5px;
	line-height: 120%;
	line-height: 120%;
}

td#centerCcolumn {
	padding: 0px 3px 1px 3px;
}
td#centerCcolumn legend.blockTitle {
	padding: 3px; color: #639ACE;
	font-weight: bold; margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
td#centerCcolumn div.blockContent {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #dddddd;
	padding: 3px; margin-right: 0px;
   	margin-left: 0px; margin-bottom: 2px;
	line-height: 120%;
}

td#centerLcolumn {
	width: 50%;
	padding: 0px 3px 0px 0px;
}

td#centerLcolumn legend.blockTitle {
	padding: 3px;
	color: #639ACE;
	font-weight: bold;
   	margin-top: 0px;
}

td#centerLcolumn div.blockContent {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #dddddd;
	padding: 3px;
	margin-left: 3px;
	margin-right: 2px;
	margin-bottom: 2px;
	line-height: 120%;}

td#centerRcolumn {
	width: 50%;
	padding: 0px 3px 0px 0px;
}
td#centerRcolumn legend.blockTitle {
	padding: 3px;
	color: #639ACE;
	font-weight: bold;
	margin-top: 0px;
}
td#centerRcolumn div.blockContent {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #dddddd;
	padding: 3px;
	margin-left: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	line-height: 120%;
}

/*******************************************************************************
 		DESIGN - TABLES
*******************************************************************************/

td table {
	margin: 5px;
	padding:5px;
	font-size: small;
	width: 100%;
	border: 1px solid black;
	border-spacing: 0;
	border-collapse: collapse;	
}

td table th {
	background-color: #FFDD00;
	padding : 2px;
	vertical-align : top;
	border: 1px solid black;
	text-align: left;
}

td table td {
	padding: 2px;
	vertical-align:	top;
	border: 1px solid black;
}

td table p {
	margin: 0;
	padding: 0;
}

tr.even td, td.even {background-color: #DDD; padding: 5px;}
tr.odd td, td.odd {background-color: #EEE; padding: 5px;}

/*******************************************************************************
 		DESIGN - STUFF
*******************************************************************************/

a {
	text-decoration: underline;
}

ul, ol {
	margin: 2px;
	padding: 2px;
	text-align: left;
	margin-left: 2em;
}
li {
	margin-left: 2px;
}

ul li {
	list-style: square;
}

blockquote {
	font-style: italic;
}

cite {
	font-style: normal;
}

/*******************************************************************************
 		DESIGN - NEWS
*******************************************************************************/

.item {border: 1px solid #cccccc;}
.itemHead {padding: 3px; background-color: #FFDD00; color: #000000;}
.itemInfo {text-align: right; padding: 3px; color: #AAAAAA; font-size: 10px;}
.itemInfo a { color: #7777FF;}
.itemTitle a {font-size: 12px; font-weight: bold; color: #000000; text-decoration: none;}
.itemPoster {}
.itemPostDate {}
.itemStats {}
.itemBody {padding-left: 5px;}
.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;}
.itemFoot {text-align: right; padding: 3px; background-color: #efefef}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}

div#content {
	text-align: left;
	padding: 8px;
}

.outer {border: 1px solid silver;}
.head {background-color: #FFDD00; padding: 5px; font-weight: bold;}
.even {background-color: #DDD; padding: 5px;}
.odd {background-color: #EEE; padding: 5px;}
.foot {background-color: #C4C4C4; padding: 5px; font-weight: bold;}

/*******************************************************************************
 		DESIGN - Spezielle Xoops Sachen
*******************************************************************************/

div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

div.xoopsCode { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}


.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: 10px; color: #2F5376; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #2F5376; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}


