/* Stylesheet: Seminar Barrierefreiheit Bildstein-Büros */

/******* Farben *********************/
/* orange: #ff8400;
/* dunkelgrau: #999999;
/* hellgrau: #cccccc;

/* * * * * * * * * * * * * * * * * * */
/* Allgemeine Definitionen * * * * * */
/* * * * * * * * * * * * * * * * * * */
*{
	margin: 0;
	padding: 0;
	border: 0;
}

html { height:100%; }

body  { 
	min-height: 101%;
  font-size: 100.01%;
	text-align:center;
	background-color:#ffffff;
}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	font-weight:bold;
}
h1 {
	margin-bottom:0.5em;
	font-size:2.2em;
	line-height:1em;
	letter-spacing:-2px;
	color:#999999;
}
h2 {
	margin: 1em 0 0.5em 0;
	font-size:1.5em;
	line-height:1em;
}
h3 {
	margin:1em 0 0.5em 0.25em;
	font-size:1.2em;
	line-height:1em;
}
h4 {
	margin-bottom:0.5em;
	font-size:1em;
	line-height:1em;
}

p {
	margin-bottom:0.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	text-align:left;
}

.klein {
	font-size:0.7em;
	}

a:link,
a:visited,
a:focus,
a:hover,
a:active {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
a:visited {

}
a:focus,
a:hover,
a:active {
	color:#ff8400;
	text-decoration:none;
}

img, a img {
	border: 0;
}

input, textarea {
	border:2px solid #999999;
}
input:focus,
textarea:focus {
	border:2px solid #ff8400;
}
/**************************************/
/***** EBENEN *************************/
/**************************************/
#skiplinks p {
	position:absolute;
	top:160px;
	left:-3000px;
}
	#skiplinks p a {
		position: absolute;
		width: 10em;
		padding:3px;
	}
	#skiplinks p a:focus,
	#skiplinks p a:active {
		left: 3020px;
	}
#logo {
	height:60px; 
	width:367px; 
	margin:20px 0 0 18px;
	background:url(grafiken/testbox.gif) no-repeat;
	z-index:1;
}
#slogan {
	height:65px;
	width:742px;
	background:url(grafiken/barrierefreies_webdesign.gif) no-repeat;
	z-index:2;
	border-bottom:3px dotted #000000;
}
#springer {
	position:absolute;
	top:10px;
	right:10px;
	width:250px;
	height:281px;
	z-index: 100;	
	background:url(grafiken/springer.gif) no-repeat top right;
}
#navigation {
	position:absolute;
	top:160px;
	left:18px;
	width:11em;
	padding-top:2em;
	padding-right:0;
	border-right:3px dotted #999999;
}
	#navigation ul {
		list-style:none;
		text-align:left;
	}
	#navigation li {
		margin:0.5em 0;
		padding-left:15px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.3em;
		line-height:1em;
		font-weight:bold;
		letter-spacing:-1px;
		background:#ffffff url(grafiken/stern.gif) no-repeat 0 0;
		color:#000000;
	}
	#navigation li li {
		margin:0.25em 0;
		padding-left:15px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.8em;
		line-height:1em;
		font-weight:bold;
		letter-spacing:-1px;
		background:#ffffff url(grafiken/stern.gif) no-repeat 0 0;
		color:#000000;
	}
	#navigation a {
		color:#999999;
		text-decoration:none;
	}
	#navigation a:focus,
	#navigation a:hover,
	#navigation a:active {
		color:#ff8400;
	}
#inhalt {
		margin:2.5em 6em 0 15em;
		padding-bottom:2.5em;
}

#inhalt	ul {
		margin-left:1em;
		margin-bottom:0.5em;
		text-align:left;
		list-style:none;
	}
#inhalt	li {
		padding-left:20px;
		text-align:left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.8em;
		line-height:1.4em;
		background:#ffffff url(grafiken/stern.gif) no-repeat 0 4px;
		color:#000000;
	}

#footer {
	padding:10px;
	border-top:3px dotted #999999;
}
#footer p {
	text-align:right;
}

/* * * * * * * * * * * * * * * * * * */
/* * Allgemeine Klassen  * * * * * * */
/* * * * * * * * * * * * * * * * * * */
.hidden {
  display: block;
  position: absolute !important;
  top: -6000px !important;
  left: -5996px!important;
  height: 1px !important;
  width: 1px !important;
}
.stopFloat{
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
.rightFloat {
	float:right;
	margin:0 0 0 0.5em;
}
.leftFloat {
	float:left;
	margin:0 0.5em 0 0;
}
.rightAlign {
	text-align:right;
}
.leftAlign {
	text-align:left;
}
