body {
	background-color: #394706;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


a:link { font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: normal; color: #6A0000; font-style: normal; text-decoration: none; }
a:visited { font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: normal; color: #6A0000; font-style: normal; text-decoration: none; }
a:hover, a:active { font-family: Verdana, Arial, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #c00; text-decoration: none; }


.rahmen {
	border: 1px solid #B9D19E;
}

.frames {
	border: 1px solid #688422;
	padding: 1px;
	margin: 1px;
	width: auto;
}

.frames_nospace {
	border: 1px solid #688422;
	padding: 0px;
	margin: 0px;
	width: auto;
}


img {
	border-color: #688422;
	border-width: 0px;
}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
	
h3 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h1 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.h3 { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold; }
.h2 { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 16px; font-weight: bold; }
.h1 { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; }

hr {
	background-color:#B9D19E; /* Mozilla 1.4 */
	color:#B9D19E; /* IE 6 */
	border: #B9D19E; /* Opera 7.11 */
	height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */	
}

.bold { font-size: 11px; font-family: Verdana, Arial, sans-serif; font-weight: bold; font-style: normal; }
.header { font-size: 13px; font-family: Verdana, Arial, sans-serif; font-weight: bold; }
.datum { color: white; font-size: 9px; font-family: Verdana, Arial, sans-serif; }
.smallfont { color: black; font-size: 9px; font-family: Verdana, Arial, sans-serif; }
.img_allg { border: solid 1px #7ca642; }
.mini { font-family: Trebuchet MS, Verdana, Arial, sans-serif;	font-size: 10px; font-weight: normal; }

.breadcrump { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: normal; }
a.breadcrump:link, a.breadcrump:visited { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: normal; text-decoration: underline; }
a.breadcrump:active, a.breadcrump:hover { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #CCCCCC; font-weight: normal; text-decoration: underline; }

a.red:link, a.red:visited { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #FF0000; font-weight: bold; text-decoration: none; }
a.red:active, a.red:hover { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #FF0000; font-weight: bold; text-decoration: underline; }


.bigwhitetitle { font-family: Arial, Sans-Serif; font-size: 13px; font-weight:bolder; color: #D7E7C3; }
.smallwhitetitle { font-family: Arial, Sans-Serif; font-size: 9px; font-weight: normal; color: #E8F1DB; }


div.absatz 
{
	background-image: url(icons/stern.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	border: solid 0px #000000;
	border-bottom: dotted 1px #666666;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 18px;
	margin-right: 10px;
	margin-left: 1px;
	margin-bottom: 8px;
	margin-top: 22px;
	text-transform: uppercase;
}


/* Bereich Forum*/

.forumheader {
    color: White;
    font-size: 11px;
    font-weight: bold;
}

.forumgroup {
    font-size: 15px;
    font-weight: bold;
}

.forumtitle {
    font-size: 12px;
    font-weight: bold;
}

.foruminfo {
    font-size: 10px;
    text-decoration: underline;
    color: #666666;
}

.forumtopicbody {
	background-color:#DFECCE;
}

.forumtopicalternatingbody {
	background-color:#E8F1DD;
}


/* Bereich Listen und Detailansichten SITC */


.GridBody {
	background-image: url(navi/bgtables.gif);
	background-repeat: repeat-y;
	background-color: #D9E5C9;
	border-color: #688422;
	border-width: 1px;
	border-style: solid;
}

.GridHeader {
	background-image: url(navi/bggridheader.gif);
	background-repeat: repeat-y;
	background-color: #688422;
	border-color: #688422;
	border-style: ridge;
	border-width: 1px;
	color: White;
	font-weight: bold;
	padding: 2px;
}

.sitcGridAlternatingRow {
	background-color: #C8DFAB;
	font-size: 10px;
}

.sitcGridRow {
	background-color: #D2E1BF;
	font-size: 10px;
}


.sitcHighlightRow {
	background-color: #D7E7C3;
	font-weight: bold;
}




/* Bedienelemente */

select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#990000;
	background-color:White;
	border-color:#CC9966;
	border-width:1px;
	border-style:Solid;
}

input {
	color:#990000;
	background-color:White;
	border-color:#CC9966;
	border-width:1px;
	border-style:Solid;
	font-family:Verdana;
	font-size:10px; 
}

.imgborder {
	border-color: #688422;
	border-width: 1px;
	border-style: solid;
}

textarea {
	color:#990000;
	background-color:White;
	border-color:#CC9966;
	border-width:1px;
	border-style:Solid;
	font-family:Verdana;
	font-size:10px; 
}

.warning {
	width: 98%;
	border: 1px solid #FF0000;
	overflow: visible;
	padding: 3px;
	background-color: #FF8080;
	margin: 8px;
}

.hinweis {
	color: Red;
	font-weight:bold;
}

.notice {
	border: 1px solid #000000;
	overflow: visible;
	padding: 3px;
	background-color: #DDDDDD;
	margin: 8px;
}


.headerline {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	background-image: url(navi/headerline.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
}



/* BLOGS */

div.blogbox {
	width: auto;
	border: 1px solid #C8DFAB;
	overflow: visible;
	padding: 3px;
	background-color: #E8F1DD;
	margin: 5px;
}

div.commentbox {
	width: auto;
	border: 1px dotted #9EB2C3;
	overflow: visible;
	padding: 3px;
	background-color: #F1F0DD;
	margin: 5px;
}

div.fanbox {
	width: auto;
	border: 1px solid #C8DFAB;
	overflow: visible;
	padding: 2px;
	background-color: #E8F1DD;
	margin: 3px;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(icons/rating/filledstar.png);

}

.emptyRatingStar {
    background-image: url(icons/rating/emptystar.png);
}

.savedRatingStar {
    background-image: url(icons/rating/savedstar.png);
}

.disabledRatingStar {
    background-image: url(icons/rating/disabledstar.png);
}



/* Charts */

div.topfivelist {
	background-image: url(charts/toplist.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 297px;
	height: 216px;
	padding: 0px;
	margin: 7px;
}


/* Andere Inhalt */

div.redaktionstipp {
	background: url(artikel/bgredaktionstip.jpg) no-repeat left top;
	margin: 2px;
	padding: 0px;
}


div.pagecontent {
	width: auto;
	margin: 8px;
}

div.infobox {
	background-color: #C8DFAB;
	border: solid 1px #688422;
	color: Black;
	width:auto;
	padding: 3px;
	font-size: 10px;
	margin-top: 5px;
}

div.artikelbox 
{
	border: dotted 1px #BCCFA1;
	background-color: #E9F3DB;
	width: 322px;
	height: 130px;
}


/* Content-Box */
div.contentbox
{
	background-image: url(rendered/material/contentbox_header.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: solid 1px #698322;
	padding: 0px;
	color: White;
	text-align: left;
}

div.contentbox_inhalt
{
	background-color: #E3EFD1;
	border-width: 0px;
	padding: 2px;
	color: Black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

div.contentbox_inhalt_bg
{
	background-image: url(sitcbg2.jpg);
	background-repeat: repeat-x repeat-y;
	background-color: #000000;
	border-width: 0px;
	padding: 2px;
	color: Black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

div.contentbox_inhalt_inner
{
	background-color: #E3EFD1;
	border: solid 1px #688422;
	padding: 2px;
	margin: 2px;
	color: Black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* Linker Bereich Hintergrund mit und ohne Rand */

div.leftcontentbackground
{
	background-image: url(navi/hg_content.gif);
	background-repeat: repeat-y;
	width: 816px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div.leftcontentwithborder 
{
	background-color: Transparent;
	width: 776px;
	padding: 0px;
	padding-left: 26px;
	padding-right: 14px;
}

div.leftcontentwithsmallborder 
{
	background-color: Transparent;
	width: 786px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 14px;
}

div.leftcontentwithoutborder 
{
	background-color: Transparent;
	width: 789px;
	padding: 0px;
	padding-left: 18px;
	padding-right: 9px;
}


/* Künstlerbalken */
div.kuenstlerbalken 
{
	background-image: url(rendered/material/balkenkuenstlerseite.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 628px;
	color: White;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 4px;
	padding-left: 24px;
	margin-top: 30px;
}	