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


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

body {
  font: 12pt/1.4 "Times New Roman", Times, serif;
} 


html, body {
	position: relative;
}

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

body {
	MARGIN-TOP: 12pt; 
	FONT-SIZE: 100%; 
	BACKGROUND-IMAGE: url(../images/bg.jpg); 
	COLOR: #000000; 	
	BACKGROUND-REPEAT: repeat-x; 
	BACKGROUND-COLOR: #d1e1bc;
	text-align: center;
	min-height: auto; height: 1%; 
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* visible hidden, but available for search engines, screenreaders etc. */
.hidden, dfn {
	 display: none; 
}

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  {
	width: 100%;
	margin: 0;
	text-align: left;
	padding: 0;
	position: relative;
	background-color: #FFF;
	background: #FFF;
}

#header {
	margin: 0; padding: 0;	
	width: 100%;
	position: relative;
	background-color: #FFF;
	background: #FFF;
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
	height: 120px;
}

#main {	
	width: 100%;
	position: relative;
	/* overflow: hidden; */
	position: relative;
	background-color: #FFF;
	background: #FFF;
}

#navigation {
	display: none;
}

#content {
	position: relative;
	width: 100%;
	background-color: #FFF;
	/* margin-left: 11em; */
	padding: 0; margin: 0;
	padding-bottom: 12pt;
	z-index: 2;
}

#contentContainer {
	position: relative;
}


#footer {
	display: none;
}

/* ============================================
NAVIGATION LAYOUT - nicht fuer druck
 ============================================ */

/* ------------- SKIPLINKS ---------------*/
ul.skiplinks {
	display: none;
}


/* ------------- SKIPLINKS  ende ---------------*/

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


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


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

div.header_name {
	position: absolute;
	bottom: 0;
	left: 0;
	FONT-WEIGHT: bold; FONT-SIZE: 18pt;
	COLOR: #003300; 
	padding-bottom: 6pt;
}

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

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

#contentContainer {

}

#contentContainer p, div, li, dt, dd, blockquote {

}

#contentContainer h1, h2, h3, h4 {
	COLOR: #003300; 
}

#contentContainer h1 {
	COLOR: #003300; 
	font-size: 20pt;
}

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

#contentContainer h3 {
	font-size: 16pt;
}

#contentContainer h4 {
	font-weight: normal;
	font-size: 16pt;
}

#contentContainer  ul, ol {
	margin: 0; padding: 0;
	margin-left: 14pt;
}

#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 {
	display: none;
}

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

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