/* Created by Marc Rolli    */
/* last modified 25.08.2009 */
/* CSS Document */

/*PAGE LAYOUT*/
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 520px;
    }
#contenttext {float:left; text-align:left; width:520px;}
.bodytext { float:left; text-align:left; width:500px;
    font: 0.7em Tahoma, sans-serif;
    color: #666666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.graytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#999999;
}
.graytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.graytext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}

.goback {
	font: Helvetica, Arial, Tahoma, sans-serif;
    font-size: 9px;
    font-style: small-caps;
	font-weight: bold;
	color:#CC0000;
}
.goback a{
	font: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 9px;
	font-style: small-caps;
	font-weight: bold;
	color:#CC0000;
}
.goback a:hover{
	text-decoration: underline;
}

.upd {
    font-size: 8px;
	font-style: italic;
}


.th{
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 11px;
}

.odd{
	background-color: #EEEEEE;
	font-size: 11px;
}
.even{
	background-color: #DDDDDD;
	font-size: 11px;
}


a{
	color:#CC0000;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	font-size: 11px;
	text-decoration:underline;
}


/*
tr.odd:hover{
	background-color: #809FFF;
}
tr.even:hover{
	background-color: #809FFF;
}
 */