/* << ----------------// General Styles //------------ */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #AA6D40;
}

p {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 6px;
	line-height: 1.3em;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}


strong {
    font-weight: bold;
}

em {
    font-style:italic;
}

h1, h2, h3, h4 {
	margin: 20px 0 14px 0;
	font-family: Georgia;
}

h1 {
    font-size:20px;
}

h1.imageheader {
    height: 38px;
    white-space: nowrap;
    background-repeat: no-repeat;
    margin: 15px 0 0 0;
}

h1.imageheader strong {
    display: none;
}

h2 {
    font-size:20px;
}

h3 {
    font-size:18px;
}

h4 {
    font-size:16px;
}

a:link, a:visited {
	color: #9d4e39;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover, a:active {
    color:#660000;
    text-decoration:none;
}

ul {
	margin:0px;
	list-style-type:disc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}

ol {
	list-style-type:decimal;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}

ul li, ol li {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	padding: 0;
	width: 1000px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* << ----------------// Header //------------ */
#header {
	margin: 0;
	padding: 0px;
	width: 960px;
	height: 181px;
	color: #ffffff;
	background-image: url(/fileadmin/templates/img/header.jpg);
}

/* << ----------------// Left column //------------ */
#columnOne {
	float:left;
	margin: 0;
	width: 270px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
	height: 420px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B03B41;
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

#columnOne h2, #columnThree h2 {
font-size:16px;
}

/* << ----------------// Vertical navigation //------------ */
#navVertical {
	padding:0;
	width: 270px;
	margin: 0;
	background: url(/fileadmin/templates/img/bg_navi.png) repeat-y;
	display: block;
	color: #B2393E;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navVertical ul.deep1 {
	margin: 0 0 0 80px;
	padding: 0 0 10px 0;
	width: 165px;
	list-style: none;
	color: #B03B41;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navVertical ul.deep1 li {
	margin: 0 0 0 -3px;
	padding: 0;
	list-style: none;
	color: #9F1B28;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAB69C;
}

#navVertical ul.deep1 li a:link, #navVertical ul.deep1 li a:visited {
	color: #AB6740;
	text-decoration: none;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#navVertical ul.deep1 li a:hover, #navVertical ul.deep1 li a:active {
    color:#9C4C2B;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#navVertical ul.deep1 li.mainlevelactive a, #navVertical ul.deep1 li.mainlevelactive a span {
    color: #cb9965;
}

#navVertical ul.deep1 li ul.deep2 {

}

#navVertical ul.deep1 li ul.deep2 li {
	margin: 0 0 0 9px;
	color: #9F1B28;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: none;
	border-top: 1px solid #DAB69C;
}

#navVertical ul.deep1 li ul.deep2 li a {
	font-weight: normal;
}

#deko_links {
    background: url(/fileadmin/templates/img/bg_deko_links.png) top right no-repeat;
    width: 270px;
    height: 159px;
}

/* << ----------------// Middle column //------------ */
#columnTwo {
	float: left;
	margin: 0;
	width: 478px;
	background: url(/fileadmin/templates/img/bg_content.jpg) repeat-y;
	padding-top: 103px;
	padding-right: 57px;
	padding-bottom: 0;
	padding-left: 20px;
}

#content_footer {
    width: 553px;
    height: 30px;
    clear: left;
    background: url(/fileadmin/templates/img/footer.jpg) no-repeat;
    margin: 0 0 0 -20px;
}


/* << ----------------// Footer //------------ */
#footer {
	margin: 0;
	width: 555px;
	height: 17px;
	font-size: 15px;
	color: #cccccc;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
}

#footer a:link, #footer a:visited {
	color: #AA6D40;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#Layer1 {
	position:absolute;
	width: 195px;
	height: 330px;
	z-index:2;
	left: 767px;
	top: 201px;
	visibility: visible;
	background: url(/fileadmin/templates/img/floating_box_rechts.jpg) no-repeat;
}



#inner_rightbox {
	margin-top: 4px;
	width: 180px;
	height: 303px;
}

#inner_rightbox .csc-header {
    overflow: fixed;
    width: 170px;
    height: 33px;
    margin: 0 auto 1px auto;
    text-align: center;
}

#inner_rightbox .csc-header h1.imageheader {
    height: 38px;
    white-space: nowrap;
    background: center center no-repeat;
    margin: 0;
}

#inner_rightbox .cs_content_wrap {
    overflow-y: auto;
    overflow-x: hidden;
    width: 165px;
    height: 267px;
    margin: 0 0 0 10px;;
}


#inner_rightbox h1 {
	font-family: Georgia;
	text-align: center;
	padding: 0 5px;
	margin-top: 10px;
	margin-bottom: 18px;
}

#inner_rightbox p {
	font-family: Georgia;
	font-size: 11px;
}

#auszeichnungen {
    width: 90px;
    margin: 10px 0 0 60px;
    text-align: center;
}

#auszeichnungen a img{
    margin: 4px;
}

#Layer2 {
	position:absolute;
	z-index:1;
	left: 293px;
	top: 120px;
	visibility: visible;
	width: 510px;
	height: 146px;
}


/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.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 */
