@charset 'utf-8';
@import url(reset.css);

/* GLOBAL TAG DECLARATIONS */

body {
	background: #666;
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Corbel, Arial, Helvetica, sans-serif;
	font-size: 75%; /* Resets 1em to 12px */
	line-height: 1.4;
}

.clear {
	clear: both;
}


/* allgemeine auszeichnungen */

p, ul li {
	font-size: 1.2em;
	margin-bottom: .6em;
}

strong {
	font-weight: bold;
}

q, em {
	font-style: italic;
}

small {
	font-size: .9em;
	color: #444;
}

a {
	text-decoration: none;
	color: #e70000;
	/*color: #f00;*/
}
a:hover {
	text-decoration: underline;
	/*color: #000;*/
}




/* ueberschriften */
h1, h2, h3, h4 {
	line-height: 1.2em;
	font-weight: bold;
}

h1 {
	font-size: 2.6em;
/*	padding: 0 15px 20px 0;*/
/*	margin-bottom: 3px;*/
}

h2 {
	font-size: 1.7em;
/*	margin-bottom: 20px;*/
}

h3 {
	font-weight: bold;
	font-size: 1.3em;
	/*margin-bottom: 10px;*/
	margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
/*	margin-bottom: .6em;*/
}

/* SITE-WIDE */
/* Layout */
#wrapper {
	position: absolute;
	/*left: 170px;*/
	width: 730px;
	background-color: #fff;
}

#textbereich {
	width: 500px;
	overflow: hidden;
	background-color: #fff;
	padding: 51px 0px 10px 20px;
}

#wrapper_startseite {
	/*float: left;*/
	/*left: 170px;*/
	overflow: hidden;
	width: 730px;
	background-color: #fff;
}

#startseite {
	/*overflow: hidden;*/
	float: left;
	width: 290px;
	/*background-color: #ff6105;*/
	padding: 66px 20px 10px 40px;
}

#startseite_rechts {
	/*overflow: hidden;*/
	float: left;
	width: 300px;
	/*background-color: #f00;*/
	padding: 66px 0px 0px 0px;
}



#lrba-link {
	position: fixed;
	top: 0px;
	left: 0px;
	text-decoration: none;
}


/* liste in den agbs */
ul {
	list-style-type: disc;
	list-style-position: inside;
	/*margin-bottom: .9em;*/
}

ul li {
	margin-bottom: .6em;
}
/* navigation */
#nav {
	position: fixed;
	top: 66px;
	width: 170px;
	font-size: .9em;
	font-weight: bold;
}
#nav li {
	margin-bottom: 2px;
}
#nav a {
	display: block;
	padding: 6px 12px 7px;
	color: #fff;
	background-color: #171717;
	text-decoration: none;
}
#nav a:hover {
	color: #e70000;
	background-color: #000;
}
#nav a.selected {
	color: #e70000;
	background-color: #000;

}

/* unter-navigation */
#unter_nav {
	/*width: 170px;*/
	margin-bottom: 2px;
	display: block;
	padding: 6px 12px 7px;
	color: #fff;
	background-color: #171717;
	text-decoration: none;
}
