/*
Name:		site.css
Zweck:		Eigenschaften der Seitenelemente
Ersteller:	mt
=============================
*/

/*
Generelle Elementdefinitionen
=============================
*/

* {
	margin:0;
	padding:0;
	outline:none;
	list-style:none;
}

html, body {
	height:100%;
}

body {
	overflow-y:scroll;
}

h2 {
	display:block;
	margin-bottom:20px;
	border-bottom:1px solid #b8b8b8;
}

h2 {
	padding-bottom:15px;
}

div#left h3 {
	padding-bottom:5px;
}

ul, li, li ul, li ol {
	margin:0;
}

a img {
	border:5px solid #F0F0F0
}

/*
Container
=============================
*/

div#container {
	width:900px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -80px;
}

div#content {
	margin-top:34px;
}

div#left {
	width:182px;
	float:left;
	margin-right:35px;
}

/*
Content
-----------------------------
*/

div.home img {
	border:5px solid #F0F0F0;
}

/*
Portal
-----------------------------
*/

div#svPortal dl {
	padding:20px 0;
	border-bottom:1px solid #e7e7e7;
}

div#svPortal dl h3 a {
	color:#fff;
}

div#svPortal dl h3 a:hover {
	text-decoration:none;
}

div#svPortal dl.first {
	padding-top:0;
}

div#svPortal dl.last {
	border:none;
	padding-bottom:0;
}

div#svPortal dl dd {
	margin-top:15px;
}

dd.summary span.readMore {
font-size:inherit;
}

/*
Header
=============================
*/

div#header {
	padding-top:5px;
}

h1 {
	width:299px;
	height:105px;
	float:left;
	background:url(../images/layout/logo.jpg) no-repeat;
}

h1 span {
	display:none;
}

h1 a {
	display:block;
	width:299px;
	height:105px;
}

/*
Search
-----------------------------
*/

form#searchForm {
	width:213px;
	heigth:30px;
	float:right;
	margin-top:19px;
}

form#svSearchAgain {
	float:left;
}

form#searchForm input#txtKeywords, form#svSearchAgain input#txtKeywordsA {
	width:160px;
	height:23px;
	float:left;
	padding:7px 0 0 10px;
	border:none;
	background:url(../images/layout/search-field.jpg) no-repeat;
}

form#searchForm input#searchbutton, form#svSearchAgain input#searchbuttonA {
	width:39px;
	height:30px;
	margin-left:4px;
	border:none;
	background:url(../images/layout/search-button.jpg) no-repeat;
	text-indent:-9999px;
}

fieldset {
	margin:0;
	padding:0;
}

/*
Navigation
-----------------------------
*/

ul#navPrimary  {
	height:36px;
	margin-top:35px;
	padding-left:217px;
	padding-top:9px;
	background:url(../images/layout/nav_bg.jpg) no-repeat;
}

ul#navPrimary li {
	float:left;
}

ul#navPrimary li a {
	display:block;
	height:24px;
	padding-top:12px;
	color:#fff;
}

ul#navPrimary li:hover a {
	background:url(../images/layout/nav/navPoint_bg-h.jpg) center bottom repeat-x;
}

ul#navPrimary li.current a {
	background:url(../images/layout/nav/navPoint_bg-a.jpg) center bottom repeat-x;
}

ul#navPrimary li.last a {
	padding-right:0;
}

ul#navPrimary div.leftCorner  {
	padding-left:13px;
}

ul#navPrimary div.rightCorner  {
	padding-right:13px;
}

ul#navPrimary li:hover div.leftCorner {
	background:url(../images/layout/nav/navPoint_bgLeft-h.jpg) left no-repeat;
}

ul#navPrimary li:hover div.rightCorner {
	background:url(../images/layout/nav/navPoint_bgRight-h.jpg) right no-repeat;
}


ul#navPrimary li.current div.leftCorner {
	background:url(../images/layout/nav/navPoint_bgLeft-a.jpg) left no-repeat;
}

ul#navPrimary li.current div.rightCorner {
	background:url(../images/layout/nav/navPoint_bgRight-a.jpg) right no-repeat;
}

/*
Secondary Navigation / Archiv Navigation
-----------------------------
*/

