/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/


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

body {
	
	background: #d5a164 url('./../layout/papyrus_bg.jpg') repeat fixed;
	
}

#wrapper {
	width: 968px;
	height: 1003px;
	background: transparent url('./../layout/wrapper_bg.png') no-repeat;
	
}

#header {
	height: 173px;
	background: transparent url('./../layout/header_bg.png') no-repeat;
	background-position: 0 99px;
	margin: 0;
	padding: 0;
}


#header h1 {	
	width: 199px;
	height: 101px;
	padding: 2px 0 0 17px;
	float: left;
}

#header h1 a {
	width: 199px;
	height: 101px;	
	background: transparent url(../layout/logo.png) no-repeat;
	text-indent: -5000px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#content {
	height: 724px;
	width: 785px;
	background: transparent url('./../layout/content_div_bg.png') repeat-y;
	margin: 0;
	padding: 0;
}
#footer{
	height: 106px;
	background: transparent url('./../layout/footer_bg.png') no-repeat;
}


/*-----------------------------------------------------*/
/*--------------------- Schrift -----------------------*/
/*-----------------------------------------------------*/


body {
	
	color: #454545;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	
}

a {
	
	color: #2a2a2a;
	text-decoration: none;
	
}

a:hover, a:focus {
	
	color: #d59935;
	text-decoration: none;
	
}

h1 {
	
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 1%;
	
}

h2 {
	color: #9a9a9a;
	font-size: 1.125em;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 0.6em;
	
}

h3 {
	
	font-size: .813em;
	font-weight: bold;
	line-height: 1.4em;
	
	margin-bottom: .2em;
	
}

#content .right p,
#content .right li {
	
	font-size: .813em;
	line-height: 1.5em;
	
	margin-bottom: 1.4em;
	
}

#content .right li {
	
	margin-bottom: .2em;
	
}


/*-----------------------------------------------------*/
/*----------------------- Teil ------------------------*/
/*-----------------------------------------------------*/

#header ul {
	display: inline;
	list-style-type: none;
}


#header li {
	display: inline;
	list-style-type: none;
	margin: -2px;
}

#footer ul {
	
}


#footer li {
	display: inline;
	padding: 0 0 0 533px;
}


#content .right ul {
	margin: 0 0 1.4em .9em;
}

#content .left {
	width: 195px;
	height: 724px;
	float: left;
	background: transparent url('./../layout/linke_seite_div_bg.png') no-repeat;
	
}

#content .right {
	width: 498px;
	height: 724px;
	float: right;
	padding: 0 40px 0 52px;
	background: transparent url('./../layout/rechte_seite_div_bg.png') no-repeat;	
}

#content .referenzen li {
	padding: 7px 20px 7px 0;
	display: inline;
	list-style-type: none;
	margin-left: -5px;
}

#Navigationsbereich  ul{
	display: inline;
	float:left;
}
#Navigationsbereich li{
	display: inline;
	float:left;
}

#content .referenzen a {
	color:#990000;
	padding: 1px 4px 1px 4px;
	font-size: 0.9em;
	display: inline-block;
}

#content .referenzen a:hover,
#content .referenzen a:focus {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #9a9a9a;
	padding: 1px 4px 1px 4px;
}

#content .referenzenaktiv a,
#content .referenzenaktiv a:hover,
#content .referenzenaktiv a:focus {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #990000;
	padding: 1px 4px 1px 4px;
}

#content .profil {
	padding-left: 65px;
}

#content .slogan {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #990000;
	font-size: 1.25em;
	padding: 10px 0 1.4em 0px;
	text-align: center;
}

#content .impressum{
	font-size: 0.8em;
}

#content .impressum h5{
	font-weight: bold;
}


#header .right {
	width: 183px;
	float: right
}


.fltrt {
	float:right;
	margin-left:30px;
	margin-bottom:10px;
	margin-top:10px;
}

.fltlft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}



/*Tooltip styles*/
.tooltip {
	font-size: 0.8em;
	color: #555;
	position: absolute;
	display: none;
	background: transparent  url(../layout/iphone_icon1.png) no-repeat;
	width: 150px;
	height: 80px;
	margin-left: -150px;
		/* proprietär 
		box-shadow: 0 0 5px #555;
		-moz-box-shadow: 0 0 5px #555;
		-webkit-box-shadow: 0 0 5px #555; 
		*/
	
}  
   
.tooltip .head {
	padding: 12px 12px 6px 12px;
	font-weight:bold;
}  
   
.tooltip .content {  
   padding-left: 12px; 
}  



/*------- Blaetterfunktion ------------*/
#Navigationsbereich {
	margin-left: -20px;
	display: inline-block;
}
#Navigationsbereich .pfeile {

	width:62px;
}
#Navigationsbereich .headline {
	padding-top: 5px;
	vertical-align: top;
	width:350px;
}
  
#Bildbereich {
	visibility:visible;
	margin: -20px 0 0 -20px;
}
#Textbereich {
	color:#A15D9E;
	text-align: center;
	font-weight: bold;
}
#Details {
	color:#666666;
	font-size: 0.7em;
	margin: -15px 0 0 35px;
	line-height: 1.4em;
}

#Details a {
	color:#666666;
}

#Details a:hover {
	color:#990000;
}

#Details h4 {
	margin: 0 0 0.8em -1.2em
}





/*-----------------------------------------------------*/
/*---------------------- Detail -----------------------*/
/*-----------------------------------------------------*/


/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/


.clearfix:after,
#content .columns:after {
	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}

