/*
************* CSS for ebiz egovernment award *************
author: edith.vosta@bka.gv.at 
last updated: 2008 06 08
************* CSS for ebiz egovernment award *************
*/


/* ============================================
 BASE SETTINGS
 ============================================ */

html, body {
	position: relative;
}

html { 
	height: auto; 
	position: absolute;
	top: 0; left: 0;
}

body {
	MARGIN-TOP: 5px; 
	FONT-SIZE: 100%; 
	BACKGROUND-IMAGE: url(../images/bg.jpg); 
	COLOR: #000000; 	
	BACKGROUND-REPEAT: repeat-x; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #d1e1bc;
	text-align: center;
	line-height: 1;
	min-height: auto; height: 1%; 
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* visible hidden, but available for search engines, screenreaders etc. */
.hidden, dfn {
	position: absolute;
	top: -1000em;
	left: -1000em;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

abbr, acronym, span.abbr {
	border-bottom: 1px dotted black;
	cursor:help;
}

a img {
	border: 0;
}

a:link {
	color: #006600; 
}

a:hover, 
a:focus {
	color: #003300; 
	background-color: #dcf6e5; 
}

a:visited {
	color: #7c7c7c; 
}

/* clear those floating columns */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for safari */
	.clearfix { display: block }


/* ============================================
 SET UP THE LAYOUT - header, footer, main (2-spaltig)
 ============================================ */

#page  {
	margin: 0 auto;
	width: 47em;
	text-align: left;
	padding: 0;
	position: relative;
	background-color: #FFF;
	background: #FFF;
	margin-top: 1em;	/* platz oben fuer skiplinks schaffen */
	height: 100%; /* IE */
}

#header {
	margin: 0; padding: 0;	
	width: 47em;
	height: 110px;
	position: relative;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	background-color: #FFF;
	background: #FFF;
}

#main {
	margin: 0; padding: 0;	
	width: 47em;
	position: relative;
	border: 1px solid #999;
	/* overflow: hidden; */
	position: relative;
	background-color: #FFF;
	background: #FFF;
}

#navigation {
	margin: 0; padding: 0;	
	width: 10em;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#content {
	position: relative;
	top: 0;
	left: 10.1em;
	background-color: #FFF;
	/* margin-left: 11em; */
	padding: 0; margin: 0;
	padding-bottom: 1em;
	width: 36em;
	border-left: 1px solid #999; 
	z-index: 2;
}

#contentContainer {
	position: relative;
	padding: 2em 1.5em;
	padding-bottom: 0.5em;
}


#footer {
	clear: both;
	margin: 0; padding: 0;	
	width: 47em;
	position: relative; top: 0; left:  0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	background-color: #FFF;
	background: #FFF;
}

/* ============================================
NAVIGATION LAYOUT
 ============================================ */

/* ------------- SKIPLINKS ---------------*/
ul.skiplinks {
	position: absolute;
	top: -1.6em; left: 0;
	width: 100%;
	font-size: 68%;
	margin: 0;
	padding: 0;
	background-color: #d1e1bc;
}

ul.skiplinks li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.skiplinks li a {
	border-right: 1px solid #333;
	background-color: #d1e1bc;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

ul.skiplinks li a:link, 
ul.skiplinks li a:visited  {
	background-color: #d1e1bc;
	color: #000000;
	padding: 0.4em;
}

ul.skiplinks li a:hover, 
ul.skiplinks li a:focus, 
ul.skiplinks li a:active {
	background-color: #000;
	color: #FFF;
	padding: 0.4em;
}
/* ------------- SKIPLINKS  ende ---------------*/

/* ------------- NAVIGATION ---------------*/

#navigation ul {
	position: absolute;
	top:0; left: 0;
	width: auto;
	margin: 0;
	padding: 0;
}

#navigation ul.secondNavi {
	position: relative;
	top:0; left: 0;
	width: auto;
	margin: 0;
	padding: 0;
}

#navigation ul.thirdNavi {
	position: relative;
	top:0; left: 0;
	width: auto;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	font-size: 90%;
}

#navigation ul.secondNavi li {
	font-size: 80%;
}

#navigation ul.thirdNavi li {
	font-size: 95%;
}

