/* CSS Document */

@import "css/admin2.css";
@import "css/resets.css";
@import "css/irTable.css";
@import "css/irForms.css";
@import "css/galerie.css";
@import "css/lightbox.css";
@import "css/jquery.treeview.css";
@import "css/redmond/jquery-ui-1.7.2.custom.css";
@import "css/redmond/configurations.css";

/*Reset Anweisungen*/
	html{color:#000;background:#FFF}
	body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
	table{border-collapse:collapse;border-spacing:0}
	address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
	li{list-style:none}
	caption,th{text-align:left}
	h1,h2,h3,h4,h5,h6{font-weight:normal}
	q:before,q:after{content:''}
	abbr,acronym{font-variant:normal}
	/* "line-height" und selector Erscheinung erhalten */
	sup {vertical-align:text-top}
	sub {vertical-align:text-bottom}
	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
	/* weil "legend" im IE nicht vererbt wird */
	legend{color:#000}
/*****/

/*** spezielle Browser-Kompatibilitaets-Anpassungen ***/

img {		/* PNG-Faehigkeit f�r aeltere Browser */
	progid:DXImageTransform.Microsoft.AlphaImageLoader;
}

/* Basic ***************/
html { height:100%; background-color:#fff; height:101%;}
body {
	font-size:62.5%;
	background:#fff;
	color:#444;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	line-height:1.5em;
	height:100%;
	text-align:center;      /* Deklaration fuer IE 5.x */
	voice-family:"\"}\"";  /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
	voice-family:inherit;
	text-align:left;      /* Korrektur fuer andere Browser */
}
	
.clr {clear:both;}

#wrap {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:910px;
	margin:0 auto -100px;
	background:url(./img/shadow_leftright.png) repeat-y center #fff;
}
* html div#wrap {
	position: relative;
	margin-left: -455px;
	left: 50%;
}
.wrapInner {
	padding:0 20px;
}

img, a {border:0;}

/**************/



/* Footer *************/
#footer, .push {
	height:100px;
}
#footer {
	width:910px;
	margin:0 auto;
	/*background:url(./img/shadow_leftright.png) repeat-y center #fff;*/
}
* html div#footer {
	position: relative;
	margin-left: -455px;
	left: 50%;
}
.footerInner {
	color:#999999;
	margin:0 20px;
	padding-top:50px;
}
.footerInner p, .footerInner a {
	font-size:12px;
}
.footerInner hr {
	border:0;
	border-top:1px solid #999;
	margin-bottom:5px;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#666666;
	text-decoration:none;
}
.scTpHinweis {
	float:right;
	text-align:right;
}
.tpTopMenu li {
	float:left;
	margin-right:10px;
}
/**************/




/* Header  *************/
#header {
	height:88px;
	width:910px;
	margin:20px auto 0;
	background:url(img/pagetop.png) no-repeat center;
	position:relative;
}
* html div#header {
	position: relative;
	margin-left: -455px;
	left: 50%;
}
#header .logo {
	margin:25px 0 0 20px;
}
#header .feature {
	float:right;
	margin:25px 80px 0 0;
}
* html div#header .feature {
	position: absolute;
	top: 0;
	right: 0;
}
#header .feature img {
	margin:0 0 0 20px;
}
/**************/




/* Teaser  *************/
#teaser {
	padding-top: 15px;
}
#teaser img {
	
}

/****************/

/* Navigation (Hauptnav.) *************


/* oberste Ebene */
ul#nav,
ul#nav li ul {
	list-style: none;
	margin: 0:
	padding: 0;
}
ul#nav li {
	float:left;
	z-index: 20;
}

div.menu {
	padding-top: 12px;
}
ul#nav {
	padding-bottom: 6px;
}
ul#nav li a {
	display: block;
	padding:0.3em 0.4em 0.3em;
	margin-right:0.8em;
	color:#59595d;
	font-size:1.4em;
	text-decoration: none;
}
ul#nav li a:hover,
ul#nav li.hover a,
ul#nav li:hover a {
	background:#ccd2e0 url(./img/bgNavHover.png) repeat-x left;
	color:#fff;
}
ul#nav li.twActive a {
	background:#ccd2e0 url(./img/bgNavActive.png) repeat-x left;
	color:#fff;
}
ul#nav li ul li {
	clear:left;
	width:160px;
	background-color:#e2e2e2;
}
ul#nav li ul li a {
	border-bottom: 1px solid #dadada;
	margin:0;
	font-size: 9pt;
}

/* Erscheinen und verschwinden */
ul#nav li {
	position: relative;
}
ul#nav li ul {
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 160px;
	border-top: 1px solid #dadada;
	z-index:1000;
}
ul#nav li:hover ul,
ul#nav li.hover ul {
	left: 0;
	top: 24px;
}
ul#nav li:hover ul li ul,
ul#nav li.hover ul li ul {
	display:none;
}

