@charset "UTF-8";
/*=====================================================================

		Styles V.08 by buliga.at			

======================================================================*/

body  {
	font: 100.01% Univers, Arial, Helvetica, sans-serif;
/*
	background: #AF0000 url(/images/hintergrund.jpg);
*/
	background: #E6E8EC;
	margin: 3% 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.global #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*
	border: 1px solid #CC0000;
*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.global #header {
	border-bottom:5px solid #E6E8EC;
	text-align:left;
	height:164px; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.global #headerleft {
	background:url(/img/upload/head1.jpg) no-repeat;
	background-position: -28px 0;
	text-align:right;
	border-bottom:5px solid #DD0000;
	height:164px; 
	padding: 0;
}	

.global #subheader {
	clear:both;
	text-align:right;
	font-size:90%;
	padding-right:10px;
	margin:10px 20px 10px 0;
	}
.global #subheader a, 
.global #subheader a:active,
.global #subheader a:visited {
	text-decoration:none;
	color:#000000;
	border-right:1px solid #990000;
	text-transform:uppercase;
	padding:2px 10px;
	}
.global #subheader a:hover {
	color: #BB0000;
	}
.global #subheader input img {
	display:inline;
	margin-right:5px;
	}

pre { font-family:"Courier New",Courier,monospace; font-size:80%; color:#0000C0; background-color:#FFFFE0; border:10px solid #EEEEEE; padding:10px; white-space:pre; }


div.logo {
	/*width:100%;*/
	height:auto;
	text-align:left;
	padding:1.4em 10px;
}
div.logo img {
	max-width:96%;
	height:auto;
	margin:0;
	border:0;
}

div.table { display:table; border-collapse:collapse; }
div.table-caption { display:table-caption;}
div.tr { display:table-row; }
div.td { display:table-cell; border:thin solid #fff; padding:5px; }

table {
	/*border: none;*/
	border-collapse:collapse;
}
th {
	padding:0.4em 0;
}	
tr td {
	margin:0;
	padding:0.4em 0.4em 0.4em 0;
	vertical-align:top;
}
/*tr { border-bottom:solid 1px grey; }*/

td span { font-size:70%; color:#CC0000;}

h1 { font-size:160%; }

h2 { font-size:140%; }

h3 { font-size:120%; padding: 0 0 12px 0; }

h4 { font-size:100%; padding: 0 0 12px 0; }

h5 { font-size:80%; }

blockquote { font-size:larger; }

a img { border:0;}

img {max-width: 100%;}/* prevents oversize images from breaking layout in browsers that support max-width */

a, 
a:link, 
a:active, 
a:visited {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #cc0000;
	text-decoration:none;
}


.global #boxes {
	font-family: Univers, Helvetica, Arial, sans-serif; 
	margin:0;
	padding:0;
	width: 460px;       
	background:#fff;
}

.global ul#boxes li {
	float: left;
	display: inline;
	position: relative;
	list-style-type: none;
	width: 110px;
	height: 124px;
	margin: 5px 10px 0 0;
	font-size: 80%;   /* weil die Definition für die Schriftgrösse in #mainContent  ist schon 80% */
	text-align:center;               
	overflow: hidden;
}

.global ul#boxes li img {
	border: 1px solid #BBB;
	margin-bottom:2px;
}

.global ul#boxes li a { 
	display: block;
	padding:0 auto; 
	width: 110px; 
	height: 124px; 
	text-decoration: none;
	text-align:center;
	color:#000000; 
}
.global ul#boxes li a img { 
	display: block; 
	width: 100px; 
	height: 80px; 
	/*margin-bottom:4px;*/ 
}
.global ul#boxes li a span { 
	position: relative; 
	top: 125px; 
	color: #BBB;  
	display: block; 
	text-align: center; 
	width: 110px; 
	overflow: hidden; 
}

.global ul#boxes li a:hover span { color: red; }


/*===================================================================
	Leftside Menu	v.08.14													
=====================================================================*/
.global #leftsidebar {
	float: left;
	width: 200px;
	background: #FFFFFF;
	font-size:80%;
	padding:0;
	margin:0;
	font-weight:lighter;
	}

ul#Navigation {
    width: 14em;
    margin: 0; 
	padding: 0 0.8em 0.8em 0;
	/*font-size: 0.75em;*/
    background-color: transparent;
  }

ul#Navigation li {
    list-style: none;
    margin: 0; 
	padding: 0;
  }

