/************************************************/
/*

	Template developed by: www.maximilianuhl.at

*/
/************************************************/



/* -------------------------------------------- */
/* Label: =globalStyles
----------------------------------------------- */

body{
	margin: 0px;
	padding: 0px;
	background-color: #f9c093;
	background-image: url(../images/css/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 12px;
	color: #666;
}

/* commented backslash hack \*/ 
html, body{
	height:100%;
} 
/* end hack */

#site{
	width: 767px;
	min-height:100%;
	margin: auto;
	border: none;
	background-color: #fff;
}

div{
}

a img{
	border: none;
}

a{
	text-decoration: underline;
	color: #a62c27;
}

a:hover{
	text-decoration: underline;
	color: #000;
}

table{
	margin: 0px;
	padding: 0px;
}

table tr{
	margin: 0px;
	padding: 0px;
}

table tr td{
	margin: 0px;
	padding: 0px;
}

.download_pdf{
	display: block;
	height: 20px;
	background-image: url(../images/css/pdf_button.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
}

.download_pdf:hover{
	background-image: url(../images/css/pdf_button-hover.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
}

.Ueberschrift{
	color: #a62c27;
	font-weight: bold;
}

.Fett{
	color: #000;
	font-weight: bold;
}

.Kursiv{
	color: #333;
	font-style: italic;
}

/* -------------------------------------------- */
/* Label: =headerBox
----------------------------------------------- */

#headerBox{
	margin-left: 10px;
	margin-right: 10px;
}

.breadcrumbs {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 11px;
	cursor: default;
}

.breadcrumbs a{
	color: #3366cc;
	text-decoration: none;
}

.breadcrumbs a:hover{
	color: #333;
	text-decoration: underline;
}

.breadcrumbs .breadcrumb_separator{
	color: #aaa;
}


/* -------------------------------------------- */
/* Label: =leftcolumnBox
----------------------------------------------- */


#leftcolumnBox{
	width: 206px;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
	display: none;
}


	/* MENU START */
	
		/* MENU LEVEL 1*/
	
			ul.menu{
				background-color: #a62c27;
				list-style-type: none;
				height: 22px;
				padding-left: 60px;
			}
			
			ul.menu li{
				float: left;
				height: 22px;
				margin: 0px;
				padding: 0px;
				margin-right: 33px;
			}
			
			ul.menu li a{
				position: relative;
				top: 3px;
				color: #fff;
				text-transform: uppercase;
				text-decoration: none;
				font-weight: normal;
				font-size: 11px;
			}
			
			@media screen and (-webkit-min-device-pixel-ratio:0){
				html{
					/*
						need this so that Safari3 can use window.getMatchedCSSRules to collect CSSStyleRule later
					*/
					list-style-image:none;
				} 
				ul.menu li a{
					top: 4px;
				}
			}
			
			ul.menu li a:hover{
				color: #f8cba2;
			}
			
			
		/* MENU LEVEL 2*/
			
			ul.menu li ul{
				display: none;
				background-color: #a62c27;
				position: absolute;
				margin-top: 8px;
				margin-left: -6px;
				z-index: 2;
			}
			
			ul.menu li:hover ul{
				display: block;
			}
			
			ul.menu li ul li{
				clear: both;
				margin: 0px;
				padding: 0px;
				margin-left: -34px;
				margin-right: 6px;
				margin-top: 0px;
				margin-bottom: 0px;
				display: block;
				background-color: #a62c27;
			}
			
			ul.menu li ul li a{
				text-transform: none;
			}
			
			
			ul.menu li ul li span span{
				position: relative;
				top: 3px;
				color: #fff;
				font-weight: normal;
				font-size: 11px;
				cursor: default;
			}
			
		/* MENU LEVEL 3*/
			
			ul.menu li ul li ul{
				display: none;
				background-color: #a62c27;
				position: absolute;
				z-index: 3;
				margin-top: -14px;
				margin-left: 150px;
			}
			
			ul.menu li ul li ul li{
				padding-left: 15px;
			}
			
			ul.menu li:hover ul li ul{
				display: none;
			}
			
			ul.menu li ul li:hover ul{
				display: block;
			}
	
			@media screen and (-webkit-min-device-pixel-ratio:0){
				html{
					/*
						need this so that Safari3 can use window.getMatchedCSSRules to collect CSSStyleRule later
					*/
					list-style-image:none;
				} 
			
				ul.menu li ul li ul{
					margin-top: -14px;
					margin-left: 150px;
				}
				
			
				ul.menu li ul li ul li{
					padding-left: 4px;
					padding-right: 3px;
				}
				
				
			}
	
	
	/* MENU END */


