body {
	font-family:verdana;
}

body,ul,li {
	padding:0;
	margin:0;
}

body, html{
	overflow:auto;
}

img{	
	border: none;
}

a{	
	text-decoration: none;
}

a:link{
	color: #000;
}

a:visited{
	color: #000;
}

a:hover{
	color: #a14d4f;
}

a:hover{
	color: #a14d4f;
}

a.active {
    margin: 1200px 0 0 0 !important;
}

#content{
	height: 100%;
	width: 100%;
	position: absolute;
	overflow:auto;
}

/* MENU SCREEN */

#newsLink{
/*
	display:block;
	position:absolute;
	top:112px;
	left:122px;
	*/
	display:block;
	float:left;
	left:-160px;
	position:relative;
	top:-250px;	
}

#menu_container {
	width:600px;
	margin: 0px auto;
	position:relative;
}

#menu{
	width: 100%;
	margin: 0px auto;
}

#menu ul{
	float: left;
	width:46%;
	position:relative;
}

#menu h2{
	color: #a14d4f;
	margin: 0 0 10px 0;
	padding: 0;
	font-size:16px;
	letter-spacing: 3px;
	font-weight:normal;
}

#menu .left{	
	text-align: right;
	margin: 0 15px 0 0;
}

#menu .right{	
	padding: 0 0 0 15px ;
	border-left: 1px solid #000;
}

#menu ul li{
	list-style: none;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0 0 5px 0;
}

#menu .styling li:last-child { 
	bottom:0;
	position:absolute;
	width:100%;
}  

.debug { 
	background:green; 
}  

#footer li{
	display: inline;
	list-style-type: none;
}

#footer li a{
	line-height: 18px;
}

#header, #footer {
	display:none;
	text-align:center;
	position: absolute;
	width:100%;
}

.hidden{
	padding-top:1200px;
}

.invisible{	
	display:none;
}

#logo{
	margin: 0 3px 0 0;
}

#wrapper {
	height:400px;
	position:absolute;
	z-index:1;
	width:100%;
	background:#FFF;
	top: 50%;
	margin-top: -215px;	
}

#scroller {
	height:400px;
	float:left;
	padding:0;
	margin: auto 0;
	overflow: hidden;
}

#textContent {
	width:275px;
	margin: 0px auto;
	line-height:19px;
}

#textContent .klein{
	font-size:12px;
	letter-spacing: 1px;
}

#scroller ul {
	list-style:none;
	display:block;
	float:left;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	text-align:left;
}

#scroller li {
	display:block;
	float:left;
	height:100%;
	background-color:#fafafa;
	font-size:14px;
	letter-spacing: 2px;
	margin: 0 0 0 10px ;
	overflow:hidden;
}


#scroller img{	
	/*margin-top:410px;*/
}


#cache{	
	display:none;
}

/* SUBMENU */

#footer{
	width:80%;
	margin: 0px 10%;
	position:fixed;
}

#footer ul{
	font-size: 14px;
	line-height:20px;
	letter-spacing: 2px;
	font-weight:normal;
	margin: 0 0 10px 0;
}

.active{	
	color: #a14d4f !important;
}

#info{
	font-size: 18px;
	letter-spacing: 4px;
}

.red{
	color: #a14d4f;
}

.middot{
	/*background: url("http://localhost/56-Kleinphotographen/ipad/assets/menu_middot.jpg") no-repeat 0 4px;*/
	background: url("../assets/menu_middot.jpg") no-repeat 0 4px;
	padding: 0 0 0 15px;
}

.infoMiddot{
	/*background: url("http://localhost/56-Kleinphotographen/ipad/assets/info_middot.jpg") no-repeat 0 7px;*/
	background: url("../assets/info_middot.jpg") no-repeat 0 7px;
	padding: 0 0 0 20px;
}

.h1rot, .h1schwarz{
	display:none;
}