ul#Navigation li ul {
  margin: 0 0 0 1em; 
	padding:0.4em 0;
	font-size:90%;
  }

ul#Navigation li ul li {
    margin: 0;
  }

ul#Navigation li ul a, ul#Navigation li ul span {
    text-decoration: none;
    color:  #080808;
	padding:0.2em 0 0.25em 1.5em; /* Verschafft Platz fur den background "pfeil"  */
	background: url(/img/upload/pfeil_rechts.gif) left no-repeat; 

  }

ul#Navigation li ul a:hover, ul#Navigation li ul span {
	border-bottom:1px solid #fff;
	color: #cc0000;
	background: url(/img/upload/pfeil_rechts.gif) left no-repeat;
  }

ul#Navigation a, ul#Navigation span {
    display:block;
    padding:0.1em 0 0.2em 1.5em;
    text-decoration: none;
	text-transform:uppercase; 
	font-weight:normal;
    border-bottom: 1px solid white;
    color: black; 
  }

ul#Navigation a:hover, ul#Navigation a.current, ul#Navigation span {
		border-bottom-color: #cc0000;
    color: #cc0000; 
  }

ul#Navigation a.currentactive {
    color: #cc0000; 
  }

/*       HACKS      */
* html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 15.6em;
    w\idth: 14em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
* html ul#Navigation a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 12.8em;  /* Breitenangabe fuer IE 6 */
  }
* html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }

* html ul#Navigation li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 11.8em;  /* Breitenangabe fuer IE 6 */
  }
 


/* ================================= END LEFTSIDE MENU ============================== */


/* ================================ BEGIN RIGHTSIDE BAR ============================== */
.global #rightsidebar {
	float: right; 
	width: 195px; 
	background: #FFFFFF;
	padding: 0 20px 0 10px;
	margin:0; 
	font-size:80%;
}

.global #promotion {
	padding:0;
	margin:0 0 0.8em 0;	/*background-color:#ececec;*/
}
.global #promotion h4 { 
	margin:0;
}
.global #promotion img { 
	border:1px solid #ececec;
	margin:0;
	display:block;
	width:100%;
	height:auto;
}
.global #promotion p { 
	padding:0;
	margin:0;
	text-transform:uppercase;
}

.global #promotion a.textlink,
.global #promotion a.textlink:active,
.global #promotion a.textlink:visited { 
	display:block;
	padding:5px 5px 5px 18px;
	background: url(/img/upload/pfeil_rechts.gif) left no-repeat;
	text-decoration: none;
	color:#000000;
	}
.global #promotion a.textlink:hover {
	text-decoration:none;
	color:#CC0000;
	background: url(/img/upload/pfeil_rechts.gif) left no-repeat;
}
	
#divTermine, #divNewsletter {
	margin:0 0 1.2em 0;
	border:1px solid #CC0000;
	padding-top: 0px;
	padding-left: 0.4em;
}
#divTermine ul {
	list-style:none;
	padding:0;
	margin:0;
	background:transparent;
}
#divTermine ul li {
	list-style:none;
	display:block;
	margin:0;
	padding-bottom: 0.8em;
}
#divTermine ul li a,
#divTermine ul li a:link,
#divTermine ul li a:active,
#divTermine ul li a:visited {
	color:#000000;
	display:block;
	padding-left: 1.2em;
	margin-right: 0em;
	background:url(/img/upload/pfeil_rechts.gif) no-repeat;
	background-position: 0px 3px;
	text-decoration:none;
}
#divTermine ul li a:hover {
	text-decoration:none;
	color:#cc0000;
	background:url(/img/upload/pfeil_rechts.gif) no-repeat;
	background-position: 0px 3px;
}

table.seminartable {
	table-layout:fixed;
	width:100%;
	background-color:#FFFFFF !important;
	border-collapse: collapse;
	empty-cells:show;
	text-align: left;
	font-size:90%;}