/* -------------------------------------------- */
/* Label: =rightcolumnBox
----------------------------------------------- */


#rightcolumnBox{
	margin-right: 10px;
}
	
	@media screen and (-webkit-min-device-pixel-ratio:0){
		html{
			/*
				need this so that Safari3 can use window.getMatchedCSSRules to collect CSSStyleRule later
			*/
			list-style-image:none;
		} 
		
		#rightcolumnBox{
			margin-right: 10px;
			margin-top: -9px;
		}
		
		.buttonheading{
		}
		
		.articlebuttonheading{
			margin-top: 8px;
		}
	}

#rightcolumnBox .modifydate{
	display: none;
}

#rightcolumnBox .small{
	display: none;
}

#rightcolumnBox .createdate{
	display: none;
}

#rightcolumnBox .contenttop{

}

#rightcolumnBox .contenttop .contenttop_leftcol{
	width: 455px;
	display: none;
}


#rightcolumnBox .componentheading{
	display: none;
}

#rightcolumnBox .contentpaneopen{
	margin-top: 8px;
}

#rightcolumnBox .frontpage{
	margin-top: 8px;
}


/* -------------------------------------------- */
/* Label: =contentBox
----------------------------------------------- */

.contentBox{
	padding-top: 0px;
	width: 380px;
	line-height: 18px;
	color: #000;
	font-size: 11px;
}

.contentpaneopen{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-left: 246px;
}

.contentpane{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-left: 206px;
}

.kontaktpane{
	margin-left: 247px;
	width: 450px;
}

.contentheading{
	position: absolute;
	margin-left: -236px;
	margin-top: 35px;
	width: 200px;
	color: #971c1f;
	font-size: 13px;
	font-weight: bold;
}

.kontaktformular{
	padding-top: 41px;
}

.kontaktcontentheading{
	padding-top: 10px;
}

	
	@media screen and (-webkit-min-device-pixel-ratio:0){
		html{
			/*
				need this so that Safari3 can use window.getMatchedCSSRules to collect CSSStyleRule later
			*/
			list-style-image:none;
		} 
		
		.articlecontentheading{
			margin-top: 43px;
		}

		.kontaktformular{
			padding-top: 19px;
		}

		.kontaktcontentheading{
			padding-top: 10px;
		}
		
	}

.buttonheading{
	position: relative;
	left: 64px;
	display: block;
	margin-left: 390px;
	width: 120px;
}

.articlebuttonheading{
	position: relative;
	left: 64px;
	display: block;
	margin-left: 5px;
	width: 120px;
}

	@media screen and (-webkit-min-device-pixel-ratio:0){
		html{
			/*
				need this so that Safari3 can use window.getMatchedCSSRules to collect CSSStyleRule later
			*/
			list-style-image:none;
		}
		
		.icons{
			margin-top: -10px;
		}
	}

.author_information{
	display: none;
}

.contentpaneopen tbody td{
	width: 441px;
}

.icons tbody td{
	width: auto;
}

.contentpaneopen td p{
	margin-top: 0px;
}

.contentpane td p{
	margin-top: 0px;
}

.contentpaneopen strong{

}

.contentpaneopen td h3{
	color: #971c1f;
	font-size: 13px;
	margin-top: 0px;
}

.contentpane strong{
}

.contentpane td h3{
	color: #971c1f;
	font-size: 13px;
}

.contact_email label{
	display: block;
	margin-left: -4px;
	margin-top: 8px;
	margin-bottom: -10px;
}

.inputbox{
	background-color: #fff4eb;
	color: #999;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

.inputbox:focus{
	background-color: #fff;
	color: #333;
}

.button{
	cursor: pointer;
	color: #666;
}

.button:hover{
	color: #000;
}

#contact_email_copy{
	margin-left: -1px;
	margin-top: 8px;
}

/* -------------------------------------------- */
/* Label: =footerBox
----------------------------------------------- */


#footerBox{
	width: 767px;
	margin: auto;
	position: relative;
	margin-top: 30px;
	bottom: 30px;
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #999;
}

#footerBox a{
	text-decoration: none;
	color: #999;
}

#footerBox a:hover{
	text-decoration: none;
	color: #999;
}
