/* Body-Table */
#maintable {
	margin: 20px;
	width: 90%;
	border-spacing:0px;
}

/* Logo in Kopfzeile */
#logo {
	background-color: #FCF1CF;
	padding: 15px;
}

/* Rest der Kopfzeile (mit Adresse) */
#frame {
	background-color: #FCF1CF;
	text-align:right;
	padding:15px;
}
#adresse {
	width: 180px;
	float: right;
}

/* Navigation links */
#nav {
    margin:0px;
	padding: 0px;
	background-image: url(nav_bg.jpg);
	background-repeat: no-repeat;
	height:550px;
	width:180px;
	vertical-align:top;
}

/* Inhalt  ------------------------------------ */
#maintext {
	background-image: url(lebenstanz_logo_gross_bg.gif);
	background-position: 10% top;
	background-repeat: no-repeat;
	height:inherit;
	vertical-align:top;
	vertical-align:text-top;
        margin: 30px;
        line-height:1.4em;
}

#maintext .willkommenstext {
    text-align: center; 
    padding-left: 20%; 
    padding-right: 20%;
    font-size: 1.1em;
}
#maintext .willkommenstext li {
	list-style-type: none;
}

#maintext .title  h1 {
    margin: 5px;    
    padding: 2px;
    border-top: solid thin #C42919;
    border-bottom: solid thin #C42919;
    font-size: 22px;
}

#maintext .text {
    padding: 10px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

#maintext .text li {
	list-style-type: circle;
    font-size: 22px;
    font-weight:800;
    margin:15px;
    font-family:"Times New Roman", Times, serif;
}
#maintext .marked {
    font-weight: bolder;
}
/* Home -> Ankuendigungsleiste oben */
#maintext .ankuendigung {
	font-family:Georgia, 'Times New Roman', Times, serif;
	margin: 2px;
	padding: 5px;
	border-top: solid thin #C42919;
	border-bottom: solid thin #C42919;
	font-size: 20px;
	text-align:center;
}

#maintext .ueberschrift {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B22222;
	padding-left:20px;
}
#maintext .datum {
    font-size: 10px;
	color: #777777;
	text-align:right;
}

/* Home -> augew. Newsartikel */
#maintext .aktuelles {
	float:left;
	padding: 10px;
	margin: 15px;
	width: 250px;
	border: dotted #C42919;
}

#maintext .news {
	border: dotted #C42919;
	width: 90%;
	padding: 10px;
	margin:10px;
}
#langbeschreibung_bild {
	float:left;
	padding:5px;
}
/* Aktuelles -> Artikel */
.news {
	float:clear;
	padding: 10px;
	margin: 15px;
	border: dotted #C42919;
}
/* Ende Inhalt ------------------------------------ */

/* ??? */
.weblink {
	text-align:right;
	padding-right:10px;
}

.zeile {
	clear:both;
}
.feld {
    float:left;
    width: 200px;
}

#mainmedia {
	float:right;
	padding-right:15px;
}
img {
	border: none;
}



/* Formularelemente */
input, textarea {
    width: auto;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #e8aba5 solid;
    background: #fafafa;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #C42919;
}
