/**
 * file: http://www.lesebox
 * media: screen
 */

/**
 * definition of standard tags
 */
html, body {
	height: 100%;
}

body {
	background: #FF9933;
	color: #333333;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}

a {
	color: #8E1109;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	color: #8E1109;
	font-size: 1.3em;
	font-weight: bold;
}

h2 {
	color: #8E1109;
	font-weight: bold;
	font-size: 1.1em;
	margin: 1em 0px 0.5em 0px;
}

h3 {
	color: #8E1109;
	font-size: 1em;
	margin-top: 1em;
	font-weight: bold;
}
	
img {
	border: none;
}

p {
	margin: 0px 0px 0.5em 0px;
}

/* forms */
fieldset {
	margin-bottom: 1em;
}

legend {
	color: black;
	font-weight: bold;
}

label {
	display: block;
	float: left;
	vertical-align: top;
	text-align: right;
	margin: 0px;
	width: 10em;
	padding-right: 1em;
}

/* lists */
ul,
ol
{
	margin-top: 1em;
	margin-bottom: 2em;
}

dl {
	margin-bottom: 2em;
}


/**
 * logo
 */
img#logo {
	position: absolute;
	top: 10px;
	left: 355px;
	z-index: 0;
}


/**
 * head area: title and contact info
 */
div.head {
	position: fixed;
	width: 858px;
	height: 135px;
	z-index: 1;
}

div.head a {
	color: black;
}

div.head p {
	position: absolute;
	right: 0px;
	top: 50px;
	bottom: 16px;
	color: black;
	font-size: 1em;
	text-align: right;
}

div.head img.titleLine1 {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.head img.titleLine2 {
	position: absolute;
	top: 143px;
	left: 0px;
	
}


/**
 * navigation area: definition in navigation.css
 */
div.navSpacer {
	position: relative;
	height: 0px;
}


/**
 * content area
 */
div.main {
	position: relative;
	width: 780px;
	min-height: 500px;
	margin-top: 100px;
	margin-left: 0px;
	border-bottom: 2px solid #00000;
	background: transparent  url(../img/lesebox_body_bg.gif) top left repeat-y ;
	z-index: 0;
}
* html div.main {
	height: 500px;
}

/* sidebar */
div.main .sidebar {
	position: absolute;
	padding: 72px 0px 0px 34px;
}

/* text */
div.main .mainText {
	padding: 0px 60px 20px 194px;
	margin-left: 60px;
	text-align: left;
}

div.mainText img {
	float: left;
}

div.mainText p {
	width: 570px;
	margin-bottom: 1em;
	clear: both;
}

ul li {
	
}

ul.icons {
	line-height: 1.8em;
	margin: 0em 0em 0em 0em;
	padding-left: 3em;
	
	
}

li.button {
	list-style-image: url(../img/li-button.gif);
	
}

/**
 * footer area
*/
div.footer {
	position: fixed;
	bottom: 0px;
	width: 699px;
	
	margin-left: 66px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/lesebox_foot_left.jpg) top left no-repeat;
	z-index: 2;
}

div.footer ul {
	list-style-type: none;
	margin: 0px 18px 0px 19px;
	height: 33px;
	background: #ffffff url(../img/lesebox_foot_bg.jpg) repeat-x;
}

div.footer li {
	display: inline;
	list-style-position: inside;
	margin: 2px;
	font-weight: normal;
	font-size: 1em;
}

div.footer li a {
	text-decoration: none;
	padding-left: 4px;
	color: #000000;
}

div.footer li + li {


}

div.footer span.right {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 26px;
	height: 35px;
	margin: 0px;
	background: url(../img/lesebox_foot_right.jpg) top left no-repeat;
}


/**
 * additional elements
 */




/* print button */
div.printButton {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.7em;
	padding: 0.3em;
	color: #980A00;
}

div.printButton a {
	color: #980A00;
}

div.printButton img {
	vertical-align: middle;
}

/* addresses */
dl.address dt {
	float: left;
	width: 6em;
}

/* links */
a.siehe {
	padding-left: 1.1em;
	text-decoration: none;
	background: url(/img/bg/siehe.gif) center left no-repeat;
}

a.nachOben {
	color: #8E1109;
	display: block;
	width: 100%;
	background: url(/img/bg/nachoben.gif) center right no-repeat;
}

/* images */
img.left {
	float: left;
	margin: 0em 1em 0em 0em;
}

img.right {
	float: right;
	margin: 0em 0em 0em 1em;
}

img.lurs {
	float: right;
	margin: -5em 0em 0em 1em;
}

/* navigation list */
ul.toc,
div.toc ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.toc a,
div.toc ul a
{
	color: #ffffff;
}

ul.toc a:hover,
div.toc ul a:hover
{
	color: #333333;
	font-weight: bold;
}

div.toc ul li#last span {
	display: none;
}


/**
 * exceptions
 */
/**body.index div.mainText {
	background: url(/img/bg/torso.jpg) 542px 170px no-repeat;

}

body.index div.mainText p
{
	width: 500px;
	margin-bottom: 1.75em;
	text-align: left;
}*/

/* start page */

/* imprint */
body.impressum h2 {
	margin-bottom: 0em;
}

/* text area covers complete width */
div.main .broad {
	padding: 60px 60px 20px 60px;
}
	
/* questionnaire */
form.fragebogen label {
	display: inline;
	float: none;
}

form.fragebogen li {
	margin-bottom: 1em;
}

/* navigation list in main text */
div.mainText ul span.left {
	display: none;
}

/* external sites in linklist */
span.sitename {
	font-weight: bold;
}

