/***********************************************/
/* formate.css                                 */
/* Style Sheets NOACK & PARTNER EDV-Baratung   */
/***********************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:10pt;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}
a{
	color: #006699;
	text-decoration: none;
}
a:link {
	color:#006699;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:active {
	text-decoration:none;
	background-color: #CCCCCC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	padding: 20px 0px 0px 0px;
}
h2.times {
	font-family: "Times New Roman", Times, serif;
}
ul{
	list-style-type: none;
}
ul.point{
	list-style-image: url(images/point.gif);
}
li {
	padding-left: 10px;
}

/*************/
/* Divs      */
/*************/
#content{
	float: left;
    width: 75%;
	padding: 10px 10px 10px 20px;
}
#fullscreen{
	float: left;
    width: 75%;
	padding: 10px 10px 10px 20px;
}
#mitte{
	float: left;
    width: 45%;
	padding: 10px 10px 10px 20px;
}
#headlines{
	float: left;
	width: 15%;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	background-color: #FFFFDD;
	border-right: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	line-height: 24px;
}
#navBar{
  float:right;
	width: 15%;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #006699;
	background-color: #EEEEEE;
	line-height: 24px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#rechts{
  float: right;
	width: 30%;
	border-left: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-left: 10px;
}
#siteInfo{
	clear: both;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #AAAAAA;
	padding: 10px 0px 10px 20px;
}
#fullscreen th{
	text-align: center;	
}

/************** content styles *****************/
.story{
	clear: both;
	text-align: justify;
}
.story h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.story h4{
	padding: 5px 0px 0px 0px;
	text-align: left;
    font-size: 110%;
}
.story p{
	padding: 0px 0px 10px 0px;
}
.story img{
	float: left;
	padding: 0px 20px 0px 0px;
}
.story img.right{
	float: right;
	padding: 0px 0px 0px 20px;
}
.story p.right{
	padding: 0px 0px 0px 0px;
	text-align: right;	
}
.courses{
	clear: both;
	text-align: justify;
}
.courses h3{
	padding: 0px 0px 0px 0px;
	color:#006699;
	text-align: left;
}
.courses h4{
	padding: 5px 0px 0px 0px;
	color:#006699;
	text-align: left;
  font-size: 110%;
}
.courses p{
	padding: 0px 0px 10px 0px;
}
.courses ul.tn{
  list-style-image:url('images/tn.gif');
  list-style-position:outside;
}
.courses ul.vkn{
  list-style-image:url('images/vkn.gif');
  list-style-position:outside;
}
.courses ul.zeiten{
  list-style-image:url('images/zeiten.gif');
  list-style-position:outside;
}
.courses ul.ziele{
  list-style-image:url('images/ziele.gif');
  list-style-position:outside;
}
.courses ul.themen{
  list-style-image:url('images/bullet.gif');
  list-style-position:outside;
}
/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block;
}
#navBar ul {list-style: none; margin: 0; padding: 0; background-color: #EEEEEE;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks a {
	display: block;
	border-top: 1px solid #CCCCCC;
	padding: 2px 0px 2px 10px;
}
#sectionLinks a:hover{
	background-color: #FFFFFF;
}
#sectionLinks li.this{
	background-color: #CCCCCC;
}
#sectionLinks li.sub{
    padding-left:20px;
	font-weight: lighter;
}
#sectionLinks li.subthis{
	background-color: #CCCCCC;
    padding-left:20px;
	font-weight: lighter;
}

/************** #headlines styles **************/
#headlines p{
	padding: 5px 0px 5px 0px;
}
#headlines h4{
	padding: 5px 0px 0px 0px;
	text-align: left;
    font-size: 110%;
}

/************** horizontal top menue **************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
padding-left: 0px;
position: relative;
display: inline;
float: left;
background-color: #006699; /*overall menu background color */
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 82px; /*Width of top level menu link items*/
padding: 4px 8px;
border-right-style: solid;
border-right-color: white;
border-right-width: 1px;
text-decoration: none;
color: white;
font-weight: bold;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border-bottom:thin white;
border-bottom-style: solid;
}

.suckertreemenu ul li a:hover{
background-color: #CCCCCC;
color: navy;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #006699 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #006699 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

