@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #18140b;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #29250C;
}

a {
	color: #3A3AE6;
}
a:hover {
	color: #ff0000;
}
a.pageLINKS {
	color: #890000;
	font-size: 10px;
	text-decoration: none;
}
a.pageLINKS:hover {
	color: #000089;
}
a.pageLINKS14 {
	color: #890000;
	font-size: 14px;
	text-decoration: none;
}
a.pageLINKS14:hover {
	color: #000089;
}
a.pageLINKS_on {
	color: #008900;
	font-size: 10px;
	text-decoration: none;
}

a.pageLINKS_on:hover {
	color: #000089;
}
a.header_BOXlink14 {
	font-size: 14px;
	color: #29250C;
	text-decoration: none;
	display: block;
	border: 1px solid #29250C;
	padding: 10px 3px;
	background-color: #FFFFFF;
}
a.header_BOXlink14:hover {
	color: #FFFFFF;
	border: 1px solid #767B29;
	background-color: #29250C;
}
a.header_BOXlink14CLR {
	font-size: 14px;
	color: #29250C;
	text-decoration: none;
	display: block;
	padding: 10px 3px;
	background-color: #FFFFFF;
}
a.header_BOXlink14CLR:hover {
	color: #FFFFFF;
	background-color: #29250C;
}
h1, h2, h3, h4, h5, h6 {
	color: #29250C;
	margin: 0px;
}
#container {
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background-color: #18140b;
	background-image: url(../img/backgrounds/header_logo.jpg);
	height: 100px;
	color: #FFFFFF;
	padding: 0 10px;
} 
#header td {
	color: #FFFFFF;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 3px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #29250C;
	text-align: center;
	display: block;
	padding: 0 10px;
	border: 1px solid #FFFFFF;
}

#menu {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #29250C;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#mainContent {
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent #fotoMain {
	float: right;
	width: 192px;
	text-align: center;
}
#mainContent #fotoMain_text {
	margin: 0 185px 20px 0;
	padding: 0 20px 0 0;
} 
#mainContent li.miniUL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000048;
	text-align: left;
	padding: 0px;
}
#mainContent li.smallLI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000048;
	text-align: left;
	padding: 0px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 10px;
}
#footer {
	padding: 0 10px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #767B2B;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer  a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#headers {
	color: #FFFFFF;
	background-color: #29250C;
	text-align: center;
	padding: 2px;
	width: 192px;
	font-size: 12px;
}
#headers h1 {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
}
#BOXtrans {
	width: 192px;
	margin: 10px 0;
}
#BOXwhere {
	background-image: url(../img/backgrounds/einzugsgebiet.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 10px 0;
	padding: 0px;
	width: 192px;
}
.photoTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.photoTEXTblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.small {
	font-size: 12px;
}
.smallS {
	font-size: 11px;
}
.smallXS {
	font-size: 10px;
}
.lightGRAU {
	background-color: #dedede;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bildholder {
	padding: 0 0 2px 3px;
	float: left;
}
a.w1 {
	background-image: url(../img/workshops/gut_gesagt_64.jpg);
}
a.w2 {
	background-image: url(../img/workshops/familien_64.jpg);
}
a.w3 {
	background-image: url(../img/workshops/energie_64.jpg);
}
a.w4 {
	background-image: url(../img/workshops/zipped_Face_64.jpg);
}
a.w5 {
	background-image: url(../img/workshops/zufriedenheit_64.jpg);
}
a.w6 {
	background-image: url(../img/workshops/lesen_kind_64.jpg);
}
a.w1, a.w2, a.w3, a.w4, a.w5, a.w6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #29250C;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 15px;
	width: 58px;
	border: 1px solid #008900;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin: 1px;
	padding: 64px 0 0 0;
}
a.w1:hover, a.w2:hover, a.w3:hover, a.w4:hover, a.w5:hover, a.w6:hover {
	color: #FF0000;
	border: 1px solid #890000;
	background-image: url(../img/workshops/go_64.jpg);
}
