/*********************************************************************************/
/* STYLE.CSS - DEFAULT C+C Stylesheet ********************************************/
/*********************************************************************************/

/*********************************************************************************/
/* general tag section 															 */
/*********************************************************************************/

body {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	/*background-image: url(/grafiken/general/bg.png);
	background-repeat: repeat;
	color: #666666;*/
	background-color:white;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

a {
	text-decoration: none;
	color: #443d23;
}

a:hover {
	/*text-decoration: underline;*/
	color: #796c3a;
}

h1 {
	margin: 0 0 2px 10px;
	color: #443d23;
	font-size: 44px;
	letter-spacing: 4px;
	text-transform: none;
	font-weight: 100;
}

h2 {
	margin: 0 0 2px 0;
	color: black;
	font-size: 24px;
	text-transform: none;
	font-weight: 100;
}

h3 {
	margin: 0 0 2px 0;
	color: black;
	font-size: 16px;
	text-transform: none;
	font-weight: 100;
}


/*********************************************************************************/
/* general classes-section														 */
/*********************************************************************************/

.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 */


.clearer {
	clear: both;
}

.removed {
	display: none;
}

.opaque0 {
	visibility: hidden;
}

.opaque0_5 {
	opacity: 0.5; 
}

.opaque1 {
	visibility: visible;
}


.debug {
	color: black;
	border-color: red;
	border: 2px solid;
	width: 200px;
	height: 100px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
}

/*********************************************************************************/
/* global content-sections														 */
/*********************************************************************************/

#wrapper {
	/*position: absolute;
	  left: 50%;
	  margin-left: -472px; */
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 944px;
	/*background-image: url(/grafiken/general/bg.png);
	background-repeat: repeat;*/
	border: 1px solid;
	border-color: #433c20;
}

#top, #footer {
	width: 100%;
}

#navigation {
	float: left;
	height: 30px;
	font-family: Arial, sans-serif;
}

#languages {
	text-transform: uppercase;	
	text-align: left;
	float: right;	
	margin-top: 10px;
	margin-right: 15px;
	padding-bottom: 20px;
	font-size: 8pt;
}

/*********************************************************************************/
/* navigation-section															 */
/*********************************************************************************/
 
#navigation ul.main {
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: none;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 1px;
}

#navigation li.main {
	float: left;
	height: 32px;
	margin-right: 12px;
	padding-left: 5px;
	background: url(/grafiken/general/nav_ul.png) left center no-repeat;
}

#navigation ul.sub {
	margin-top: 2px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 8pt;
	font-weight: normal;
}

#navigation li.sub {
	float: left;
	margin-right: 10px;
	padding-left: 0px;
	text-decoration: none;
}

#languages ul {
	list-style:none;
	margin-top: 5px;
	padding: 0;
}

#languages li {
	display: inline;
	/*background-color: #9c8d56;*/
	margin: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 0px;
	width: 38px;
	float: left;
	text-align: center;
	
	border:1px solid #443d23;
}

#languages li.active {
	/*background-color: #7d7044;*/	
}

#languages a {
	/*color: #7d7044;*/
}

#languages a.active {
	/*color: #ad9c64;*/
	color: #443d23;
}

/*********************************************************************************/
/* footer-section																 */
/*********************************************************************************/

#footer #contact {	
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
}

#footer #contact ul {
	list-style-type: none;
	font-weight: bold;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

#footer #contact li {
	float: left;
	height: 14px;
	margin-right: 10px;
	padding-left: 10px;
	background: url(/grafiken/general/nav_ul.png) left center no-repeat;
}


#footer #contact li:first-child {
	background: none;
	/*
	background: url(/grafiken/general/login_bg.png) left center no-repeat;
	padding-left: 20px;
	margin-left: 0;*/
}

/* Hides from IE-mac \*/
#footer #contact li:first-child {height: 1%;}
/* End hide from IE-mac */

#footer #logo {
	float: right;
}

a#interadFooter {
	display:block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width: 944px;
	font-weight:normal;
}


/*********************************************************************************/
/* main-section																	 */
/*********************************************************************************/

#main {
	position: relative;
	width: 100%;
	clear: both;
}

#pictures {
	margin-top: 40px;
}
	
#pictures #pic1 {
	float: left;
	margin-left: 10px;
	border: 1px solid;
}
		
#pictures #pic2 {
	float: left;
	margin-left: 7px;
	border: 1px solid;
	height: 368px;
}

div.site_content {
	margin-top: 40px;
}

.left_section {
	float: left;
	margin-left: 10px;
}

div.right_section {
	float: left;
	padding-left: 15px;
	width: 525px;
}

div.right_section h1 {
	margin: 0 0 2px 0;
}