table.seminartable tr {
	background: #FFFFFF !important;}
table.seminartable td {
	padding: 5px  8px 5px 0;}
table.seminartable tr.bottline {
	border-bottom:1px solid #808080 !important;
}
table.seminartable td.vMonat {
	border-bottom:1px solid #808080;
	border-top: 1px solid #808080;
	font-weight:600;
	text-align:left;
	padding:10px 1px;
	margin: 0;
	color:#080808;
}
table.seminartable p,
table.seminartable span {
	padding:0;
	margin:0;
}
td.infoBoxHeading {
	padding:10px 0;
	font-weight:600;
	line-height:22px;
	color:#808080;
	text-align: left;
}
  
/* ================================ END RIGHTSIDE BAR ============================== */

/* ================================ BEGINN CONTENT ============================== */


.global #mainContent {
	margin: 0 230px 0 200px; /* wenn #container bei 900px gelassen wird und die margins des #mainContent bei 220px, dann die maximale Breite eines Images in #mainContent MUSS NICHT MEHR ALS 440px betragen */
	padding: 0 20px;
	font-size:90%;
}
p.title {
	font-size:100%;
	color:#CC0000;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:0;
	text-align:left;
}
p,
p.text,
li {
	color:#000000;
	font-size:90%;
	text-align:left;
	line-height:1.5em;
}
p a,
p a:active,
p a:link,
p a:visited,
p.text a,
p.text a:active,
p.text a:link,
p.text a:visited {
	color:#000000;
	display:inline;
	text-decoration:underline;
}
p a:hover, 
p.text a:hover {
	text-decoration:none;
	color:#cc0000;
}
p.ThmbText { font-size:90%; margin:0 0 0 95px;}

.standardtable {font-size:90%;}

ul#thirdlevel {
	margin: 0 0 0 0;
	padding: 0 0 0.4em 0;
	background-color: transparent;}
ul#thirdlevel li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style:none;}
ul#thirdlevel a, ul#thirdlevel a:active {
	/*display:block;*/
    	padding:0.1em 0 0.1em 1.2em;
    	text-decoration: none;
	font-weight:normal;
	background:url(/img/upload/pfeil_rechts.gif) left no-repeat;
    	color:#000; }
ul#thirdlevel a:hover {
	/*display:block;*/
   	padding:0.1em 0 0.1em 1.2em;
    	text-decoration: none;
	font-weight:normal;
	background:url(/img/upload/pfeil_rechts.gif) left no-repeat;
    	color:#af0000; }

a.GlobalLinks,
a.GlobalLinks:active,
a.GlobalLinks:visited {
	color:#080808;
	font-size:80%;
	display:block;
	width:220px;
	padding-left: 1.5em;
	margin: 0.2em 0;
	background:url(/img/upload/pfeil_rechts.gif) left no-repeat;
	text-decoration:none;
	text-transform:uppercase;
}
a.GlobalLinks:hover {
	text-decoration:none;
	color:#cc0000;
	background:url(/img/upload/pfeil_rechts.gif) left no-repeat;
}
.imagediv {	/*  DIV mit Bilder und Text */
	width: 440px;
	/* clear: left; */
	height:130px !important; /* Für Bilder grö�?er als 155x200 diese Höhe anpassen */
	margin-bottom:20px;
	border-bottom: 1px solid #ccc;
}

.imagediv .floatbox { /* hier muss die Breite fuer die Bilder
						angegeben werden. Nicht vergessen auch 
						die margin des <p> anzupassen */
	float: left;
	width: 159px !important;
}

* html .imagediv p { /* IE 3px jog hack*/
	height: 1%;
}

.imagediv p, .imagediv h4 {
	margin-top: 0;
	margin-left: 169px !important;
}

.imagedivStart {	/*  DIV mit Bilder und Text für die Startseite */
	width: 430px;
	height:80px !important;
	margin-top: 0.8em;	/*border-bottom: 1px solid #ccc;*/
	clear: both;
}

.imagedivStart .floatbox { /* hier muss die Breite fuer die Bilder
						angegeben werden. Nicht vergessen auch 
						die margin des <p> anzupassen */
	float: left;
	width: 95px !important;
}

* html .imagedivStart p { /* IE 3px jog hack*/
	height: 1%;
}

.imagedivStart p, .imagedivStart h4 {
	margin: 0;
	margin-left: 105px !important;
}
.imagedivStart h4 { font-size:90%; }

.commentbox {
	background-color: #ececec;
	width: 200px;
	padding: 10px;
	font:13px  italic Georgia, "Times New Roman", Times, serif;
	/*margin-left:160px;*/
}

