/***********************************************/
/* 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:80px;
	background-color: #9999cc;
	border-bottom: 0px solid black;
}

#NavBarContainer {
   position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:1.5em;
	font-size: 90%;
	background-color: #333399;
	border-bottom: 0px solid black;
}


#BreadCrumbContainer {
   position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:1.0em;
	background-color: #9999cc;
	border-bottom: 2px solid #333399;
}

#NavigationContainer {
   position: absolute;
	padding: 10px 0px 0px 0px;
	float: left;
	left: 20px;
	width: 12.5em;
	background-color: #ffffff;
	border: 0px solid black;
	font-size: 90%;
}


#ContentContainer{
   top: 0px;
   margin-left: 12em;
   margin-right: 0px;
	padding: 10px 10px 10px 10px;
	background-color: #fafafa;
	border: 0px solid black;
}

#ContentContainerFixed{
   top: 0px;
   bottom 0;
   min-width: 550px;
   margin-left: 12em;
   margin-right: 0px;
	padding: 10px 10px 10px 10px;
	background-color: #fafafa;
	border: 0px solid black;
}

#ContentContainerHomeFixed{
   top: 0px;
   bottom 0;
   min-width: 550px;
   margin-left: 12em;
   margin-right: 125px;
	padding: 10px 10px 10px 10px;
	background-color: #fafafa;
	border: 0px solid black;
}


#InfoContainer{
   position: relative;
	padding: 0;
	float: right;
   top:-430px;
   right: -135px;
   width:125px;
	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{
	color: #005FA9;
	text-decoration: none;
}

#ContentContainer a:hover{
	color: #005FA9;
	text-decoration: none;
	text-decoration: underline;
}


/************** header styles *****************/
#header h1{
 font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
 color: #ffffff;
 position: absolute;
 top: 0px;
 margin:50px 10px 10px 120px;
 padding: 0px;
 border : 0px;
}

#header h2{
 font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
 color: #eeeeee;
 position: absolute;
 top: 0px;
 margin: 15px 10px 10px 120px;
 padding: 0px;
 border : 0px;
}
#header_r1 img{
position: absolute;
top: 3px;
right:140px;
border-style: none;
}
#header_r1 a:link, a:visited, a:hover{
border-style: none;
border-color: transparent;
text-decoration: none;
}
#header_r2 img{
position: absolute;
top: 3px;
right:0px;
border-style: none;
}
#header_r2 a:link, a:visited, a:hover{
border-style: none;
border-color: transparent;
text-decoration: none;
}
#header img{
position: absolute;
top: 3px;
left:0px;
}


#NavBarContainer p{
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #ffffff;
 text-align: right;
 margin: 0px 10px 0px 0px;
 padding: 2px;
}



#NavBarContainer a{
   color: #ffffff;
   padding: 2px 10px 2px 2px;
	text-decoration: none;
}

#NavBarContainer a:hover{
   color: #ffffff;
   padding: 2px 10px 2px 2px;
	text-decoration: underline;
}

#BreadCrumbContainer p{
 font: 80% Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px 0px 0px 0px;
 padding: 2px 0px 0px 10px;
	background-color: #F5F5FF;
}

#BreadCrumbContainer a:link, a:visited{
	color: #333399;
	text-decoration: none;
}

#BreadCrumbContainer a:hover{
	color: #333399;
	text-decoration: underline;
}


/************ sectionLinks styles **************/

/*
.sectionLinks{
	margin: 0px;
	padding: 0px;
}
*/
.ro{ 
	background:url("ro_gray.gif") top right no-repeat;
	margin:0;
	padding:0;
	}
.lo{ 
	background:url("lo_gray.gif") top left no-repeat;
	margin:0;
	padding:0;
	}
.ru{ 
	background:url("ru_gray.gif") bottom right no-repeat;
	margin:0;
	padding:0;
   font-size: 160%;
	}
.lu{ 
	background:url("lu_gray.gif") bottom left no-repeat;
	margin:0;
	padding:0;
	}


