/* Created by Marc Rolli    */
/* last modified 05.01.2005 */

/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{
background-image:url(images/logo.gif);
width:289px; height:127px;
position:absolute; 
left:10px; top:1px;
}
#scnat{
background-image:url(images/scnat.gif);
width:167px; height:72px;
position:absolute; 
right:10px; top:50px;
}
#topheader{float:right; width:100%; height:130px; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{
text-align:left;
padding:11px;
}
#submenu{
text-align:left;
padding:10px;
}
#contenttext{float:right; width:750px;}
#leftpanel{float:left; width:200px;}
#footer{float:left; width:950px; background-color:#F0F0F0; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #000000;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
}
.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;
}

.th{
	background-color: #66AAA5;
	color: #FFFFFF;
	font-size: 11px;
}

.odd{
	background-color: #CCE4E1;
	font-size: 11px;
}
.even{
	background-color: #9AC6C3;
	font-size: 11px;
}


a{
	color:#007169;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	font-size: 11px;
	text-decoration:underline;
}

.subtitle {
    font-weight:bold;
}

/* --- special --- */
ul br { display:none; }

/* --- iphone --- */
.no_iphone { display:none; }
.iphone { display:block; }
