

#umhang_innen { 
	min-height:100%;
	}
	
html, body { height:100%; }
#umhang { height:100%; }
    
#fuss { 
	margin-top:-25px; 
	padding: 5px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,.65); 
	background-color: #f3f3f3; 
	text-align: center; 
	font-size: 12px;
	}




#logo {
	float: left;
	width:auto;
	margin: 6px 0 0 20px;  
 	margin-right: 15px; 	
}


#navi {
background-image: url(design/background.png);
background-size: auto 50px;
width: 100%;
min-width: 750px;  /*Hier ändern wenn menubreite sich ändert, wegen umbruch*/
height:50px;
border-bottom:2px solid #00AEFF;
padding:0px;
overflow:hidden;

}




#container {
	background-image: url(design/backwhite.jpg);
	width:800px;
	height:auto;
	border:0px solid red;
	padding:20px;
	margin-left: auto ;
	margin-right: auto ;
}

#imgcontainer {
	position:relative;
	width:100%;
	height:auto;
	padding:20px;
	margin-left: auto ;
	margin-right: auto ;
}






body {	
 	top: 0px;
 	left: 0px;
	margin: 0px; 
	font-size: 15px;
	font-family: "Arial";
	text-shadow: 1px 1px 1px grey;	
}
body A, A:link, A:active, A:visited {
  color: #222222;
  text-decoration: underlined;
  text-shadow: 1px 1px 1px grey;	
}

body A:hover {
  text-decoration: none;
  color: #00aeff;
  text-shadow: none;
}

#info {	
		box-shadow: 0 1px 3px rgba(0,0,0,.4);
		border-radius: 3px;
		padding: 10px;
		width: 780px; 
		height: auto; 
		margin-top: 30px;
		margin-bottom: 30px;	
		line-height: 20px; 
		font-size: 13px; 
		text-align: left;	
		overflow:auto
}

.gallinks {	
		box-shadow: 0 1px 3px rgba(0,0,0,.4);
		border-radius: 3px;
		padding: 10px;
		width: 780px; 
		height: auto; 
		margin-top: 30px;
		margin-bottom: 30px;	
		float:left;
		
		text-align: left;
		line-height: 20px;
				font-size: 16px;
   				font-weight: normal;
    			letter-spacing: 1px;
    			line-height: 20px;
    			text-shadow: 1px 1px 2px #555;
}

/* CONTENT TEXT
------------------------------------------------------------------*/

.content_text {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:15px;
  

}

.content_text_small {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:15px;

}



.content_text h2 {
	font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  
  letter-spacing: 0.1em;
  
 
 

}

.content_text h1 {
	font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 18px;
  text-align: center;
  font-weight:normal;
  letter-spacing: 0.1em;
 
  }
  
/* Tooltip
------------------------------------------------------------------*/	  
a.tooltip
{
  position: relative;
  text-decoration: none;
  color: black;
}
a.tooltip span
{
  display: none;
}
a.tooltip:hover span
{
  position: absolute;
  display: inline; width: 250px; 
  top: 1.5em;
  left: 2em;
  border: 2px solid #00aeff;
  border-radius: 4px 4px 4px 4px;
  background-color: #222222;
  padding: 0.2em;
  z-index:3;
  font-size: 11px;
  color: silver;
  font-weight:normal;
}
	
/* Buttons
------------------------------------------------------------------*/	
.up_button {
	border:0px;
	-moz-box-shadow:inset 0px 1px 0px 0px #7ba7d1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7ba7d1;
	box-shadow:inset 0px 1px 0px 0px #7ba7d1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #42aaff), color-stop(1, #74b9f5) );
	background:-moz-linear-gradient( center top, #42aaff 5%, #74b9f5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#42aaff', endColorstr='#74b9f5');
	background-color:#42aaff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffe204;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:20px;
	
	padding:6px 24px;
	text-decoration:none;
}

.up_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #74b9f5), color-stop(1, #42aaff) );
	background:-moz-linear-gradient( center top, #74b9f5 5%, #42aaff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74b9f5', endColorstr='#42aaff');
	background-color:#74b9f5;
}.up_button:active {
	position:relative;
	top:1px;
	
}
/* This imageless css button was generated by CSSButtonGenerator.com */





/* MENU
------------------------------------------------------------------*/

/* Visit http://www.menucool.com/horizontal/javascript-menu for source code and other menu CSS templates */

#sse1
{
    /*You can decorate the menu's container, such as adding background images through this block*/
   /* background-color: #000000; */
   
    height: 20px;
    width: auto;
    padding: 0px;
    border-radius: 5px;
    top:12px;
    position:relative;
    float: right;
    right: 10px;
   
    

}
#sses1
{
	
   /*margin:0 auto;/*This will make the menu center-aligned. Removing this line will make the menu align left.*/
}
#sses1 ul 
{ 
    position: relative;     
    list-style-type: none;
    float:left;
    padding:0;margin:0;
    border-bottom:solid 2px #00AEFF;
}
#sses1 li
{
    float:left;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
}
/*CSS for background bubble*/
#sses1 li.highlight
{
    background-color:#00AEFF;
    top:36px;
    height:2px;
    border-bottom:solid 1px #00AEFF;
    z-index: 1;
    position: absolute;
    overflow:hidden;
}
#sses1 li a
{
    height:30px;
    padding-top: 12px;
    margin: 0 15px;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
    color: #ffffff;
    font: normal 13px Arial;
    text-align: center;
    text-decoration: none;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 1px grey;
}



/* Email Popup
------------------------------------------------------------------*/


.post { margin: 0 auto; padding-bottom: 50px; float: left; width: 960px; }



#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.login-popup{
	display:none;
	background: #333;
	padding: 10px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close {
	float: right; 
	margin: -28px -28px 0 0;
}

fieldset { 
	border:none; 
}

form.signin .textbox label { 
	display:block; 
	padding-bottom:7px; 
}

form.signin .textbox span { 
	display:block;
}

form.signin p, form.signin span { 
	color:#fff; 
	font-size:12px; 
	line-height:18px;
} 

form.signin .textbox input { 
	background:#666666; 
	border-bottom:1px solid #333;
	border-left:1px solid #000;
	border-right:1px solid #333;
	border-top:1px solid #000;
	color:#fff; 
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font:13px Arial, Helvetica, sans-serif;
	padding:6px 6px 4px;
	width:200px;
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000; }
form.signin input::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }

.button { 
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color:#000; 
	border-width:1px;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	color:#333;
	cursor:pointer;
	display:inline-block;
	padding:6px 6px 4px;
	margin-top:10px;
	font:12px; 
	width:214px;
}

.button:hover { border-color: #00aeff;
				box-shadow: 0 0 2px #00aeff; }
				
				
/* Eigenwerbung box
------------------------------------------------------------------*/

 
  
 
  .werbebox{
    position:relative;
    font-size: 12px;
    background:#eee;
    width:830px;
    height: 15px;
    padding:0px;
    margin-top: 5px;
    margin-left: auto ;
	margin-right: auto ;
  }
  .close_box{
    background:black;
    color:#fff;
    
    padding:1px 4px;
    display:inline;
    position:absolute;
    right:7px;
    border-radius:3px;
    cursor:pointer;
  }
				