/*--------------------------------------------------------------


Website: http://diroz.org
Done by: http://into-smth.com

Content

	1. Div Section
	2. H1 & p styles
	3. Links style
	4. Ul / Li style

Colors:
#70b3ed	- light blue
#ec8810 - orange
 --------------------------------------------------------------
 */
 
 
/*FEATURE*/
#feature {
	background-image:url(/images/plakat-1Ns.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 130px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 207px;
}

#divbox p{
	margin-top:0.1em;
}
#inner_feature {
	width: 200px;
	opacity: 0.60;
	filter: alpha(opacity=60);
	background-color: #d0d0d0;
	border: 1px solid black;
	color: #101010;
	padding: 0.3em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.85em;
	
}

#inner_feature a:link {color: #000000; text-decoration:none;}
#inner_feature a:visited {color: #000000; text-decoration:none;}
#inner_feature a:hover {color: #000000; text-decoration: underline;}
#inner_feature a:active {color: #000000; text-decoration:none;}

#inner_feature .conf_more {
	text-align: right;
	width:100%;
}

/*END TESTS*/

body {color: #777; font-family: Arial, sans-serif; font-size: 0.9em; padding:0px; margin: 0px;}

/* --------------------------------------------------------------*/
/* ---------------------     div section    ---------------------*/
/* --------------------------------------------------------------*/
#mainheader{width:100%; height:150px; margin:0; padding: 0; background-image:url(/images/header_main_bg.jpg); background-repeat:repeat-x;}

#divlogo{width:158px; height:150px; background-image:url(/images/logo.gif); float:left; margin-right:0px;}
#divlogo a {width:100%; height: 100%; display: block;}

#divsubheader {padding-left:0; margin-left:158px; background:url(/images/bg_header.gif) no-repeat;}

#divtitle {height:84px;}

#divmenu {height:49px; padding-top:5px; padding-left: 3px;}

#divmain {
	
}

#divcontent  {
	margin-right: 290px;
	float:left;
	padding-left: 20px;
	padding-bottom:  4em;

}
#divcontentsolo {
	float:left;
	padding-left:20px;
	margin-right: 30px;
	padding-bottom:  4em;
}

#divright {
	width:250px;
	float:right;
	margin-left: -250px;
}

#divfooter {width:100%; background-color:#70b3ed; margin-top:0.3em; bottom:0 !important; bottom:-1%; position:fixed;}

#divbox {width:95%; margin:0.8em; padding:0.4em;background-color:#eef6fb; border:1px #c5dff1 solid; float:right;}

/* --------------------------------------------------------------*/
/* ---------------------   h1 & p styles    ---------------------*/
/* --------------------------------------------------------------*/
#divtitle h1 {color:#fff; font-size: 1.7em; font-weight: normal; margin-top:0px; padding-top:25px;}

#divfixedbox p {
	position: absolute;
	right: 0;
	top: 0.1em;
	color:#fff;
	font-weight:normal;
	font-size:0.90em;
	text-align:right;
	padding:0.1em;
	margin: 0;
}

#divbox p {color:#777; font-weight: normal; font-size:0.9em; text-align:justify; padding-left:6%; padding-right:3%; margin-bottom:8%;}

#divbox h1 {color:#54a4de; font-size: 1.2em; font-weight: bold; padding-left:3%; margin-bottom:8%;}

#divcontent p {color:#777; font-weight: normal; font-size:1em; text-align:justify; padding-left:6%; padding-right:3%;  text-indent: 0.25in;}

#divcontent p.doc_list,#divcontentsolo p.doc_list {text-indent: 0;}
#divcontent .doc_comment,#divcontentsolo .doc_comment  {font-size:0.6em;font-style:italic;}
/* --------------------------------------------------------------*/
/* ---------------------    link styles     ---------------------*/
/* --------------------------------------------------------------*/
a:link {color: #54a4de;}
a:visited {color: #54a4de;}
a:hover {color: #ec8810; text-decoration: underline;}
a:active {color: #ec8810;}

.login_error {
	color: #b22222;
}

#divfixedbox a:link {color: #fff; text-decoration:none;}
#divfixedbox a:visited {color: #fff; text-decoration:none;}
#divfixedbox a:hover {color: #fff; text-decoration: underline;}
#divfixedbox a:active {color: #fff; text-decoration:none;}

.fixedlinks {
	position:absolute;
	left:0.2em;
	top:0.1em;
	text-align:left;
	padding: 0.1em;
}

#divmenu a {padding-left: 10px;font-size: 13px;}
#divmenu a:link {color: #fff; text-decoration:none; }
#divmenu a:visited {color: #fff; text-decoration:none;}
#divmenu a:hover {color: #fff; text-decoration: underline;}
#divmenu a:active {color: #fff; text-decoration:none; }

#divmenu a.submenu {display: block; position: relative; left: -10px; top: 10px;color:red;} 

.menusection {
	white-space: nowrap;
	position: relative;
}

.menusubsection {
	white-space: nowrap;
	position: absolute;
	top: 23px;
	left:0;
}
/* --------------------------------------------------------------*/
/* ---------------------    ul/li styles    ---------------------*/
/* --------------------------------------------------------------*/
#divcontent ul, #divcontentsolo ul  {list-style-type: none;	padding-left: 0; margin-left: 0;}
#divcontent ul li, #divcontentsolo ul li {background: url(/images/silver-arrow.gif) left top no-repeat; padding-left:3%; padding-bottom: 2%; margin-top:2%; margin-left:4%; text-indent: 0.25in; border-bottom:1px #000 dashed;}
#divcontent ul li:hover, #divcontentsolo ul li:hover {background: url(/images/orange_arrow.gif) left top no-repeat; padding-left:3%; padding-bottom: 2%; margin-top:2%; margin-left:4%; text-indent: 0.25in; border-bottom:1px #ec8810 dashed; color:#000;}


#divfixedbox
  {
  bottom:0 !important;
  left: 0;
  width: 100%;
  height:4em;
  position:fixed;
  background-color:#70b3ed;
  }
@media screen
  {
  #divfixedbox
    {
    position: fixed;
    }
  /* Don't do this at home */
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
  bottom:0 !important;
  left: 0;
  width: 100%;
  height:100%;
  position:fixed;
  overflow:auto;
    }
  * html #divfixedbox
    {
    position: absolute;  
    }
  /* All done. */
  }