/*
.sectionLinksTop p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background:  url("bg_nav_top.jpg");
   font-size: 80%;
	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("mi_gray.gif") top right no-repeat;
//	background:  url("bg_nav_bottom.jpg") bottom;
   font-size: 80%;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
*/
.sectionLinksSelected p{
	margin: 0;
	border-top: 0px solid #ffffff;
	border-left: 10px solid #ccccff;
	border-bottom: 0px solid #cccccc;
   font-size: 90%;
	font-weight: bold;
	padding: 2px 0px 1px 10px;
	color: #21536A;
	background:url("mi_gray.gif") top right repeat-y;
}
/*
.sectionHeader p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #DDDDDD;
   font-size: 90%;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
*/
.sectionLinks p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-left: 10px solid #cccccc;
	background-color: #DDDDDD;
	background:url("mi_gray.gif") top right repeat-y;
   font-size: 90%;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	color: #21536A;
}
.sectionLinks p:hover{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-left: 10px solid #555555;
	background-color: #DDDDDD;
	background:url("mi_gray.gif") top right repeat-y;
   font-size: 90%;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	color: #21536A;
}
/*
.sectionLinks p:link {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #9999ff;
	background:url("mi_gray.gif") top right repeat-y;
	background-image:  url("bg_nav.jpg");
   font-size: 85%;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
*/
.sectionLinks a:link, .sectionLinks a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	background:url("mi_gray.gif") top right repeat-y;
   font-size: 85%;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	color: #21536A;
	border-left: 10px solid #dddddd;
}

.sectionLinks a:hover{
	display: block;
	background:url("mi_gray_high.gif") top right repeat-y;
   font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	border-left: 10px solid #ccccff;
}

.subsectionLinks{
	margin: 0px;
	padding: 0px;

}
.subsectionLinks p{
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background:url("mi_gray_high.gif") top right repeat-y;
   font-size: 85%;
	font-weight: bold;
	padding: 0px 0px 0px 30x;
	color: #21536A;
}

.subsectionLinksSelected p{
	margin: 0;
	border-top: 0px solid #ffffff;
	border-left: 10px solid #ccccff;
	border-bottom: 0px solid #cccccc;
   font-size: 90%;
	font-weight: bold;
	padding: 2px 0px 1px 20px;
	color: #21536A;
	background:url("mi_gray.gif") top right repeat-y;

}

.subsectionLinks a:link, .subsectionLinks a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	border-left: 10px solid #dddddd;
	background:url("mi_gray.gif") top right repeat-y;
   font-size: 85%;
	font-weight: bold;
	padding: 2px 0px 2px 20px;
	color: #21536A;
}

.subsectionLinks a:hover{
	border-top: 0px solid #cccccc;
	border-left: 10px solid #ccccff;
	background-color: #DDEEFF;
	background:url("mi_gray_high.gif") top right repeat-y;
   font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}

.adress p{
   font-size: 85%;
   padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.column {
   position: relative;
	top: 0px;
	left: -10px;
   width: 100%;
	background-color: #f9fafa;
	border: 0px solid #030303;

}.column50a {
   position: absolute;
	left: 0;
	width: 45%;
   padding: 10px 50px 10px 10px;
	border: 0px solid #0000ff;
	background-color: #f9fafa;

}
.column50b {
   position: absolute;
	top: 0px;
	left: 50%;
	width: 50%;
   padding: 10px 10px 20px 10px;
	border: 0px solid #ff0000;
	border-left: 1px solid #eeeeee;
	background-color: #f9fafa;
}


.column70a {
   position: absolute;
	left: 0;
	width: 65%;
   padding: 10px 50px 10px 10px;
	border: 0px solid #0000ff;
	background-color: #f9fafa;

}
.column30b {
   position: absolute;
	top: 0px;
	right: 0;
	width: 25%;
   padding: 0px 0px 0px 0px;
	border: 0px solid #ff0000;
	background-color: #fffff;
}
/********************* end **********************/

*.pub {font-weight: bold; color: #ee0000;}

*.block {text-align: justify;}
