/* Standard CSS wird noch erweitert (Ausrichtung und Positionierung) */

/* als ersten tag-Eigenschaften, dann IDs, zuletzt Klassen */
/* alle Namen in Kleinbuchstaben */

/* allgemeing�ltige Schriftformatierung, wirkt sich auf alle Elemente aus */
/* font:font-size/line-height font-weight font-style font-family; */
* {
	font:12px Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#000;
	margin:0;
	padding:0;
}
/* Hintergrundbild und -farbe, Bild sollte immer so heissen */
body {
	background:#BFBCB6 url(bilder/bg_verlauf.jpg) repeat-x;
	text-align:center;
}
h1{
	font-weight:bold;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	margin: 15px 0 10px 0;
	width:100%;
	text-align:left;
	line-height: 120%;
}
#content_rechts h1 {
	color:#ccc;
}
h2{
	font:18px bold Arial, Verdana, Helvetica, sans-serif;
	margin:12px 0;
}
h3{
	font:16px bold Arial, Verdana, Helvetica, sans-serif;
	color:#003366;
	margin:10px 0;
}
/* Schrift */
strong {
	font-weight:bold;
}
/* Absatzformatierung */
p {
	margin:0 0 10px 0;
}
/* Listenformatierung */
ul {
	margin-left:20px;
}
li {
	list-style-type:square;
	margin: 0 0 3px 0;
}
/* Tabellen */
table {
	margin:0;
	padding:0;
}
tr {
	margin:0;
	padding:0;
}
td {
	margin:0;
	padding:0;
}
sup {
	font-size:70%;
}
strong em{
font-weight:bold !important;
}
em{
font-style:italic;
}
/* Link-Zust�nde, hier unterstrichen */
a {
	text-decoration:underline;
	color:#003366;
}
a:visited {
	color:#003366;
}
a:hover {
	color:#003879;
	text-decoration:none;
}
a:active {
	color:#004679;
}


#content_rechts a {
	text-decoration:underline;
	color:#ccc;
}
#content_rechts a:visited {
	color:#ccc;
}
#content_rechts a:hover {
	color:#fff;
	text-decoration:none;
}
#content_rechts a:active {
	color:#fff;
}


/* Formulare */
fieldset{
  border:none;
}
.csc-mailform-field{
  margin:2px 0;
}
.csc-mailform-field label {
  display:block;
  width:120px;
  float:left;
  text-align:left;
}
.csc-mailform-field input {
  width:200px;
}
.csc-mailform-field select {
  width:100px;
}
/* Container mit Positionierung */
#frame{
	position:relative;
	top:25px;
	width:910px;
	height:auto;
	height:490px;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	background:url(bilder/gsi_logo3.gif) no-repeat;
	position:absolute;
	top:0;
	left:-30px;
	width:126px;
	height:131px;
	z-index:20;
}

#logo a{
	text-decoration: none;
	position:absolute;
	top:0;
	left:-30px;
	width:126px;
	height:131px;
	z-index:20;
}

#navi {
	position:absolute;
	top:10px;
	left:460px;
	width:450px;
	height:30px;
	text-align:justify;
}
#container_rechts {
	position:absolute;
	top:40px;
	left:460px;
	background:#878277;
	width:450px;
	height:450px;
	text-align:left;
	overflow:hidden;
}
#container_links {
	position:absolute;
	background:#C3C0BB url(bilder/gsi_logo2.jpg) no-repeat;
	top:40px;
	left:0px;
	width:450px;
	height:450px;
	z-index:10;
}
#content_links, #content_rechts{
	width:330px;
	height:370px;
	position:absolute;
	top:70px;
	left:80px;
	text-align:left;
	overflow:auto;
	padding:0 40px 10px 0;
}
*html #content_links, #content_rechts{
	width:370px;
	height:380px;
}
#meta {
	position:relative;
	top:20px;
	width:910px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}
.main_navi_item {
	float:left;
}
