@import url("/css/grundelemente.css");
@import url("/css/navigation.css");
@import url("/css/lightbox.css");
@import url("/css/ausgelagert.css");
@import url(specials.css);

/*farbcodes vsci.ch
------------------------------------------
--------------------------------------------

#e5431a = orange
#ff7321 = orange neu.... (heller)
#254075 = blau
#3f3f3f = grau

------------------------------------------
-------------------------------------------*/

body {
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: 0.75em;
line-height: 1.4em;
color: #000;
margin: 0;
padding: 0;
text-align: center;
background-color: #c7c7c7;
background-image: url(/pictures/bg_body.gif);
background-repeat: repeat-x;
}

#accesskeys {
position: absolute;
top: -400px; 
}

#leer {
margin: 0;
padding: 0;
width:100%;
height:100%;
background-color:#C7C7C7;
}
/* container
------------------------------------------
------------------------------------------*/

#wrapper {
margin: auto;
text-align: center;
background-image: url(/pictures/bg_wrapper.gif);
background-repeat: repeat-y;
background-position: center top;
width: 1018px;
}

#container {
background-image: url(/pictures/bg_container.jpg);
background-repeat: no-repeat;
background-position: center top;
width: 1018px;
/*text-align: left;*/
}

#container.bern {
background-image: url(/pictures/bg_container_be.jpg);
}

#container.ost {
background-image: url(/pictures/bg_container_ost.jpg);
}

#container.aargau {
background-image: url(/pictures/bg_container_ag.jpg);
}

#container-inner {
width: 970px;
margin: auto;
text-align: left;
}

/* header:
  - sprachwechsel
  - quicklinks, suche
------------------------------------------
------------------------------------------*/

#head {
background-position: top left;
background-repeat: no-repeat;
width: 790px;
text-align: left;
height: 136px;
}

#logo-container {
height: 90px;
width: 250px;
}

#head #logo{
margin: 0px 0px 0px 8px;
}

#head-top {
padding: 6px 0px 5px 0px;
font-size: 0.95em;
}

#head-top a {
color: #fff;
}

/* sprachwechsel
------------------------------------------
------------------------------------------*/

ul#lang {
margin: 0px 0px 0px 5px;
padding: 0;
width: 150px;
float: left;
}

ul#lang li {
display: inline;
margin: 0;
padding: 0;
}

ul#lang li a {
padding: 0px 5px 0px 3px;
border-right: 1px solid #fff;
text-decoration: underline;
}

ul#lang li.active a {
text-decoration: none;
}

/* quicklinks
------------------------------------------
------------------------------------------*/

ul#quicklinks {
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}

ul#quicklinks li {
display: inline;
margin: 0;
padding: 0;
}

ul#quicklinks li a {
padding: 0px 7px 0px 7px;
}

ul#quicklinks li a:hover {

}

#volltextsuche {
margin: 0px 25px 0px 0px;
padding: 0;
}

#volltextsuche button {
position: absolute;
background-color: transparent;
text-indent: -5000px;
background-image: url(/pictures/icon_search.gif);
background-repeat: no-repeat;
width: 15px;
height: 15px;
border-style: none;
cursor: pointer;}

#volltextsuche #suche {
font-size: 0.9em;
color: #000;
width: 100px;
margin: 0px 9px 0px 0px;
padding: 3px;
border: solid 1px #575757;
}

#volltextsuche #suche:hover,
#volltextsuche #suche:focus {
border: solid 1px #000;
color: #000;
}

/* linke spalte 
------------------------------------------
------------------------------------------*/

#navi address {
color: #3f3f3f;
font-style: normal;
font-size: 0.95em;
margin: 20px 0px 0px 8px;
}

#navi address p {
margin: 8px 0px 0px 0px;
padding: 0;
line-height: 1.3em;
}

/* content
------------------------------------------
------------------------------------------*/

#content {
width: 570px;
margin: 15px 0px 0px 200px;
padding: 5px 0px 0px 0px;
line-height: 1.45em;
}

#content ul {
margin-left: 0;
padding-left: 16px;
}

#content ol {
margin-left: 6px;
padding-left: 16px;
}

#content form {
margin: 0;
padding: 0;
}


/* rechte spalte:  -------------------------

 - login
 - aktuelles
 - kurse
------------------------------------------
------------------------------------------*/

#right {
text-align: left;
float: right;
width: 180px;
margin: -135px 0px 0px 0px;
}

