
/* Webdesign Burgdorf - Ralf Longwitz 	*/
/* Last change: 090826					*/

/* Farben 								*/
/* Orange: rgb(245,128,38)				*/
/* Mittel-Orange: ff8528				*/
/* Hell-Orange: rgb(252,203,165)		*/

@charset "utf-8";

/*** Allgemein ***/

* {
	margin: 0;
	padding: 0;
	text-align: left;
	}
html, body {
	height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	font-size:14px;
	line-height:1.5;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	text-align: center; /* horizontal centering for IE Win quirks */
	background-color: white;
	background-image:  url(images/background_body.jpg);
	behavior: url(iepngfix.htc);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 4em;
	}
h1,h2,h3,h4,h5,p,li,address,table,dt,dd {
	text-align: left;
	padding-left: 5px;
	}
h1, h2, h3, h4, h5 {
	position:relative;
}
h1 {
	margin: 1em 0 1em 0;
	border-bottom: 5px solid rgb(245,128,38);
	}
#kurse {
	margin-top: 2em;
	}
h2 {
	margin: 1.5em 0 1em 0;
	border-bottom: 2px solid rgb(245,128,38);
	}
h3 {
	margin: 1.5em 0 1em 0;
	border-bottom: 1px solid rgb(245,128,38);
	}
h4 {
	margin: 1.25em 0 1em 0;
	font-size: medium;
	}
h5 {
	margin: 0em 0 1em 0;
	font-size: medium;
	color:#666;
	}
.ut {	/* Untertitel */
	margin: -0.5em 0 0.6em 0;
	border-bottom: none;
	font-style: italic;
	font-size: 100%;
	}
p {
	margin-top: 0em;
	padding-bottom:1em;
	} 
#menu_buttons {
	height:36px;
	padding:4px;
	margin:0 auto 0 12px;
}
p.lkbutton {
	padding-left:0;
}
.button,
.tablebutton,
.lkbutton {
	width: 182px;
	height: 35px;
	margin: auto;
	padding-bottom:0;
	font-size:14px;
	text-align:center;
	vertical-align: middle;	
	font-weight:bold;
	background-image:url(images/button.png);
	behavior: url(iepngfix.htc);
	background-position:center;
	background-repeat:no-repeat;
	}
.button {
	display:block;
	float:left;
}
.center .button {
	float:none;
}
.button a,.lkbutton a {
}
.center {						/* fuer Button-Listen*/
	margin: auto;
	text-align:center;
	}
hr {
	width:70%;
	color:#fc0;
	background-color:#FC0;
	height:1px;
	border: 0 none;
	margin: 0 auto;
}
.hcaption {						/* fuer Zitate unter Ueberschriften */
	margin-top: -1.5em;
	margin-bottom: 2em;
	font-style: italic;
	}
.c {
	display: block;
	clear: both;
	}
.wm {
	font-size: x-small;
	}
.kurs {
/*	border: 1px dotted #99cc99; */
	margin-top: 20px;
	}
.kurs p {
	line-height: 100%;
	margin-bottom: 3px;
	margin-top: 0px;
	}
ul, ol {
	list-style-position: outside;
	margin-bottom: 1em;
	}
ul li {
	list-style-type: disc;
	margin-left: 2em;
	padding-bottom: 3pt;
	}
ol li {
	margin-left: 2em;
	padding-bottom: 5pt;
	}
img {
	margin: 10px;
	}
img.right_img {
	width:290px;
	position:absolute;
	right:-320px;	/* img - margin:10px; */
	top:12px;
}
h2.right_img, h3.right_img, ul.right_img, h4.right_img, p.right_img, div.right_img {
	width:442px; /* = 768 - 6 - 300 - 2*10 */
}
a img {
	border: none;
	}
address {
	font-style: normal;
	}
table {
	width: 95%;
	margin: 0 auto;
	border: 0;
	border-collapse:separate;
	border-spacing: 0 1em 0.5em 0;
	}
th, td, caption {
	vertical-align: top;
	}


/*** Wrapper ***/

#wrapper {
	width:960px;	/* passt mit Menuebuttons */
	margin: 0 auto;
	background-image:  url(images/background_wrapper.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-attachment: relative;
	}
	
/*** Main Container ***/

#container {
	margin:0 0 0 198px; /* = 192 + 6 */
	padding:0;
	width:762px; /* = 768 - 6 */
	}

/*** Mapcontainer ***/

