body {
	padding: 14px 300px 0 300px; /* these side paddings together determine the natural min-width */
	margin: 0;
	text-align: center; /* this centers the wrappers in older IEwin versions */
	font-family: Arial,Helvetica,sans-serif;
	/*background-color: #F8F8F8;*/
	background-image: url(back1.gif);	
}
#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	width: 50%; /* here is the critical value for customizing the Jello behavior */
	max-width: 300px;  /* version for IE is at the bottom of this style block */
}
#expander {
	/*background-color: #F8F8F8;*/
	margin: 0 -300px 0 -300px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 600px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
	background-image: url(back.gif);	
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; }

#sidebar {
	width: 20%;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	text-align: left;
	margin-left: 0%;
}
#content {
	width: 76%;
	margin-right: 0%;
	text-align: left;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
}

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header {
	/*background-color: #CD5C5C;
	color: #FFFFFF;*/
	/*border: 1px solid #8B8B8B;*/
	margin: 0 0 20px 0;
	padding: 10px 5px 0px 5px;
	text-align: middle;
}
#content {
	/*background-color: #FFFFFF;
	border: 1px solid #8B8B8B;*/
	padding: 5px 10px;
}
#sidebar {
	/*background-color: #FFFFFF;
	border: 1px solid #8B8B8B;*/
	padding: 5px;
}
#footer {
	/*background-color: #FFFFFF;*/
	margin: 20px 0px 5px 0px;
	padding: 5px;
	text-align: middle;
	font-size: 0.6em;
}

img {
	border: none;
}

/* ### Sub Navigation ######################################################### */
#nav {
	display:block;
}
#nav p.copy,
#nav p {
	background: inherit;
}
#nav p.copy a,
#nav p.copy a:link {
	background: inherit;
	text-decoration: none;
}
#nav p.copy a:hover {
	background: inherit;
	text-decoration: underline;
}
#navheight_vert {
	min-height: 193px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */
/*#navheight_vert ul.nav1st { padding:10px 20px; }*/

/* ### nav1st - first level navigation ######################################## */
#nav ul.nav1st {
	padding:0px 0px;
	font-size:1.0em;
	text-transform:uppercase;
	list-style-type: none;
}
#nav ul.nav1st li {
	display:block;
	padding:3px 0;
	color: #c0c0c0;
	background: inherit;
	font-weight:bold;
}
#nav ul.nav1st a, 
#nav ul.nav1st a:link {
	display: block;
	color: #c0c0c0;
	background: inherit;
	padding: 1px 0;
}
#nav ul.nav1st a:hover {
	color: #c0c0c0;
	background: inherit;
	padding: 1px 0;
}
#nav ul.nav1st li a.current, 
#nav ul.nav1st li a.current:link {
	color: #c0c0c0;
	background: inherit;
	padding: 1px 0;
}
#nav ul.nav1st li a.current:hover {
	color: #c0c0c0;
	background: inherit;
	padding: 1px 0;
}

/* ### nav2nd - second level navigation ######################################### */
#nav ul.nav2nd {
	margin: 0 0 5px 0;
	padding-left: 20px;
	font-size:0.85em;
	font-weight:normal;
	text-transform:none;
	list-style-type: none;
}
#nav ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
}
#nav ul.nav2nd a, 
#nav ul.nav2nd a:link {
	color: #4b4b4b;
	display:block;
	/*padding:4px 17px 4px 10px;*/
}
#nav ul.nav2nd a:hover {
	color: #4b4b4b;
	/*padding:4px 17px 4px 10px;*/
}
#nav ul.nav2nd li.active a, 
#nav ul.nav2nd li.active a:link {
	color: #4b4b4b;
	/*padding:4px 17px 4px 10px;*/
}

/* ### Headlines ############################################################## */
#content h1 {
	color: #c0c0c0;
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	/*line-height:1.6em;*/
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 6px;
}

#content h2 {
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	/*line-height:1.4em;*/
	padding-bottom: 6px;
}

#content h3 {
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	/*line-height:1.2em;*/
	padding-bottom: 6px;
}

#content h4 {
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	/*line-height:1.0em;*/
	padding-bottom: 6px;
}

#content h5 {
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	/*line-height:1.0em;*/
	padding-bottom: 6px;
}

#content h6 {
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
	padding-bottom: 6px;
}

/* ### Sonstiges ############################################################## */
#content div.txt-img p {
	text-align: justify;
}

/* ### Bild Modul ############################################################# */
.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: none;
}
.pnormal {
	clear: both;
	border: none;
}

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 1px solid #c0c0c0;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 1px solid #c0c0c0;
}
.pnormal_b {
	clear: both;
	border: 1px solid #c0c0c0;
}

/* ### Bildergalerie Modul #################################################### */
/*a.thumb {
	display:block;
	float:left;
	border:1px solid #c0c0c0;
	padding:4px;
	text-align:middle;
}

a.thumb img {
	vertical-align: center;
}*/