ul#nav li ul li:hover ul,
ul#nav li ul li.hover ul {
	display: block;
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 160px;
	border-top: 1px solid #dadada;
	z-index:1000;
}
ul#nav li ul li:hover ul,
ul#nav li ul li.hover ul {
	left: 160px;
	top: 0px;
}




/* Hover ab Ebene 2 */
ul#nav li:hover ul li a,
ul#nav li.hover ul li a,
ul#nav li ul li:hover ul li a,
ul#nav li ul li.hover ul li a {
	background: none;
	color: #59595d;
}
ul#nav li ul li a:hover {
	background:#ccd2e0;
	color: #59595d;
}











/**************/

/* Search */
#search {
	margin-bottom:15px;
}
#search img {
	margin: 0 0 0 5px;
}
#search input {
	font-size: 16px;
	width:223px;
	color:#999;
	vertical-align:top;
	background-color:#eee;
	border:#ddd solid 1px;
}
/**************/

/* Content */
.content {
	padding-top:30px;
}

.contentLeft {
	position:relative;
	width:560px;
	float:left;
	z-index: 15;
}
.contentRight {
	position:relative;
	width: 250px;
	float:right;
}

/**************/




/* Zusaetze fuer mehr Barrierefreiheit und sonstiges*/

.skip, .hide, .print {
	height:1px;
	left:-1000em; 
	position:absolute;
	top:-1000em;
	width:1px;
}
.skip:focus, .skip:active {
	height:auto;
	left:0;
	position:static;
	top:0;
	width:auto;
}

/***************************************** */
.tpMenuFirstLi {
	width:0;
	padding:0;
	margin:0;
}

.tpInfobox {
	margin-bottom:3em;
}
.tpInfobox h5 {
	font-size:1.7em;
	font-weight:bold;
	color:#fff;
	background:#a4a4a4 url(img/bgInfobox.png) repeat-x;
	margin-bottom:0.8em;
	padding:5px 6px;
}
.tpInfobox h6 {
	font-size:1.3em;
	font-weight:bold;
	color:#666;
	margin-bottom:0.5em;
	margin-top:0.3em;
}

.tpInfoboxNews {
	margin-bottom: 30px;
}

.tpInfoboxTable {
	width:100%;
	font-size:1.1em;
	font-weight:bold;
}
.tpInfoboxTable thead td {
	background-color:#777;
	padding:0.2em 0.5em;
	border-right:0.2em solid #fff;
	border-bottom:0.2em solid #fff;
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	width:14.2%;
}
.tpInfoboxTable tbody td {
	padding:0.1em 0.5em;
	border-right:0.2em solid #fff;
	border-bottom:0.2em solid #fff;
	font-size:1.1em;
	font-weight:regular;
	text-align:center;
	width:14.2%;
}
.tpInfoboxTable tbody td a {
	color:#dd0000;
	text-decoration:none;
	font-weight:bold;
}
td.aktuellerMonat {
	background-color:#eee;
}
td.nichtAktuellerMonat {
	background-color:#f5f5f5;
	color:#aaa;
}
td.heute {
	background-color:#003366;
	color:#FFFFFF;
	font-weight:bold;
}
.eventInfoboxLegende {
	margin-top:0em;
}
.eventInfoboxLegende tbody td {
	font-size:1em;
	color:#003366;
	padding:0.3em 0.6em;
	border-bottom:0.2em solid #fff;
}



.tpMoreLink a {
	color:#17376b;
	text-decoration:none;
}
.tpMoreLink a:hover {
	text-decoration:underline;
}


.twFormular p {
	margin:0 0 0.2em;
}
.twFormular input {
	margin:0 0 0.8em;
}


p.success {
	margin:1em 0;
	color:#009900;
	font-weight:bold;
}





.supportbox {
	position:absolute;
	bottom:3em;
	left:3em;
	width:140px;
}


.tpEvent {
	border-bottom:1px dotted #666;
	margin:0;
	bottom:0;
}
.tpEvent h3 {
	font-size:1.5em;
	color:#003366;
	margin-bottom:0.5em;
}

.tpNews {
	border-bottom:1px solid #999;
	margin-bottom:60px;
	padding-bottom:10px;
}
.tpMoreLink {
	float:right;	
}


ul.redakteurButtons li,
ol.twFormular li {
	list-style:none;
}

ol.twFormular li p {
	color:#666;
	font-size:1.2em;
}
ol.twFormular li input.loginInput {
	font-size: 1.3em;
	width:180px;
	color:#666;
	vertical-align:top;
	background-color:#eee;
	border:#ddd solid 1px;
}


