   /* <!--... Stylesheet für DC-Bern.ch 2006 ... --> */

body	{
	margin:15px;
	align: center;
	background-color:#CCCCCC;
	scrollbar-base-color:#CCCCCC;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}

p,table,tr,td {
	font-family:verdana,helvetica,sans-serif;
    	color:#000000;
    	font-size:10pt;
	vertical-align: top;
	margin-left: 2px;
}

.etonotice{
	font-size:9pt;
	font-weight:bold;
}

hr{
	color:#FF0000;
      width: 600px;
}


/*<!-- Überschriften --> */
 
h1, h2, h3, h4 {
	color:#FF0000;
}

h1 {
	font-size:14pt;
	font-weight:bold; 
	}

h2	{
	font-size:12pt;
	font-weight:normal; 
	}

h3, h4	{
	font-size:11pt;
	font-weight:normal;
	}			


/*<!-- container --> */	
#container {
	width:900px;
	font-family:verdana,helvetica,sans-serif;
	background-color:#CCCCCC;
    	color:#cccccc;
    	font-size:10pt;
	margin: 0px;
	float: left;
	clear: both;
}

/*<!-- header --> */	

/*<!-- logo im header --> */	
#logo	{
	margin-top:0px;
	margin-bottom:-5px;
	color:#FFFFFF;
	float: left;
	background-image:url('assets/images/bg-nav.gif');
	background-repeat:repeat-y;

}


#head	{
	background-image:url('assets/images/bg-head.gif');
	background-repeat:repeat-x;
	background-position:right;
	margin-top:0px;
	padding:0px;
	height: 146px;
	width: 550px;
	color:#CCCCCC;
	float: left; 

}	

#title	{
	font-size:14pt;
	font-weight:bold; 
	width: 550px;
	color:#F50F0F;
	margin-top:0px;
	float:top;
}


/*<!-- navigation --> */	

#nav {
	line-height:30px;
	width: 280px;
	min-height: 350px;
        max-height: 800px;
	padding-left: 2px;
	font-size:14pt;
	font-weight:bold;
	float: left;
	clear: both;
	}

#nav li	{
	margin-bottom: 10pt;
	text-indent: 1pt;
	list-style-type: none;
}

/* Inhalt */
#content {
	width:550px;
	margin-top:10px;
	float:left;
                }

ul	{
	margin-bottom: 10pt;
	text-indent: 1pt;
	list-style-type: none;
}

ol	{
	margin-bottom: 10pt;
	text-indent: 1pt;
	list-style-type: square;
}

li	{
}



/* Links im Text */

a:link, a:visited, a:active, a:hover
{ 
 	text-decoration:none;
	font-weight:bold;
	color: #F50F0F;
}
a:active, a:hover
{ 
  color:#A3A3A3;
}

/* Links in der Unternavigation */
a.nav:link, a.nav:visited
{ 
  color:#CCCCCC;
}
a.nav:active, a.nav:hover
{ 
  color:#A3A3A3;
}

/*<!--   Copyright Zeile --> */

.tomite a:link, .tomite a:visited, .tomite a:active, .tomite a:hover
 {
	font-family:verdana,helvetica,sans-serif;
	font-size :6pt; 
	font-weight: normal;
	color: #e4e4e4;
}
