/* CSS paltsi.de - Version: 15.11.2010 12:20 */
/* Erst mal was allgemeines und übergreifend */


body {
	margin      : 10px 0 10px 0;
	padding     : 0;
	text-align  : left;
	font        : 80% "Trebuchet MS", verdana, arial, sans-serif;
	line-height : 1.3em;
	background  : #f7f5ed;
	color       : #000;
	overflow    : scroll;
}

#wrapper {
    position    : relative;
    width       : 780px;
    margin-right: auto;
    margin-left : auto;
    padding     : 0;
    border      : 1px solid #5e5738;
    background  : #f7f5ed;
}

/* Kopfzeile und Image-Motiv */
#headline {
    width       : 770px;
    margin      : 0 0 0 10px;
    padding     : 0;
    text-align  : right;
    background  : #f7f5ed;
    color       : #000;
}

#headline h1 {
    margin      : 0;
    padding     : 10px;
    font-size   : 175%;
    text-transform: uppercase;
    letter-spacing: 5px;
    background  : inherit;
    color       : #9c905d;
}

#headbild {
    width       : 770px;
    height      : 170px;
    margin      : 0 0 0 5px;
    padding     : 0;
}


/* Navigation am Kopf unter Bild */
.container {
    width       : 770px;
    height      : 35px;
    margin      : 20px 0 10px 5px;
}

#navPunkt {
    margin      : 0;
    text-transform: uppercase;
	letter-spacing: 1px;
    padding     : 0 0 22px 20px;
    border-bottom: 1px solid #5e5738;
}

#navPunkt li {
    margin      : 0;
    padding     : 0;
    display     : inline;
    list-style-type: none;
}

#navPunkt a:link, #navPunkt a:visited {
    float       : left;
    font-size   : 1.3em;
    padding     : 0 15px 15px 24px;
    text-decoration: none;
    background  : inherit;
    color       : #5e5738;
}

#navPunkt a:link.active, #navPunkt a:visited.active, #navPunkt a:hover {
    background-color: inherit;
    color       : #000;
    background  : url(./common/arrow.gif) no-repeat bottom center;
}


/* linke Spalte = Inhalt */
#content {
    width       : 560px;
    float       : left;
    margin      : 0 0 0 11px;
    padding     : 5px;
    border-right: 1px solid #5e5738;
}

#content p {
    padding     : 0 20px 0 0;
}

#content table, td, input, select, textarea {
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
}

#planB {
	position    : absolute;
	top         : 482px;
	left        : 330px;
	width       : 240px;
    height      : auto;
}

.link {
	padding     : 6px 0 0 24px;
	background  : url(./common/kalender_datum.png) no-repeat left;
	font-weight : bold;
}

/* rechte Spalte */
#rechts {
    width       : 175px;
    margin      : 5px 0 0 590px;
    border-left : 1px none #5e5738;
    padding     : 3px;
}


/* Fußzeile, Anschrift, Impressum */
#footer {
    margin      : 30px 0 0 0;
    padding     : 4px;
    text-align  : center;
    font        : 80% "Trebuchet MS", verdana, arial, sans-serif;
    background  : #5e5738;
    color       : #fff;
}

#footer a:link, #footer a:visited {
    background  : inherit;
    color       : #9c905d;
}

#footer a:hover {
    background  : inherit;
    color       : #fff;
    text-decoration: none;
}

#slideshow {
    width       : 560px;
    margin      : 5px 0 0 0;
	float       : left;
}


/* Definition der Überschriften */
h2 {
    margin      : 5px 0 20px 0;
    font-size   : 120%;
    text-transform: uppercase;
    letter-spacing: 5px;
    background  : inherit;
    color       : #5e5738;
}

h2 a:link, h2 a:visited {
    color       : #5e5738;
}

h3 {
    margin      : 5px;
    font-size   : 120%;
    letter-spacing: 5px;
    background  : inherit;
    color       : #5e5738;
}

blockquote {
    font-weight : bold;
    font-style  : italic;
    color       : #5e5738;
}

/* Links */
a img {
    border      : none;
}

a:link, a:visited {
    text-decoration: none;
    color       : #9c905d;
}

a:hover {
    text-decoration: underline;
    background  : inherit;
    color       : #666;
}


/* Aufzählung rechte Spalte */
ul.side {
    list-style-type: square;
    padding     : 0;
    margin      : 0;
    background  : inherit;
    color       : #5e5738;
}

.side li {
    padding-left: 0.2em;
    margin-left : 2em;
}


/* Klassen für dies & das */
.news {
    font-size   : 90%;
    background  : inherit;
    color       : #000;
}

.imgleft {
    float       : left;
    border      : 1px solid #5e5738;
    padding     : 2px;
    margin      : 0 10px 10px 0;
    height      : 200px;
    width       : 300px;
}

.imgright {
    float       : right;
    border      : 1px solid #5e5738;
    padding     : 2px;
    margin      : 2px 0 10px 10px;
}

.imgslide {
    width       : 94px;
    height      : 60px;
    float       : left;
    border      : 1px solid #5e5738;
    padding     : 2px;
}

.norm {
    font-weight : bold;
    color       : #5e5738;
}

.red {
    font-weight : bold;
    font-style  : italic;
	padding-left: 10px;
    color       : #9c905d;
}