ul#navSecondary, div.svCatSummary {
	width:144px;
	padding:19px;
	margin-bottom:15px;
	background:#f0f0f0;
}

div.svCatSummary ul li {
	padding:3px 0 0 15px;
	background:url(../images/layout/list-item-dark.gif) no-repeat;
}

div.svCatSummary ul li {
	width:129px;
	padding-bottom:5px;
	margin-bottom:1px;
	border-bottom:1px solid #cdcdcd;
}

div.svCatSummary ul li.last {
	border:none;
}

ul#navSecondary li {
	padding:5px 0;
	border-bottom:1px solid #cdcdcd;
}

ul#navSecondary li ul li {
	padding:2px 0 5px 0;
	background:url(../images/layout/list-item-dark.gif) no-repeat;
}

ul#navSecondary li ul li {
	border-bottom:none;
}

ul#navSecondary li.first {
	padding:0 0 5px 0;
}

ul#navSecondary li ul li.first {
	margin-top:5px;
	padding:3px 0 5px 0;
	border-top:1px solid #cdcdcd;
}

ul#navSecondary li ul li.last {
	padding-bottom:0;
}

ul#navSecondary li ul li a {
	padding-left:13px;
}

ul#navSecondary li ul li.current {
	background:url(../images/layout/list-item.gif) no-repeat;
}

/*
Quick Navigation
-----------------------------
*/

ul#quickNav {
	float:right;
	padding-right:10px;
}

ul#quickNav li {
	float:left;
	padding:0 10px;
	border-right:1px solid #b8b8b8;
}

ul#quickNav li.first {
	padding:0 10px 0 0;
}

ul#quickNav li.last {
	padding:0 0 0 10px;
	border:none;
}

/*
Language Navigation
-----------------------------
*/

ul#langNav {
	float:right;
	margin-top:5px;
}

ul#langNav li {
	float:left;
	width:39px;
	height:26px;
	margin:-10px 0 0 2px;
	padding-top:5px;
	background:url(../images/layout/language_bg.jpg) no-repeat;
	text-align:center;
}

ul#langNav li.first {
	margin-left:0;
}

ul#langNav li:hover {
	background:url(../images/layout/language_bg-active.jpg) no-repeat;
}

ul#langNav li a {
	display:block;
	width:39px;
	height:26px;
}

/*
News Ticker
=============================
*/

ul#news {
	width:144px;
	min-height:250px;
	padding:19px 19px 0 19px;
	background:url(../images/layout/news-box-bg.jpg) no-repeat #0aa4ca;
}

div#news-bottom {
	width:182px;
	height:3px;
	margin-bottom:15px;
	background:url(../images/layout/news-box-bottom.jpg) no-repeat;
}

ul#news li {
	margin-top:8px;
	padding-bottom:10px;
	padding-left:13px;
	border-bottom:1px solid #fff;
	background:url(../images/layout/list-item-white.gif) left top no-repeat;
}

ul#news li.first {
	margin-top:0;
}

ul#news li.showall {
	margin-left:48px;
	border:none;
	background:none;
}

ul#news li.showall a {
	display:block;
	width:83px;
	height:33px;
	background:url(../images/layout/showall-button.png) no-repeat;
}
ul#news li.showall-en {
	margin-left:51px;;
}

ul#news li.showall-en a {
	display:block;
	width:80px;
	height:33px;
	background:url(../images/layout/showall-en-button.png) no-repeat;
}

ul#news h3 {
	display:block;
	width:45px;
	height:11px;
	padding-bottom:11px;
	background:url(../images/layout/news.png) no-repeat;
}

ul#news li.systemnews {
	padding-bottom:6px;
	border:none;
}

ul#news li.systemnews a {
	display:block;
	width:110px;
	height:16px;
	background:url(../images/layout/systemnews.png) no-repeat;
}

/*
Login
=============================
*/

div#login {
	width:147px;
	height:192px;
	margin-bottom:15px;
	padding:16px 18px 0 17px;
	background:url(../images/layout/login-box-bg.jpg) no-repeat;
}

div#login label {
	display:block;
	width:126px;
	height:12px;
	text-indent:-99999px;
}

