/* CSS Lehr-Wegmann */

/* General */
body {
	background-color:#FFFFFF;
	font-family:tahoma, verdana, arial;
	margin:0;
	padding:0;
	font-size:12px;
}

h1 {
	padding:0;
	margin:0;
	color:#BB0000;
	font-size:18px;
	line-height:28px;
	margin-bottom:20px;
	background-image:url(../img/icons/rechteck-rot.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:20px;
}

h2 {
	padding:0;
	margin:0;
	color:#BB0000;
	font-size:14px;
	line-height:16px;
	background-image:url(../img/icons/rechteck-rot.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:20px;
	margin-bottom:10px;
}

h2.titel_projekt {
	margin:0;
	padding:0;
	background-image:none;
	color:#6C7379;
	margin-top:-15px;
	font-size:12px;
	padding-left:20px;
}

h3 {
	padding:0;
	margin:0;
	color:#6C7379;
	font-size:14px;
	line-height:16px;
	background-image:url(../img/icons/rechteck-grau.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:20px;
	margin-bottom:10px;
}

.clear {
	clear:both;
	border:1px solid #FFFFFF;
}

.clear_inhalt {
	clear:both;
}

a {
	color:#BB0000;
	text-decoration:underline;
}

a:hover {
	color:#BB0000;
	text-decoration:none;
}


/* Main */
.main {
	position:relative;
}


/* Top */
.top {
	position:relative;
	height:120px;
	width:100%;
}

.top a {
	color:#3A3A38;
	text-decoration:none;
}

.top a:hover {
	color:#3A3A38;
	text-decoration:underline;
}

.top_links {
	position:relative;
	width:100%;
	height:120px;
	background-color:#FFFFFF;
}

.titel_top {
	color:white;
	margin-left:15px;
	margin-right:10px;
	margin-top:0px;
	font-size:20px;
	line-height:28px;
	padding-top:25px;
}

.top_rechts {
	display:none;
}

.top_rechts2 {
	display:none;
}


/* Menu */
.menu {
	display:none;
}

.menu a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}


/* Bildergalerie */
.bildergalerie {
	display:none;
}


/* Informationen */
.info {
	display:none;
}


/* Inhalt */
.inhalt {
	position:relative;
	float:left;
	width:100%;
	line-height:18px;
}


/* Inhalt links */
.inhalt_links {
	display:none;
}

.inhalt_links a {
	color:#333333;
	text-decoration:underline;
}

.inhalt_links a:hover {
	color:#333333;
	text-decoration:none;
}

.kontakt {
	background-image:url(../img/icons/rechteck-weis.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
}

.adresse {
	margin-top:10px;
	margin-bottom:10px;
}


/* Inhalt rechts */
.inhalt_rechts {
	position:relative;
	padding:15px;
	color:#454443;
	padding-bottom:25px;
}

.inhalt_rechts a {
	color:#BB0000;
	text-decoration:underline;
}

.inhalt_rechts a:hover {
	color:#BB0000;
	text-decoration:none;
}

.inhalt_rechts ul {
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
	margin-left:20px;
}

.inhalt_rechts li {
	padding-left:15px;
	background-image:url(../../images/icons/pfeil-rechts-rot.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:20px;
}

.inhalt_spalten {
	position:relative;
	float:left;
}

.inhaltspalte_links {
	position:relative;
	float:left;
	line-height:18px;
	width:300px;
	padding-right:10px;
}

a.links_aktuell {
	color:#6C7379;
	text-decoration:none;
}

a.links_aktuell:hover{
	color:#6C7379;
	text-decoration:underline;
}

.inhaltspalte_rechts {
	position:relative;
	float:left;
	line-height:18px;
	width:300px;
}


/* Biografie */
.inhalt_bio {
	float:left;
	width:600px;
	margin-top:10px;
}

.inhalt_bio_jahr {
	float:left;
	width:110px;
	margin-bottom:8px;
}

.inhalt_bio_text {
	float:left;
	width:490px;
	margin-bottom:8px;
}


/* Projekte */
.kuenstler_projekte {
	clear:both;
	margin-top:15px;
}

.projekte_titel {
	font-weight:bold;
	margin-bottom:10px;
}

.projekt_links{
	position:relative;
	top:5px;
	left:0px;
	text-align:center;
	width:70px;
	float:left;
}

.projekt_rechts{
	position:relative;
	top:5px;
	left:0px;
	width:550px;
	float:left;
}


/* Kontakt */
.textfeld {
	border:1px solid #3A3A38;
	font-family:tahoma, verdana, arial;
	font-size:12px;
}

.submit {
	background-color:#3A3A38;
	border:1px solid #AEB0AE;
	color:#FFFFFF;
}

.kontakt_links {
	position:relative;
	float:left;
	width:100px;
	padding-bottom:10px;
}

.kontakt_rechts {
	position:relative;
	float:left;
	width:200px;
}

.kontakt_nachricht {
	clear:both;
}

.kontakt_nachricht_feld {
}


/* Bottom */
.bottom {
	clear:both;
	width:100%;
	color:#3A3A38;
	height:auto;
	padding-top:10px;
	text-align:center;
	background-image:none;
	padding-bottom:10px;
}

/* Adresse Print */
.adresse_print {
	color:#3A3A38;
	text-align:center;
	line-height:18px;
}