/*
Theme Name: vstm
Author: BIG GmbH, Zürich 11/09
------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	height:100%;
	min-height:100%;
}
body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	height:100%;
	min-height:100%;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	background-color: #e41819;
	color: #000;
	background-image: url(imgs/hg_logo_rot.png);
	background-repeat: no-repeat;
	background-position: top center;
}
div, p, img, a {
	margin: 0;
	padding: 0;
}
/* Seitenlayout popup
------------------------------------------------------------------------------- */
#pop_body {
	background-color: #FFF;
	background-image: none;
}
#pop_page {
	padding: 10px;
	width: 660px;
	height: 520px;
	background-color: #FFF;
}
#pop_content {
	background-color: #FFF;
	width: 650px;
	height: 510px;
}
#pop_content.details_bild {
	position: relative;
	float: right;
	width: 185px;
	border: 1px solid red;
}
#pop_content.details_text {
	float: left;
	width: 440px;
	position: relative;
	border: 1px solid blue;
}
/* Seitenlayout
------------------------------------------------------------------------------- */
#page {
	padding: 0px;
	min-height:300px;
	margin: 0 auto;
	width: 1020px;
}
#header {
	position: relative;
	background-image: url(imgs/hg_inhalt.png);
	background-repeat: repeat-y;
	background-position: top left;
	height: 258px;
	width: 1020px;
}
#vstm_logo {
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 14px;
}
#header_bilder {
	z-index: 9;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 14px;
}
#header_bilder img {
	margin: 0;
	padding: 0;
	border: none;
}
#topnavi {
	position: relative;
	height: 60px;
	width: 1020px;
	background-image: url(imgs/hg_navi.png);
	background-repeat: no-repeat;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1020px;
	background-image: url(imgs/hg_inhalt_wrapper.png);
	background-repeat: repeat-y;
	min-height: 300px;
	padding-bottom: 15px;
}
#left_column {
	float: left;
	width: 235px;
	margin-left: 25px;
}
#right_column {
	float: right;
	width: 120px;
	padding-right: 30px;
}
#content {
	float: left;
	width: 560px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 1px;
}
#textabschluss {
	position: relative;
	background-image: url(imgs/hg_inhalt_footer.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 1020px;
}
#footer {
	margin: 0 auto;
	width: 990px;
	color: #FFF;
	font-size: 9px;
	padding-top: 2px;
}
.clear {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}
/* ---[ content elemente ]--------------------- */
#content ul, #content ol {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#content blockquote {
	margin-left: 15px;
}
.table_highlight {
	background-color: #FEECEB;
}
table.tabelle_370 {
	background-color: #FFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	width: 370px;
	text-align: left;
	background-image: url(imgs/pixel_grau.png);
	background-repeat: repeat;
	border-collapse: separate;
	border-spacing: 1px 1px;
}
table.tabelle_100p {
	background-color: #FFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
	text-align: left;
	background-image: url(imgs/pixel_grau.png);
	background-repeat: repeat;
	border-collapse: separate;
	border-spacing: 1px 1px;
}
table.tabelle_370 thead tr th, table.tabelle_370 tfoot tr th {
	background-color: #ededee;
	color: #000;
	border: 3px solid #FFF;
	padding: 4px;
}
table.tabelle_100p thead tr th, table.tabelle_100p tfoot tr th {
	background-color: #ededee;
	color: #000;
	border: 3px solid #FFF;
	padding: 4px;
}
table.tabelle_370 tbody tr td, table.tabelle_100p tbody tr td {
	border: 3px solid #FFF;
}
table.tabelle_370 tbody td, table.tabelle_100p tbody td {
	color: #000;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	background-color: #f6f6f6;
}
/* ---[ vstm elemente ]------------------------ */
.adresse {
	float: left;
}
.impressum {
	text-align: right;
	letter-spacing: 1px;
	font-size: 10px;
}
.impressum a, .impressum a:link, .impressum a:visited, .impressum a:active {
	color: #FFF;
	text-decoration: none;
}
fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #366886;
	padding: 2px;
	background-color: #EEEEEE;
}
fieldset {
	padding: 4px;
	font-size: 12px;
	color: black;
	font-weight: normal;
	border: 1px solid #DDD;
}
.prev_next {
	border: solid 1px #DDD;
	margin-top: 2px;
	margin-left: 2px;
	padding : 1px;
	background-color: #f6f6f6;
}
.prev_next_activ {
	border: solid 1px #ddd;
	margin-top: 2px;
	margin-left: 2px;
	padding : 1px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}
