/***********************************************/
/* main.css                                    */
/* Use with template www.ioc-praktikum.de      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #333333;
   margin:10px 10px 10px 10px;
   padding:10px;
	background-color: #ffffff;
	border: 0px solid black;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 10px 0px 10px 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#HeaderContainer {
   position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:88px;
	background-image: url(header_bg.gif);
	border-bottom: 1px solid black;
}

#NavigationContainer {
   position: absolute;
	float: left;
	left: 20px;
	width: 200px;
	background-color: #ffffff;
	border: 0px solid black;
	font-size: 90%;
}

#ContentContainer{
   top: 0px;
   margin-left: 200px;
   margin-right: 0px;
	padding: 10px 10px 10px 10px;
	background-color: #f9fafa;
	border: 0px solid black;
}

#InfoContainer{
   float : left;
   width:160px;
	background-color: #f0f0f0;
	font: small Verdana,sans-serif;
	border: 0px solid black;
}

#FooterContainer{
   clear: both;
   position: relative;
   width:100%;
   bottom:0px;
	margin:0;
	border: 1px solid #ccd2d2;
	background-color: #F5f7f7;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

#ContentContainer p{
      font-size: 80%;
      padding 5px;
}

#ContentContainer ol, ul{
      font-size: 80%;
      padding 2px;
}

#ContentContainer a:link, a:visited{
//	font-size: 80%;
	color: #005FA9;
	text-decoration: none;
}

#ContentContainer a:hover{
//	font-size: 80%;
	color: #005FA9;
	text-decoration: none;
	text-decoration: underline;
}


/************** header styles *****************/
#header h1{
 font: bold 3em Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 position: absolute;
 top: 0px;
 margin: 10px 10px 10px 220px;
 padding: 0px;
 border : 0px;
}

#header img{
position: absolute;
top: 10px;
right:20px;
}


/************** teaser styles *****************/
#teaser h2{
 font: bold expanded 120% Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 color: #000000;
 margin: 0px;
 padding: 5px;
}

#teaser h3{
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #1111ff;
 margin: 5px 5px 0px 5x;
 padding: 2px;
}

#teaser h4{
 font: bold 90% Verdana, Arial, Helvetica, sans-serif;
 color: #1111ff;
 margin: 5px 5px 0px 5x;
 padding: 2px;
}

#teaser h5{
 font: bold 80% Verdana, Arial, Helvetica, sans-serif;
 color: #1111ff;
 margin: 5px 5px 0px 5x;
 padding: 2px;
}

#teaser p{
 font: 80% Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px 5px 5px 5px;
 padding: 0 5px 5px 5px;
}


#teaser img{
top: 5px;
left:5px;
margin: 5px 15px 5px 5px;
float: left;
}

#teaser br{
clear: both;
}



/************ sectionLinks styles **************/

/*
.sectionLinks{
	margin: 0px;
	padding: 0px;
}
*/
.sectionLinksTop p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background:  url("bg_nav_top.jpg");
   font-size: 100%;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
.sectionLinksBottom p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background:  url("bg_nav_bottom.jpg") bottom;
   font-size: 100%;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.sectionLinksSelected p{
	margin: 0;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	background-color: #DDDDDD;
   font-size: 100%;
	font-weight: bold;
	padding: 2px 0px 1px 10px;
	color: #21536A;
	background:  #DDDDDD url("nav_active.gif") left repeat-y;
}

.sectionHeader p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #DDDDDD;
   font-size: 100%;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.sectionLinks p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #DDDDDD;
   font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	color: #21536A;
}
.sectionLinks p:link {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	background-image:  url("bg_nav.jpg");
   font-size: 100%;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.sectionLinks a:link, .sectionLinks a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	background-color: #DDDDDD;
   font-size: 100%;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	color: #21536A;
}

.sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
   font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

.subsectionLinks{
	margin: 0px;
	padding: 0px;

}
.subsectionLinks p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #DDDDDD;
   font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	color: #21536A;
}

.subsectionLinksSelected p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #DDDDDD;
   font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	color: #21536A;
	background:  #DDDDDD url("nav_active.gif") left repeat-y;
}

.subsectionLinks a:link, .subsectionLinks a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	background-color: #DDDDDD;
   font-size: 100%;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	color: #21536A;
}

.subsectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
   font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}


/********************* end **********************/