div#login div.mailadmin {
	width:126px;
	height:12px;
	float:right;
	margin-top:9px;
	background:url(../images/layout/mailadmin.png) no-repeat;
}

div#login div.webmail {
	width:52px;
	height:12px;
	float:right;
	margin:9px 74px 0 0;
	background:url(../images/layout/webmail.png) no-repeat;
}

div#login div.exigate {
	width:48px;
	height:13px;
	float:right;
	margin:11px 79px 0 0;
	background:url(../images/layout/exigate.png) no-repeat;
}

input.loginto {
	float:left;
}

form#loginform input#exigate {
	margin-top:10px;
}

form#loginform input {
	margin-top:8px;
	padding:4px 7px 0 7px;
}

form#loginform input#usernametext, form#loginform input#username, form#loginform input#passwordtext, form#loginform input#password {
	width:133px;
	border:none;
	height:25px;
	background:url(../images/layout/login-field.png) no-repeat;
}

form#loginform input#username, form#loginform input#password {
	display:none;
}

form#loginform input#loginbutton {
	width:62px;
	height:33px;
	margin-left:85px;
	border:none;
	background:url(../images/layout/login.png) no-repeat;
}

/*
Box
=============================
*/

div.box {
	width:144px;
	min-height:136px;
	padding:19px 19px 11px 19px;
	background:url(../images/layout/box-bg.jpg) no-repeat #9ac909;
}

div.box h3 {
	padding-bottom:8px;
}

div.box a {
	display:block;
	margin-top:10px;
}

div.box-bottom {
	width:182px;
	height:4px;
	margin-bottom:15px;
	background:url(../images/layout/box-bottom.jpg) no-repeat;
}

/*
Footer
=============================
*/

div#footer-push {
	height:80px;
	margin-top:15px;
}

div#footer {
	width:868px;
	height:48px;
	margin:0 auto;
	padding:16px;
	background:#f7f7f7;
}

div#footer ul#address {
	height:26px;
	margin-left:201px;
	border-bottom:1px solid #e7e7e7;
}

div#footer ul#address li {
	float:left;
	padding-right:10px;
	list-style:disc;
	list-style-position:inside;
}

div#footer ul#address li.first {
	list-style:none;
}

div#footer ul#address li.last {
	padding-right:0;
}

/*
Footer Navigation
-----------------------------
*/

ul#navFooter {
	margin-left:201px;
}

ul#navFooter li {
	float:left;
	margin-top:10px;
	padding-right:20px;
}

ul#navFooter li.last {
	padding-right:0;
}

/*
Kontaktformular
=============================
*/

fieldset input, fieldset textarea {
	padding:5px;
	border:1px solid #b8b8b8;
}

input.errorfield {
	width:70%;
	border:1px solid #CC3333;
}

p.showerror {
	color:#cc3333;
}

/*
Sitemap
=============================
*/

ul#svSiteMap li ul li ul {
	margin:5px 5px;
}

ul#svSiteMap li {
	margin-top:0;
	margin-bottom:0;
}

/*
Classes
=============================
*/

div.clear {
	clear:both;
}

.hide {
	display:none;
}

/*
Mura Fixes
=============================
*/

.content .svIndex {
	border:none;
	padding:0;
}

.svIndex {
	margin:0;
}

.svIndex dl {
	margin:0;
}

#primary .svIndex dl.hasImage {
    min-height: 90px;
    padding-left: 90px;
}

p + ul, p + ol {
	margin:0;
}

.svPortal dl {
	margin-bottom:0;
}

.sidebar form {
	margin-bottom:0;
}

dd p {
	margin:0;
}

td {
	padding:0;
}

#primary #svGallery ul {
	list-style:none !important;
}

#primary #svGallery ul li {
	list-style-type:none;
	margin:0 15px 0 5px;
    width: 90px !important;
}

#primary #svGallery ul li dl dt {
	font-weight:normal;
	font-size:0.9em;
}
#primary #svGallery dl {
	clear:none;
	float:left;
	width:15%;
	margin-bottom:15px;

}
#primary #svGallery dl.hasImage {
	padding-left:20px !important;
 }
#primary #svGallery dl dt a {
	font-weight:normal;
 }

