/* Keiner hat Kaminholz - CSS Screen Styles */
/* Stand: 28.05.2008 */

/* ### Initialisierung ####################################################################### */

/* * { margin: 0; padding: 0; border: 0; } */

html { 
	height: 100%;
}

* html body * {
	overflow: visible;
}

html { overflow: -moz-scrollbars-vertical; }

body {
	margin: 0;
	padding: 0;
	
	min-width: 900px;
	height: 101%;
	position: relative;
	
	background-color: #5B4A34;
	
	background-image: url(../images/backpage.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	
}


/* ### ClearFix Hack ######################################################################### */
  
.clearfix:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-block; }

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


/* ### Struktur ############################################################################## */

#pageholder-5 {
width: 800px;
height: 100%;
    padding: 0;
	border: 0;
	background-attachment: fixed;
	background-image: url(../images/backpage.jpg);
	background-position: top center;
	
	background-repeat: no-repeat;
	display:block;
}


#pageholder {
	
	width: 944px;
	margin: 0 auto;
    padding: 0;
	border: 0;
	position:relative;
	min-height:100%;
	display:block;
}

#header {
	width: 900px;
	margin: 0 auto 0 auto;
	height: 124px;
	padding: 12px 0 0 0;
	text-align: center;
}

#content {
	width: 900px;
	margin: 0;
	padding: 0;
	
	/* background-image: url(../images/content-middle-2.png); */
	background-image: url(../images/content-background-shadow.png);
	background-repeat: repeat-y;
	background-position: center 30px;
}

#content_top {
	width: 835px;
	margin: 0;
	padding: 5px 0 0 65px;
	display: block;
	
	background: url(../images/content-top-3.png) top center no-repeat;
	
}

#content_container {
	width: 835px;
	margin: 0px 0 0 0;
	padding: 5px 0 0 49px;
	display: block;
	
	background:  url(../images/content-top-3.jpg) top center no-repeat;
	
}

#content_container_shadow {
	background: url(../images/content-background-repeat.jpg) top center no-repeat;
	background-repeat: repeat-y;
	background-position: center;
	
}

#content_left,
#content_top_left {
	width: 540px;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	float: left;
}

#content_right,
#content_top_right {
	width: 295px;
	margin: 0;
	float: right;
}

#footer {
	height: 130px;
	width: 900px;
	padding: 0;
	
	background: url(../images/content-footer-2.png) top center no-repeat;
	float: none;
}


#footercontainer {
	width: 780px;
	margin: 0 auto 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 65px;
	font-size: 12px;
}


/* ### Navigationen ############################################################# */

#mainnavigation {
	padding: 0;
	margin: 0;
	border: 0;
	/* width: 227px;
	height: 360px; */
}

#mainnavigation ul {   
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
}

#mainnavigation li {
	padding: 0;
	margin: 0;
	border: 0;
	display: inline;
}

* html #mainnavigation li {
	display: block;
}

#mainnavigation ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	/* font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	/* font-size: 18px; */
	/* line-height: 36px; */
	/* text-decoration: none;
	color: #13226B;
	
	/* display: block; */
	/* padding: 0px 10px 0px 0px; */
}


/* ### Content HTML Elements #################################################### */

h1, h2, h3, h4, h5, h6 {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	font-style: none;
	margin: 0;
	padding: 0;
}

h1 {
	color: #281c00;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	color: #281c00;
	font-size: 21px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	color: #281c00;
	font-size: 17px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	color: #281c00;
	font-size: 17px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

p {

}

p.tableinfo {
	marign: 0;
	padding: 0;
	font-size: 12px;
}

ul, li {
	margin-left: 7px;
	list-style-position: outside;
}

/* ### Content TABLE Elements ##################################################### */

table {
	marign: 0;
	padding: 0;
	border: 1px solid #666666;
}

tr {

}

td {
	border: 1px solid #666666;
}


/* ### Content FORM Elements ##################################################### */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

label {
	width: 165px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

input, select, textarea {
	margin: 0;
	margin-bottom: 8px;
	padding: 4px;
	width: 315px;
	/* border: 0; */
	border: 1px #5B4A34 inset;
}

select {
	width: 323px;
	display: inline;
	margin-bottom: 8px;
}

textarea {
	margin: 0;
	margin-bottom: 8px;
	padding: 2px;
	width: 320px;
	height: 75px;
}

input.button {
	width: auto;
	color: #FFFFFF;
	background: #663333;
	border: 1px #5B4A34 inset;
}

a.button {
	/* width: auto; */
	width: 49%;
	width: 300px;
	margin: 0;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	background: #663333;
	border: 1px #5B4A34 inset;
}

a:hover.button {
	/* width: auto; */
	/* width: 250px; */
	margin: 0;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	background: #663366;
	border: 1px #5B4A34 inset;
}