/* @override http://gscf.supd.ch/fileadmin/templates/layout.css */

body{
	margin: 0px;
}

#site
{
	
}

#mainmenu 
{
	height: 217px;
	background: #6787b2 url(bg_noflash.gif) repeat-x;
	margin-bottom: 20px;
}

#noflash
{
	margin: 0px;
	color: #ecff85;
	height: 217px;
	padding-top: 64px;
	padding-left: 300px;
	background: url(logo_noflash.gif) no-repeat;
}

#mainmenu ul li{
	text-align: right;
	list-style-type: none;
	background-repeat: no-repeat;
	padding: 10px;
	margin-right: 10px;
	width: 115px;
	height: 38px;
	float: left;
}


#mainmenu ul li h1 {
	
}

#mainmenu ul li ul{
	padding: 0px;
	position: absolute;
	top: 120px;
	left: 305px;
	display: block;
	width: 700px;
}

#mainmenu ul li ul li
{
	text-align: left;
	padding-right: 5px;
	width: 90px;
	margin: 0;
}

/* IE Version 6 */
* html #mainmenu ul li {
	w\idth:135px;
}
* html #mainmenu ul li ul li {
	w\idth:110px;
}

#mainmenu ul li ul li h2 {
	
}

#mainmenu ul .no
{
	background-image: url(btn1.gif);
}

#mainmenu ul .act
{
	background-image: url(btn1_act.gif);
	color: #FFF;
	height: 55px;
}

#mainmenu ul li ul .no
{
	background-image: url(btn2.gif);
}

#mainmenu ul li ul .act
{
	background-image: url(btn2_act.gif);
	color: #FFF;
}

#servicenavi
{
	position: absolute;
	top: 10px;
	left: 700px;
}


.fold {
	list-style-type: none;
}

.expand {
	list-style-type: none;
	list-style-position: outside;
}

#text {
	float: right;
	width: 410px;
	margin-right: 20px;
}

#text p.bodytext
{
	overflow: auto;
}

#media {
	float: left;
	width: 320px;
	margin-left: 10px;
}

#media .csc-textpic-image
{
	margin: 0;
}

#media .csc-textpic-image img
{
	margin-bottom: 4px;
}

#text embed, #media embed
{
	width: 100%;
}

.clear {
	clear: both;
}

#contenteffect
{
	width: 1000px;
	margin: 0px auto 0px auto;
}

#contentbox
{
	margin-bottom: 40px;
}

#content {
	margin-left: 45px;
	
	background-repeat: repeat-y;	
	background-image: url(contentbg.gif);
	
	/*padding-left: 10px;
	padding-right: 20px;*/	
	width: 800px;
}

#contenttop {
	margin-left: 45px;
	
	height: 20px;
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(content_top.gif);
}

#contentbottom {
	margin-left: 45px;
	height: 20px;
	width: 800px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(content_bottom.gif);
}

#submenu {
	display: none;
}

#pagetitle{
	left: 45px;
	top: 180px;
	position: absolute;
}

#footerinner
{
	width: 900px;
	margin: 0 auto 0 auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	
	margin-top: 20px;
	background-color: #EFF3F5;
	border-top: 3px solid #fff;
	border-bottom: 5px solid #fff;
}

/* FIX FOR IE7+ */
* html #footer
{
	bottom: 30px;
} 

#footer img, #servicenavi img
{
	/*padding-left:6px;
	padding-right: 6px;*/
	margin-left: 6px;
	margin-right: 6px;	
}


#loading{
	position: absolute;
	top: 285px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 4px;
}

/* NO FLASH SPLASH */
#msg_overlay{
	z-index:10;
	width:100%;
	height:100%;
	position:absolute;
	background-color:#F4F7F8;
}

#msg_overlay div{	
	width:400px;
	height:200px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-425px;
	margin-top:-100px;
	padding-left: 450px;
	background: url(logobig.png) no-repeat;
}
#msg_overlay a
{
	color: #002a51;
}
#msg_overlay img{
	border: none;
}