@import "/system/skidoo_redux/css/skidoo_redux.css";
/* @import "/system/skidoo_redux/css/skidoo_redux_theme.css"; */

/*** Konfiguration skidoo (Farben ...) ***/
/* Feste breite, weisser Rand aussen, Schrift */
#page-container {
	font-family:arial,helvetica,sans-serif;
	font-size:75%;
	margin:35px;
	width:710px;
}
body {
	margin:0;
	background-color:#ddd;
}

/* Keine Rahmen, Hintergrund */
#page-container, #inner-column-container, #masthead, #footer {
	border:0;
}
#footer {
	background-image:url(resources/line.gif);
	background-repeat:repeat-x;
	padding-top:10px;
}
#masthead {
	background-image:url(resources/top.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

/* Linke Spalte breiter, minimale Höhe */
#outer-column-container {
	border-left-width:18em;
	border-right-width:0;
}
#left-column {
	margin-left:-18em;
	width:18em;
	height:380px;
}
* html #middle-column .inside
{
	margin-left:5px;
	margin-right:4px;
	margin-right:/* */:0px;
}

#middle-column a, #middle-column a:visited {
	color:#013e75;
}



/*** Eigene Sachen ***/
/* Zusätzliches Element für Begrenzung des weissen Rands nach rechts */
#main-container {
	background-color:#fff;
	padding-top:1px; /* Sonst erscheint im Firefox kein Rand */
	padding-bottom:1px; /* " */
	width:780px; /* Feste Breite plus weisse Ränder */
}
#logo {
	margin:10px;
	width:170px;
	height:70px;
}
* html #logo {
	height:70px;
}
#topnav {
	padding-right:12px;
	text-align:right;
}
#intro {
	font-size:2em;
	width:100%;
}
.ausstellung {
	background-image:url(resources/line.gif);
	background-repeat:repeat-x;
	margin-top:10px;
	padding-top:10px;
	width:100%;
}
.tabline {
	background-image:url(resources/line.gif);
	background-repeat:repeat-x;
	background-position:10px;
	width:485px;
}
.toggle {
	background-color:#ddd;
}
h1 {
	font-size:1.2em
}
h2 {
	font-size:1.2em
}
th {
	text-align:left;
}
#promoIMG {
	background-image:url(resources/logo_vvt.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	width:205px;
	height:32px;
}