.commentfooter {
	background: url(/images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 50px;
	padding-top: 1px;
	margin-bottom: 2em;
	margin-left:160px;
	font-size: 13px;
	line-height:18px;
	color: #4A4A4A;
}

a.mehr, a.mehr:active, a.mehr:visited { color:#080808; display:block; padding-left:1.2em; margin-left:0.2em; text-decoration:none; background:url(/img/upload/pfeil_rechts.gif) left no-repeat; }
a.mehr:hover { color:#CC0000; text-decoration:none; background:url(/img/upload/pfeil_rechts.gif) left no-repeat; }


img.startThmb {
	width:80px;
	height:80px;
	margin: 0px 15px 15px 0;
}
img.thumbsBL {
	max-width:98%;
	display:inline;
	height:auto;
	margin: 0 0.9em 0.5em 0;
}	
img.thumbsBR {
	max-width:98%;
	display:inline;
	height:auto;
	margin: 0 0 0.5em 0.9em;
}	

#Datum {
	float:left;
	width:80px;
	font:normal lighter 130%/160% "Univers 55", Arial, Helvetica, sans-serif;
	vertical-align:top;
	margin:0 15px 20px 0;
	padding:0;
}
.post {
	float: left;
	color: #000000;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	margin: 3px 10px 0 0;
	padding: 8px 3px;
	width: 66px;
	line-height:1em;
}

.ContentBox {
	margin:0 0 20px 0;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	width:430px;
	/*height:auto;
	overflow:visible;*/
}

.ContentBox span a,
.ContentBox span a:active,
.ContentBox span a:visited {
	font-size:90%;
	display:inline-block;
	color:#080808;
	text-decoration:underline;
}
.ContentBox span a:hover {
	color:bb0000;
	text-decoration:none;
}
.ContentBox span {
	padding:0.4em;
	margin:0;
}
.ContentBox ul, #LinkBox ul {
	margin-left:0;
	padding:10px 0 10px 0;
	list-style:none;
}
.ContentBox ul li, #LinkBox ul li {
	margin: 0;
	padding: 0.2em 0;
	list-style: none;
}
.ContentBox ul a, #LinkBox ul a,
.ContentBox ul a:active, #LinkBox ul a:active,
.ContentBox ul a:link, #LinkBox ul a:link,
.ContentBox ul a:visited, #LinkBox ul a:visited {
	font-size:90%;
	display:block;
	padding-left: 1.2em;
	margin:0;
	background:url(/img/upload/pfeil_rechts.gif) left no-repeat;
	text-decoration:none;
	color:#080808;
}
.ContentBox ul a:hover, #LinkBox ul a:hover,
.ContentBox ul a:focus, #LinkBox ul a:focus {
	text-decoration:none;
	background:url(/img/upload/pfeil_rechts.gif) left no-repeat;
	color: #cc0000;
}

.ContentBox ul p {
	margin-left:-2.5em;
	overflow:hidden;
}

.mainCont {
	margin:0;
	height:auto;
	overflow:auto;
	text-align:left;
	border-bottom:1px solid #ccc;
	background:#FFFFFF;	/*padding:4px 0 8px 2px;*/
	}
.mainCont img {
	float:left;
	margin: 10px;
	display:inline;
	width:95px;
	height:95px;
	}

.mainCont ul {
	font-weight:normal;
	margin-left:0;
	padding:0;
	list-style:none;
	margin-bottom:0;
	margin-top:0;
	padding-bottom:4px;
	padding-top:8px;
	}
.mainCont p.title {
	font-size:100%;
	color:#CC0000;
	text-transform:uppercase;
	letter-spacing:2px;
}
.mainCont p.text {
	color:#000000;
}
.mainCont ul a,
.mainCont ul a:active,
.mainCont p a,
.mainCont p.text a,
.mainCont p a:active,
.mainCont p.text a:active {
	display:inline;
	padding-left: 1.2em;
	margin-right:0;
	background:url(/img/upload/pfeil_rechts.gif) left no-repeat;
	text-decoration:none;
	color:#080808;
	}
.mainCont ul a:hover,
.mainCont p a:hover {
	text-decoration:none;
	color:#cc0000;
	background:url(/img/upload/pfeil_rechts.gif) left no-repeat;

}
.mainCont ul li {
	margin:0;
}
	
.mainCont ul {
	overflow:auto;/* this is the key for good browsers*/
	}
/* mac hide - this is for ie6 and less \*/
* html .mainCont ul {height:1%;width:auto}
/* end hide*/

.mainCont ul span {
	float:left;
	/*width:10em;*/
	/*text-align:right;*/
	padding-right:10px;
	font-style:normal;
	font-weight:bold;
	}
.aw {width:45em;}

