/*                                                     Allgemeines
/* =============================================================== */

body {
	margin: 0px;
	padding: 0px;
/*	background-color: #2B210B; */
	background: url(../seitenelemente/bbg.png) center;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: black;
}
h3 {
	font-size: 13pt;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding: 10px 0 5px 0;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
}
#inhalt p {
	font-size: 9pt;
}
#inhalt ul {
	list-style-type: none;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}

.buffer {
	padding: 0px;
	margin: 0px;
}

hr {
	width:380px;
	color:darkgrey;
	background-color:darkgrey;
	height:1px;
	border: 0px;
}

/*                                                Navigationsliste
/* =============================================================== */
.unternavi {
	display: none;
	margin: 0px;
	font-size: 8pt;
	padding: 2px 0px 5px 13px;
	list-style-type: none;
}
.unternavi li {
	margin; 0px;
	padding: 0px;
}
#navi-haupt {
	font-size: 9pt;
}
#navi-haupt ul {
	margin: 0px;
	padding: 10px 5px 10px 20px;
	list-style-type: none;
	font-weight: bold;
}


/*                                                    Seitengerüst
/* =============================================================== */
#container {
	width: 800px;
	height: 100%;
	position:relative;
	margin:0px auto;
	padding:0px 0px;
	text-align:left;
	z-index:1;
	font-family: "trebuchet ms", helvetica, sans-serif;
}
#haupt {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#kopf {
	position:relative;
	width: 800px;
	height: 150px;
	background: url(../seitenelemente/kopf.jpg) no-repeat;
}
#figuren {
	position:absolute;
	width: 160px;
	height: 1173px;
	height: 100%;
	background: url(../seitenelemente/figuren.png) no-repeat;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#mitte {
	position:relative;
	width: 800px;
	background: url(../seitenelemente/mitte.jpg);
}
#inhalt {
	position: relative;
	left: 160px;
	width: 447px;
	padding: 0px 15px 0px 15px;
	margin: 0px;
}
#navi-haupt {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 159px;
	z-index: 10;
	background: url(../seitenelemente/navi-bg.jpg) repeat;
	border-bottom: 1px dashed black;
}

#fuss {
	position: relative;
	width: 800px;
	height: 140px;
	background: url(../seitenelemente/fuss.jpg);
	margin: 0px;
	padding: 0px;
}







/*                                                       Formulare
/* =============================================================== */
textarea {
    background-color:white;
    color:black;
    font-family: "Courier New", Courier, mono;
}
.font-formularfw { /* linke Seite des freiwilligen Formularteils */
	color: #666666;
	padding-right: 5px;
	text-align: right;
}
.font-formularpf { /* linke Seite des Pflicht-Formularteils */
	font-weight: bolder;
	padding-right: 5px;
	text-align: right;
}
.form-button {
}
.form-textfeldfw {
	border: 1px dotted #999999;
	font-family: "Courier New", Courier, mono;
	background-color: #F9F9F8;

}
.form-textfeldpf {
	border: 1px dashed #999999;
	font-family: "Courier New", Courier, mono;
}
tab-formularpf {
	padding-right: 5px;
	text-align: right;
}
.tab-formularfw { /*rechte Seite des freiwilligen Formularteils */
	color: #666666;
	padding-left: 5px;
	text-align: left;
}
.tab-mainphp { /*rechte Seite des Pflicht-Formularteils */
	color: #666666;
	padding-left: 5px;
	text-align: left;
}
.tab-formular {
	border: 0px;
	width: 400px;
}


/*                                                           Links
/* =============================================================== */
#navi-haupt a:link {
	color: white;
	text-decoration:none;
}
#navi-haupt a:visited {
	color: white;
	text-decoration:none;
}
#navi-haupt a:hover {
    color:black;
    text-decoration:underline;
}
#navi-haupt a:active {
	color: white;
    text-decoration:underline;
}

#inhalt a:link {
	color:black;
	text-decoration:underline;
}
#inhalt a:visited {
	color:black;
	text-decoration:underline;
}
#inhalt a:hover {
    color:black;
    text-decoration:none;
}
#inhalt a:active {
	color:black;
    text-decoration:underline;
}


/*                                       seitenspezifische Formate
/* =============================================================== */
.dozentenname {
	padding-bottom: 10px;
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 0px;
	font-size: 8pt;
}
.dozenteninfo {
	font-size: 8pt;
	padding-top: 0px;
	vertical-align: top;
}
.dozentbild {
	font-size: 8pt;
	vertical-align: top;
}
.dozentbild img {
	margin-right: 10px;
}

.kursbezeichnung {
	font-size: 9pt;
	font-weight: bold;
	color: black;
}
.kursinfo {
	font-size: 8pt;
}
.kurswochentag {
	border-right: 1px;
	border-left: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #958D82;
	border-style: solid;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}
.kurswochentag h4 {
	margin-top: 5px;
	font-size: 13pt;
	color: darkgrey;
}
.kurswocheninhalt {
	padding-left: 10px;
}

h4.workshop {
	margin: 40px 20px 5px 20px;
}
p.workshop {
	margin: 2px 40px 5px 40px;
	font-size: 8pt;
}



#kontaktformular {
	font-size: 9pt;
}
.tab-dynphp {
	width: 350px;
}

.body-druck {
	background-color: #FFFFFF;
	padding: 10px;
	background-image: none;
}
.preisliste {
	border: 2px solid black;
	margin: 0px;
	padding: 0px;
}
.preisliste th {
	border-bottom: 1px solid black;
	border-right: 1px dotted black;
	padding: 10px;
}
.preisliste td {
	border-bottom: 1px dotted black;
	border-right: 1px dotted black;
	padding: 10px;
}
