*:focus { outline: 0 !important; }

body,html {
	background: rgb(234,234,234); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDk0OTQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(234,234,234,1) 44%, rgba(73,73,73,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,rgba(234,234,234,1)), color-stop(100%,rgba(73,73,73,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 44%,rgba(73,73,73,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 44%,rgba(73,73,73,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(234,234,234,1) 44%,rgba(73,73,73,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(234,234,234,1) 44%,rgba(73,73,73,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#494949',GradientType=0 ); /* IE6-8 */
	
	background-attachment: fixed !important;
	font-family: 'Lato',Verdana, sans-serif;
	font-weight: 500;
	color: #626262;
	text-align: center;
	height: 100%;
	overflow: scroll;
	}
	
a:link 		{ font-weight:500; color:#626262; text-decoration:none; }
a:visited { font-weight:500; color:#626262; text-decoration:none; }
a:focus 	{ font-weight:500; color:#626262; text-decoration:none; }
a:hover 	{ font-weight:500; color:#626262; text-decoration:underline;}
a:active 	{ font-weight:500; color:#626262; text-decoration:none; }
	
h4 {
	font-weight: 700;
	font-weight:bold\9; /* IE8 und darunter */
	line-height: 1.0em; 
}	

h3 {
	font-weight: 700;
	font-weight:bold\9; /* IE8 und darunter */
	line-height: 1.0em; 
}	

h5 {
	color:#006699 ;
	font-size: 18px;
}

#accordion h3 {
	padding-left: 2.2em;
	font-weight: 500;
	line-height: 2.3em;
	
	display: table; width: 100%;
	border-top: 2px solid #FFFFFF;
}

#accordion {
	padding-top: 10px\9;
}

#accordion h3 a {
	
	padding-left: 0em;
	line-height: 1em;
}

#accordion div div {
	line-height: 1.7em;
}

#accordion .active 
 {
	
	text-decoration: underline;
}

.menu-active {
	/*text-shadow: 0 0 1px rgb(105, 105, 105);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=90, Color='#696969')";*/
	
	font-weight: 500;
	text-decoration: underline;
}


#rahmen {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
	height: 630px;
	/*border: 1px solid #333;*/
	margin-top: 50px;
	text-align: left;
}

#logo{
	background-color:#006699;
	width:50px;
	height:50px;
	position:absolute;
	left:20px;
	top:55px;
}

#schriftzug {
	text-align:left;
	font-size:22px;
	font-weight: 500;
	position:absolute;
	bottom:0px;
	left:66px;
	width:180px;
	height:auto;
}

#menu{
	position: absolute;
	/*border: 1px solid #333;*/
	right: 60px;
	top: 80px ;
	height: 30px;
	width: 320px;
	font-size: 22px;
}

#menu span {
	
	padding-left: 30px;
}

#inhalt{
	position: relative;
	width: 1000px;
	height: auto;
	top: 100px;
	padding-left: 20px;
	/*background-color: white;
	-moz-box-shadow: 0 0 2px #909090;
	-webkit-box-shadow: 0 0 2px #909090;
	box-shadow: 0 0 2px #909090;*/
	
	line-height: 1.6em;
	/*border: 1px solid #333;*/
/*	padding-left: 50px;*/
	padding: 20px 20px 100px 20px;
}

.weissebox {
	background-color: white;
	/*-moz-box-shadow: 0 0 2px #909090;
	-webkit-box-shadow: 0 0 2px #909090;
	box-shadow: 0 0 2px #909090;*/
	
	height: auto;
	padding-bottom: 5px;
	/*
	-webkit-box-reflect: below 20px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent), to(rgba(255,255,255,0.2)));	*/
}

#strich {
	position: relative;
	left: 360px;
	top: 25px;
	height: 450px;
	width: 1px;
	border-right: 1px solid rgba(51, 51, 51, 0.52);
}

.rahmenbox {
	
	/*border: 4px solid white;*/
	/*height: 560px;*/
}

.projekte-inhalt {
	position: absolute;
	top: 40px;
	width: 648px;
	height: 513px;
/*	border: 1px solid #333;*/
	left: 402px;
	text-align: center;
	line-height: 3em;
}

.punkt {
	height: 10px;
	width: 10px;
	background-color: #006699;
	display: block;
	margin: 5px;
}

.control-active span, .control-hover span {
	background-color: #FFFFFF;
	border: 1px solid #006699;
	height: 9px;
	width: 8px;
}

.control-1 {
	display: inline-block;
}

.controlarrow {
	display: none;
}

#accordion h3.ui-state-active {
	font-weight: 500;
}

#impressum, #profil {
/*	border: 1px solid #333;*/
	width: 900px;
	height: 520px;
	padding-left: 50px;
	padding-top: 30px\9; /* IE8 und darunter */ 
	padding-top: 20px;
	padding-right: 50px;
/*	border: 1px solid #333;*/
}

#kontakt{
width: 900px;
height: 520px;
padding-left: 50px;
padding-top: 30px\9; /* IE8 und darunter */ 
padding-top: 20px;
padding-right: 50px;

	}
	
#karte{
	position: absolute;
	left: 290px;
	top: 40px; 
	height: 470px;
}	

#profil-bild{
	position: absolute;
	top: 208px;
	left: 500px;
}
	
#spiegelung{
	position: relative;
	top: 10px;
	top: 10px\9; /* IE8 und darunter */ 
	width: 1000px;
	height: 100px;
	left: 20px;
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjU0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.54) 0%, rgba(255,255,255,0.38) 30%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.54)), color-stop(30%,rgba(255,255,255,0.38)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.54) 0%,rgba(255,255,255,0.38) 30%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.54) 0%,rgba(255,255,255,0.38) 30%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.54) 0%,rgba(255,255,255,0.38) 30%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.54) 0%,rgba(255,255,255,0.38) 30%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8affffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
	
	
}
	
#accordion{
  position: absolute;
	font-family: 'Lato',Verdana, sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #626262;
	left: 30px;
	width: 400px;
	top: 30px;
	top: 20px\9; /* IE8 und darunter */ 
/*	border-right: 1px solid #333;*/
}

.ui-accordion .ui-accordion-content {
	padding:0.5em 4.0em;
}
	
	
	
	