#right h2 {
font-size: 1.05em;
margin: 0;
padding: 6px 0px 6px 8px;
color: #fff;
background-color: #ff7321;
}

ul.werbung {
list-style: none;
margin: 50px 0 0 10px;
padding: 0;
}
.werbung img {
border: 1px solid #ff7323;
margin: 0 0 10px 0;
}

/* login
------------------------------------------
------------------------------------------*/

#mitglieder-login {
height: 130px;
}

#mitglieder-login form {
margin: 0px 0px 0px 8px;
}

form#member-login label,
#mitglieder-login form a {
font-size: 0.9em;
color: #fff;
}

#mitglieder-login a{ 
color: #fff
}

form#member-login label{
display: block;
width: 115px;}

form#member-login label:hover{
color: #000;
}

form#member-login input {
font-size: 0.9em;
width: 114px;
border: 1px solid #254075;
margin: 0px 0px 4px 0px;
padding: 3px;
background-image: url(/pictures/bg_input_login.gif);
background-repeat: repeat-x;
}

form#member-login input:focus,
form#member-login input:hover {
border-color: #000;
}

form#member-login input.button-login {
padding: 2px;
width: 35px;
font-size: 0.9em;
margin: 0px 10px 4px 0px;
/*float: right;*/
font-weight: bold;
color: #254075;
background-color: #fff;
}

#mitglieder-login span.vsci-logged-in-as {
float: left;
}

#mitglieder-login span.vsci-logout {
float: right;
margin: 0px 10px 0px 0px;
font-weight: normal;
}

#mitglieder-login img {
margin: 5px 0px 0px 0px;
}

/* aktuelles, kurse
------------------------------------------
------------------------------------------*/

#aktuelles-right,
#kurse-right {
margin: 13px 0px 0px 0px;
border-top: 1px solid #254075;
}

#aktuelles-right h2,
#kurse-right h2 {
border-top: 1px solid #fff;
border-bottom: 1px solid #254075;
margin: 0px 0px 10px 0px;
}

#aktuelles-right table {
width: 160px;
font-size: 11px;
margin-left: 7px;
}

#aktuelles-right p.all-news {
text-align: right;
padding: 10px 13px 0px 0px;
}

#aktuelles-right p.all-news a {
background-image: url(/pictures/btn_arrow.gif);
background-position: center left;
background-repeat: no-repeat;
padding: 0px 0px 0px 16px;
font-weight: bold;
}

/* nav-bottom
------------------------------------------
------------------------------------------*/

#ie-leftfix {
text-align: left;
}

#nav-bottom  {
clear: both;
width: 770px;
margin: 0px 0px 0px 25px;
text-align: left;
padding: 25px 0px 2px 0px;
}

ul#nav-bottom-right {
width: 180px;
float: right; 
list-style-type: none;
margin: 0;
padding: 0;
text-align: right;
}

ul#nav-bottom-right li,
ul#nav-bottom-left li {
display: inline;
padding: 0;
margin: 0;
}

ul#nav-bottom-right a,
ul#nav-bottom-left a  {
font-size: 0.95em;
padding: 0px 11px 0px 12px;
text-decoration: none;
color: #3f3f3f;
background-repeat: no-repeat;
background-position: center left;
}

ul#nav-bottom-right a.gotop {
background-image: url(/pictures/btn_gotop.gif);
}

ul#nav-bottom-right a.print {
background-image: url(/pictures/btn_print.gif);
padding: 0px 0px 0px 15px;
}

ul#nav-bottom a:hover {
color: #000;
}

ul#nav-bottom-left  {
list-style-type: none;
margin: 0px 0px 0px 187px;
padding: 0;
text-align: left;
}


/* diverses
------------------------------------------
------------------------------------------*/

.invis {display: none}
.break {clear: both}

/*------------ Sitemap ----------------*/

#content ul.sitemap .normal1{
margin-bottom: 2px;
font-weight: bold;
border-bottom: none
}

#content ul.sitemap li {
margin-bottom:0;
padding: 2px 0;
font-weight: normal;
border-bottom: 1px dotted silver;
}

#content ul.sitemap .normal3 {
border-bottom: none;
}


/*temporaer: kurse rechts ausblenden 
  temporaer: fr und ital logins ausblenden 
------------------------------------------
------------------------------------------*/

#kurse-right,
.login-franz,
.login-ital {
visibility: hidden;
}


/* checkheft
------------------------------------------
------------------------------------------*/

.checkheft_1 {position: relative; top: -15px;}

.impline_1 {position: relative; top: -154px; right: -215px;}
