* {
		margin:0;
		padding:0;
		}

	html, body {
height:100%;

		}
		
body { 

background-color:#fbfbfb;

	text-align: center;   /* (en) Centering layout in old IE-versions */
	 color:#666666;

		font-family:  Arial, sans-serif;
			font-size:12px; 
	
	
line-height:1.4em;

}

.blue{
color: #2163e7;
color: #2163e7;
}

.red{
color: #ff0000;
}

#distance { 
		width:1px;
		height:50%;

		margin-bottom:-290px; /* half of container's height */
		float:left;
		}

	
#page{ 
	margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width:880px;
height:580px; 
clear:left;	
		
	background: transparent url('../_media/sys_pics/bg-default.gif') repeat-y; 

overflow:visible;
}


/* mainpage overlay
overflow:hidden;
 */

#pageOverlay {
position:absolute;
top:0px;
left:0;
margin:0;
z-index:999999;
overflow:hidden;
height:100%;
width:100%;
}


/**** stage for donwloadarticles */
#dnldcontainer {
position:relative;
top:170px;
background: transparent url('../_media/sys_pics/bg-default.gif') repeat-y;
left:0px;
}

#dnldcontainer img{
border:0;

}

#dnldcontainer .article{
		margin:0;
	position:relative;
	margin-bottom:30px;
clear:both;
}

#dnldcontainer .article .intro{
	position:absolute;
	width:210px;
left:0px;
}



#dnldcontainer .dnlditem{
position:relative;
margin-left:220px;
margin-bottom:10px;

overflow:visible;
}


#dnldcontainer .dnlditem .thumb{
width:215px;
text-align:right;

}
#dnldcontainer .dnlditem .lbl{
position:absolute;
top:0;
left:230px;

}





/* spalten mit vorbelegter position */
#box1, #box2, #box3, #box4{
	position:absolute;
	left:0px;
	top:270px;
	width:220px;
overflow:visible;


}

#box1 > div, #box2 > div, #box3 > div, #box4 > div{
padding:0px 5px;
}

#box2{
left:220px;
}

#box3{
left:440px;
}

#box4{
left:660px;
}


/* freestyle */
#box5, #box6, #box7{
position:absolute;
}




/* navitems */


#logo a{
	position:absolute;
	top:0;
	left:5px;
	width:199px;
	height:43px;
	background: transparent url('../_media/sys_pics/superatedLogo1.gif') no-repeat;
	}	
	

		#mainnav { 
	position:absolute;
top:18px;
right:0px;

font-family:  Arial, sans-serif;
font-size:12px;
font-weight:bold;
z-index:999;
}


	
#mainnav ul{
		 border:none;
		 list-style:none;
		 margin:0; 
		padding:0;
		}

#mainnav li 	{
	position:relative;
	float:left;	

}	




#mainnav li a	{
	display:block;
	padding:5px 0px 5px 25px;
	color:#999999;
	text-decoration:none;
	}

	#mainnav li a:hover, #mainnav li .selected	{
		color:#333333;
		}



/*  news */

#news, #news2 {
position:absolute;
top:0px;
left:220px;

		/* background: transparent url('../_media/sys_pics/bg-default.gif') repeat-y -220px; */ 
}

#news ul, #news2 ul{
border:none;
float:left;
list-style:none;
margin:0; 
padding:0;
}

#news li, #news2 li {
position:relative;
float:left;
width:220px;
}	

#news li div{
margin-top:270px;
padding:0px 5px;
}

#news2 li div{
margin-top:180px;
padding:0px 5px;
}




/*  pagination */

div.pagination {
	position:absolute;
	z-index:200;
	text-align:right;
	width:215px;
	top:270px;		
}



div.pagination a, div.pagination a:link, div.pagination a:visited{
padding:2px 4px;
background-color:#eee;
}

   div.pagination a:hover, div.pagination  a:active{
	 background: #7c7867 ; color:#ffffff; 

}

   div.pagination a.currentpage{
	 background: #7c7867 ; color:#ffffff; 

}


/*  gallery */
#gallerystage  {
width: 655px;
height: 430px;
position:absolute;
overflow:hidden;

}

#galleryPic img{

}



#gal-description {
position:absolute;

}

/*
#gal-description div{
padding:10px;
position:absolute;
bottom:0px;
}
*/

#gal-controls {
position:absolute;
width:100px;
z-index:200;
text-align:right;
}

#gal-controls a, #gal-controls a:link, #gal-controls a:visited{
padding:2px 4px;
background-color:#eee;
}

   #gal-controls a:hover, #gal-controls  a:active{
	 background: #7c7867 ; color:#ffffff; 

}









/* general */

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


a img { 
	border:0;
	}
	
	
a {
text-decoration:none;
color:#666666;
}

a:hover {
text-decoration:none;
color:#008080;
}



h1,h2,h3 {
font-family:  Arial, sans-serif;
font-weight:bold;
margin:0;padding:0;
}

h1 {
	font-size:16px;
	line-height:20px;
}

h2 {
	font-size:14px;
	line-height:18px;
	
}

h3 {
font-size:12px;
line-height:16px;
	
}


hr{
height:1px;
border:0;
border-top:1px solid  #dedede;
clear:both;
}

/**
pageUser logout button
*/
					
		#logedUserBtn{
		position:absolute;
		left:0px;
		top:8px;
		width:100%;
		overflow:hidden;
		}

							#logedUserBtn > div{
					margin: 0px auto 0px auto; /*top, right, bottom, left*/
					text-align:right;
					width:880px;

					}
								#logedUserBtn a{
				
							text-decoration:none;
							overflow:hidden;
							padding:5px 5px;
						
						color:#2163e7;
					}
					
	
			


/**
simplex panel
*/			
					
										#simplex_cms {
										position:absolute;
										background: transparent url('../_cms/pics/simplex-btn.png') no-repeat;
										color:#fff;
											top:-3px;
											right:0px;
											margin:0px;
											padding:0px;
								
										width:65px;
										height:28px;
										line-height:18px;
										text-decoration:none;
								 display: block;
									overflow:hidden;
										}

											#simplex_cms a{
											color:#000;
											width:150px;
											height:28px;
											text-decoration:none;
									 display: block;
										overflow:hidden;
										padding-left:65px;
										padding-top:3px;
											}

											
											#simplex_cms:hover{
													top:0px;
													right:0px;
													width:150px;
														text-decoration:none;
											}
											
											
											
											
a.inlineEditLink1 {
background: transparent url('../_cms/pics/simplex-edit1.gif') no-repeat left top !important;
position:absolute!important;
text-decoration:none;
width:50px!important;
height:16px!important;
z-index:999;
}

a.inlineEditLink2 {
background: transparent url('../_cms/pics/simplex-edit2.gif') no-repeat left top !important;
position:absolute!important;
text-decoration:none;
width:50px!important;
height:16px!important;
z-index:999;
}