.mainCont ul li.hlght {background: #ececec; padding:0 0.4em;}

/* ================================ END CONTENT ============================== */

/* ================================ DIVERSE OPTIONEN ============================== */

.mbott {
	margin-bottom: 1.5em;
}
.mtop {
	margin-top: 1.5em;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nofloat {
    float: none;
    clear: both;
	line-height: 1px;

}
.invisible {
    display: none;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	background:#FFF;
	zoom:1;
}
.salvator {
	visibility: hidden;
	line-height: 0.1%;
	font-size: 0.1%;
	text-decoration: none !important;
}

.xx-small { font-size:60%;}
.x-small { font-size:75%;}
.small { font-size:90%;}
.small-bold { font-size:90%; font-weight:bold;}

.red {color:#CC0000;}
.green {color:#669900;}
.lilla {color: #993366;}
.big-red {color:#990000; font-size:110%; font-weight:lighter;}
.big-green {color:#669900; font-size:110%; font-weight:lighter;}
.big-lilla {color:#993366; font-size:110%; font-weight:lighter;}
.medium-red {color:CC0000;font-size:100%;font-weight:lighter;}
.small-red { color:CC0000;font-size:90%; }
.red-bold {color:#CC0000; font-weight:bold;}


hr {
	border:0 none;
	display:block;
	margin:12px 0;
	padding:0;
	height:1px;
	color:#aaa;
	background:#aaa;
}

img, fieldset {border:0;}


:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018";font-weight:bold; }
:lang(de-DE) { quotes:"\00BB" "\00AB" "\203A" "\2039";font-weight:bold; }
:lang(de-CH) { quotes:"\00AB" "\00BB" "\2039" "\203A";font-weight:bold; }
:lang(en)    { quotes:"\201C" "\201D" "\2018" "\2019";font-weight:bold; }

q:before { content:open-quote; color:#aa0000;font-weight:bold; }
q:after { content:close-quote; color:#aa0000;font-weight:bold; }
q q:before { content:open-quote; color:#080808;font-weight:bold; }
q q:after { content:close-quote; color:#080808;font-weight:bold; }

q {
	font-style:italic;
	font-family: Georgia, Univers, Helvetica, Arial;
}
q q { color:#080808; }
code { font-weight:bold; }


 /* ================================================== FORMULARE ============================================ */
 
 .global #suche {
	margin:0 0 1em 0;
	padding:0;	
}
.global #suche img {
	margin:0 0 0 10px;
	float:right;
	display:inline;
	}	
.global #suche a, .global #suche a:hover {
	float:left;
	text-decoration:none;
	text-align:left;
	font-size:90%;
	color:#CC0000;
	}
.global #suche .searchinput, .global #divNewsletter #emailaddress2 {
	width: 155px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #aaa;
	/*background: #FAFAFA url(/images/img04.gif) repeat-x;*/
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	}
.global #suche .searchbutton {
	margin:0;
	padding:2px;
	float:left;
	border:1px solid #464646;
	background:#EAEAEA;
	}
.global #divNewsletter #emailaddress2 {
	margin-top:2px;
	}
.emailfixed {
  border:0;
  width:240px!important;
}
/* ================================  Newsletter-Formular =================================== */

.cssform p{
width: 400px;
/*clear: left;*/
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: normal;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
}

.cssform textarea{
width: 220px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;}


table.newsletterform {
	table-layout:fixed;
	border-collapse:collapse;}
table.newsletterform tr {
	border-bottom:solid 1px #cecece;}
table.newsletterform td {
	padding:0.8em;}
table.newsletterform textarea {
	width: 250px;
	height: 150px;}
table.newsletterform input, table.newsletterform textarea {
	border: 1px solid #cecece;}
table.newsletterform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;}
table.newsletterform input[type="checkbox"]{ /*width of text boxes. IE6 does not understand this attribute*/
	padding: 0 10px 10px 0;}


/*a[href]:before {content: uri('../images/pfeil_rechts.gif');}*/

/* ================================ BEGINN FOOTER ============================== */


.global #footer {
	padding: 0;
	height:2em;
} 
.global #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.global #footNote { 
	clear:both;
	width: 900px; 
	max-width: 900px;
	min-width: 800px;
	background: none;
	margin: 2px auto;
	padding:4px 0;  
	text-align: center;
	font-size:70%;
	color:#000000;
} 
/* ================================ END FOOTER ============================== */