#mapcontainer {
	margin: 2em auto 1em auto;
	width: 560px;
	height: 420px;
	border: 2px inset #ccc;
	}

/*** Menue am linken Rand ***/

#left_menu {
	position: relative;
	float: left;
	width: 192px;
	height: 100%;
	}
#left_menulist {
	position: relative;
	top: 7.5em;
	height: 40em;
	margin: 0 auto;
	}
#left_menulist li {
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	line-height: 110%;
	margin:0;
	padding:0;
	text-align: center;
	border-bottom: thin rgb(252,203,165) solid;
	}
#left_menulist a {
	display:block;
	text-align: center;
	text-decoration: none;
	color: black;
	padding: 0.6em 0;
	
	-moz-transition:background-color 0.2s linear 0s;
	-webkit-transition:background-color 0.2s ease-in-out 0s;
	-o-transition:background-color 0.2s ease-in-out 0s;
	transition:background-color 0.2s ease-in-out 0s;
	}
#left_menulist a:hover {
	color: white;
	background-color: #ff9737;
	}

/*** Hauptmenue ***/

#main_menu {
	margin: 3px 0 0 0;
	text-align: center;
	background-color: rgb(252,203,165);
	}
#main_menu table {
	margin: 0.2em auto 0.3em auto;
}
#main_menu p {
	display: none;
	text-align: right;
	font-size: smaller;
}

/*** Buttons ***/

.tablebutton {
	background-image: url(images/tablebutton.png);
	width: 252px;
	padding: 1px;
}
a.button,
.tablebutton a,
a.lkbutton , .lkbutton a, .button a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	line-height: 34px;
	padding: 0;
	}
.tablebutton a {
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	width: 252px;
	}
a.button:hover,
.tablebutton a:hover,
a.lkbutton:hover {
	color: white;
	}
.lkbutton {
	margin-top: -1.6em;
	margin-bottom: 1em;
	}
.lkberatung a {
	color: black; 
	padding: 2pt; 
	background-color: white; 
	border: 2px solid rgb(245,128,38); 
	text-decoration: none;
	}
.lkberatung a:hover {
	color: black; 
	background-color: rgb(252,203,165); 
	}

/*** Banner ***/

#banner {
	margin:0;
	padding:0;
	}
#logo {
	text-align: left;
	border-bottom: 5px solid rgb(245,128,38);
	}
#logo a {}
#banner img {
	margin-left: 0;
	margin-bottom: 14px;	
}
#banner p {
	text-align:right;
	font-size:smaller;
	position: relative;
	bottom: 2em;
	margin-bottom: -2.2em;	/* damit das Menue ranrueckt */
}


/*** Hauptinhalt ***/

#main_content {
	position: relative;
	margin-left: 0px;
	padding-bottom: 4em;
	min-height: 38em;	/* bestimmt die Mindestfensterhoehe! */
	}
#breadcrumb {
	font-size: small;
	color: #666;
	text-align: left;
	background-color: rgb(252,203,165);
	background-color: white;
	}
#breadcrumb a {
	text-decoration: none;
	color: #666;
	}
#pagecheck {
	background-color:#FCF;
	text-align:center;
	}

/*** Footer ***/

#footer {
	display: block;
	clear: both;
	position: relative;
	top: 0em;
	text-align: center;
	font-size: 0.7em;
	color: rgb(245,128,38);
	background-color: rgb(252,203,165);
	border-top: thin rgb(245,128,38) solid;
	}
#footer #footertext a {
	text-align:center;
	margin-bottom: 0;
	color: rgb(245,128,38);
	text-decoration: none;
	}
#footer #footertext {
	float: left;
	width: 92%;
	color: rgb(245,128,38);
	background-color: rgb(252,203,165);
	text-align: center;
	}
#footer #top {
	clear: right;
	padding: 0 0.5em 0 0.5em;
	text-align: center;
	color: rgb(252,203,165);
	background-color: rgb(245,128,38);
	}
#footer #top a{
	color: rgb(252,203,165);
	text-decoration: none;
	}

/* IE6 png fix*/
img, div { behavior: url(iepngfix.htc) }

/* Fastenbildergallerie */
table.fastenbilder {
	padding:0;
	margin:0;
}
.fastenbilder tr {
}
.fastenbilder td {
	padding:0 0 4px 0;
	text-align:center;
}
.fastenbilder img {
	margin:0 0 0 0;
}