#navigation ul li a {
	display: block;
	width: 10em;
	padding: 0.4em 0.6em;
	border-bottom: 1px solid #d1e1bc;
	text-decoration: none;
	border-left: 4px solid #d1e1bc;
}

#navigation ul li.selected {
	border-bottom: 1px solid #d1e1bc;
	background-color: #FFF;
}

#navigation ul li.selected a {
	border-bottom: 0px solid #d1e1bc;
	border-left: 4px solid #006600;
}

#navigation ul li a:link,  
#navigation ul li a:visited  {
	background-color: #FFF;
	color: #666;
}

#navigation ul li a:hover,  
#navigation ul li a:focus, 
#navigation ul li a:active   {
	background-color: #FFF;
	color: #003300;
	border-left: 4px solid #006600;
}

#navigation ul li.selected ul.secondNavi li a {
	padding-left: 1.2em;
	background-color: #FFF;
	color: #666;
	text-decoration: none;
	border-bottom: 0px solid #d1e1bc;
}

#navigation ul li.selected ul.thirdNavi li a {
	padding-left: 2.4em;
	background-color: #FFF;
	color: #666;
	text-decoration: none;
	border-bottom: 0px solid #d1e1bc;
}

#navigation ul li.selected ul.secondNavi li a:link,  
#navigation ul li.selected ul.secondNavi li a:visited  {
	background-color: #FFF;
	color: #666;
}

#navigation ul li.selected ul.thirdNavi li a:link,  
#navigation ul li.selected ul.thirdNavi li a:visited  {
	background-color: #FFF;
	color: #666;
}

#navigation ul li.selected ul.secondNavi li a:hover,  
#navigation ul li.selected ul.secondNavi li a:focus, 
#navigation ul li.selected ul.secondNavi li a:active   {
	background-color: #FFF;
	color: #003300;
}

#navigation ul li.selected ul.thirdNavi li a:hover,  
#navigation ul li.selected ul.thirdNavi li a:focus, 
#navigation ul li.selected ul.thirdNavi li a:active   {
	background-color: #FFF;
	color: #003300;
}

#navigation a.current:link, 
#navigation a.current:visited, 
#navigation a.current:focus, 
#navigation a.current:hover, 
#navigation a.current:active  {
	color: #003300 !important;
}

/* ------------- NAVIGATION  ende ---------------*/


/* ============================================
HEADER STYLES
 ============================================ */

div.header_name {
	position: absolute;
	bottom: 0;
	left: 0;
	PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 150%; 
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	COLOR: #003300; 
	padding-bottom: 0.2em;
}

img.header_image {
	position: absolute;
	bottom: 0em;
	right: 0;
}

/* ============================================
CONTENT and FOOTER STYLES 
 ============================================ */

#contentContainer {
	font-size: 80%;
}

#contentContainer p, div, li, dt, dd, blockquote {
	line-height: 140%;
}

#contentContainer h1, h2, h3, h4 {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	COLOR: #003300; 
}

#contentContainer h1 {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	COLOR: #003300; 
	font-size: 140%;
}

#contentContainer h2 {
	font-size: 130%;
	font-weight: normal;
	padding-top: 1em;
}

#contentContainer h3 {
	font-size: 110%;
}

#contentContainer h4 {
	font-weight: normal;
	font-size: 120%;
}

#contentContainer  ul, ol {
	margin: 0; padding: 0;
	margin-left: 18px;
}

#contentContainer  ul li,
#contentContainer ol ul li  {
  padding-left: 7px;
  margin-left: 0;
  list-style-type: square;
}

#contentContainer  ul ul li  {
  padding-left: 7px;
  margin-left: 0;
  list-style-type: circle;
}

#contentContainer img.fotoRight {
	margin: 0; padding: 0;
	float:right; 
	margin-left: 0.5em;
	display: block;
	width: 122px;
}

#contentContainer img.Wappen {
	margin: 0; padding: 0;
	float:right; 
	margin-left: 0.5em;
	display: block;
	width: 100px;
}

p.top {
	font-size: 83%;
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 0;
}

p.top a:visited {
	color: #005200;
}

#footer p.copy {
	font-size: 68%;
	margin: 0;
}