.prev_next_deactivated  {
	border: solid 1px #ddd;
	margin-top: 2px;
	margin-left: 2px;
	padding : 1px;
	font-weight: bold;
	color: #ddd;
	background-color: #FFF;
}
.prev_next_activated  {
	border: solid 1px #ddd;
	margin-top: 2px;
	margin-left: 2px;
	padding : 1px;
	font-weight: bold;
	color: #000;
	background-color: #ddd;
}
/* --- Agenda-Tabelle --- */
.agenda_table {
	border: none;
	/*width: 100%;*/
	width: 530px;
	padding: 0px;
	margin: 0px;
}
.agenda_header {
	padding: 4px;
	background-color: #E5E5E5;
}
.agenda_entry {
	padding: 4px;
	border-bottom: #E5E5E5 solid 1px;
}
.agenda_highlight {
	background-color: #FEECEB;
}
/* ---[ common elements ]--------------------- */
h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #e41819;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #e41819;
	margin-bottom: 15px;
}
h3 {
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #e41819;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #e41819;
}
h5, h6 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
hr {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*background-image: url(imgs/dots.png);
	background-repeat: repeat-x;*/
	border: dotted #c6c6c6 1px;
}
/* ---[ links ]------------------------------- */
a, a:link, a:visited, a:active {
	color: #e41819;
	font-weight: normal;
}
a:hover {
	font-style: italic;
	font-weight: normal;
}
/* --Bilder als Link----*/
:link img {
	border:none;
	text-decoration:none;
}
:visited img {
	border:none;
	text-decoration:none;
}
:link:active img, :visited:active img {
	border:none;
	text-decoration:none;
}
/* ---[ Formulare ]------------------------------- */
form {
	width: 100%;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
textarea {
	padding: 0 2px;
	height: 70px;
	line-height: 1.5em;
	width: 450px;
}
#ta_input {
	padding: 0 2px;
	height: 70px;
	line-height: 1.5em;
	width: 450px;
}
/*Form speziell*/
.textbereich {
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
	width: 770px;
	left: 190px;
	top: 0px;
	position: relative;
	visibility: visible;
}
.button {
	font-size: 12px;
	border: solid 1px #999999;
	padding: 1px;
}
.inputbox {
	border: solid 1px #999999;
	background-color : white;
	color: black;
	padding: 1px;
	font-size: 12px;
}
/*------- top Menu ----------*/
#navcontainer {
	float: left;
	padding-top: 2px;
	margin-left: 20px;
	width: 600px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#navlist {
	font-size: 11px;
}
#navlist li.active a {
	color:#e41819;
}
#navlist li {
	display:inline;
	padding: 0;
	padding-left: 7px;
	padding-right: 5px;
	color:#646464;
	border-right: 1px solid #646464;
}
#navlist li.wflast {
	border-right: none;
}
#navlist a {
	color:#646464;
	text-decoration:none;
}
#navlist a:hover {
	color:#e41819;
}
.sprachwahl {
	float: right;
	padding-top: 2px;
	padding-right: 25px;
	width: 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/*------- Left Menu ----------*/
#mainmenu {
	color: #000000;
	width: 210px;
	margin-left: 5px;
	font-size: 11px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainmenu a:hover {
	color: #e41819;
}
#mainmenu ul {
	list-style-type: none;
	list-style-image: none;
}
#mainmenu ul li {
	margin:0;
	list-style-type: none;
	list-style-image: none;
	background-image: url(imgs/dots.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#mainmenu ul li a {
	height: 17px;
	color: #000000;
	display:block;
	padding-top: 8px;
	text-decoration:none;
	text-transform: uppercase;
}
#mainmenu ul li.active a, #mainmenu ul li.last.active a {
	height: 17px;
	color: #000000;
	display:block;
	padding-top: 8px;
	text-decoration:none;
	text-transform: uppercase;
	padding-left: 20px;
	background-image: url(imgs/plus.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
}
#mainmenu ul li.last a {
	height: 25px;
	background-image: url(imgs/dots25dots.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 0px;
}
/*Level 1*/

#mainmenu ul li ul {
	margin-top: 8px;
}
#mainmenu ul li ul li {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	padding: 0;
	margin: 0;
	height: 20px;
}
#mainmenu ul li.active ul li a, #mainmenu ul li.last.active ul li a, #mainmenu ul li.active ul li.last a {
	color: #000000;
	display:block;
	text-decoration:none;
	text-transform: none;
	background-image: none;
	padding: 0;
	padding-left: 20px;
	margin: 0;
	font-weight: normal;
}
#mainmenu ul li.active ul li.active a, #mainmenu ul li.active ul li.last.active a {
	color: #e41819;
	display:block;
	text-decoration:none;
	text-transform: none;
	background-image: url(imgs/red_dot.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	font-weight: bold;
}
#mainmenu ul li.active ul li.last.active, #mainmenu ul li.active ul li.last {
	padding-bottom: 16px;
}
