/*
Stylesheet umsatteln.org
(c) 2009 Patrick G. Stößer <pgs@realfragment.de> 
Alle Rechte vorbehalten - All rights reserved
*/

html
{
height: 99.9%;
}

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #B0B0B0;
	height: 99.9%;
} 



.section h1{
	font-size: 1.1em;
	font-family: verdana;
	vertical-align: middle;
}

h1{
	font-size: 1.1em;
	font-family: verdana;
	margin-bottom:0.5em;
}

.tech{
	 font-size: 0.8em;
	 font-weight: normal;
}

.tech a{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.bar h1{
	font-size: 0.9em;
	margin: 0;
}

.inv{
	visibility: hidden;
	font-size:0.1em;
}

.auth{
	font-size:0.8em;
	color: #797979;
}



/*----- links -----*/

a:link, a:visited, a:active, a:focus, a:hover{
	text-decoration:none;
	color: #000000;
}

img a{
	text-decoration: none;
	border: none;
}

#contentbox a:link{
text-decoration:none;
	border-bottom: 1px dotted #797979;
	color: #000000;
}

#contentbox a:visited{
text-decoration:none;
	border-bottom: 1px dotted #AAAAAA;
	color: #000000;
}

#contentbox a:focus, #contentbox a:hover, #contentbox a:active{
	color: #FFFFFF; 
	background: #797979;
	border-bottom: 1px dotted #AAAAAA;
	text-decoration:none;
}

#footbox a:link, #ang a:link{
	color: #000000;
	text-decoration: none;
}

#footbox a:visited, #lang a:visited{
	color: #000000;
	text-decoration: none;
}

#footbox a:focus, #footbox a:hover, #footbox a:active, #lang a:focus, #lang a:hover, #lang a:active{
	color: #FFFFFF; 
	background: #797979;
	text-decoration: none;
}

a.button{
	font-size: 0.9em;	
	text-decoration: none;
}

a.button:link, a.button:visited{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

a.button:focus, a.button:hover, a.button:active{
	background: #F8F8F8; 
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

#copy a{
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid;
	text-decoration: none;
}

#copy a:link, #copy a:visited{
	background: #EEEEEE;
	border-color: #797979;
	color: #4F4F4F;
	text-decoration: none;
}

#copy a:focus, #copy a:hover, #copy a:active{
	background: #797979; 
	border-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

#pagenav a, .bar a, .tech a{
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}

#pagenav a:hover, #pagenav a:active, #pagenav a:focus, .bar a:hover, .bar a:active, .bar a:focus{
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	background: #999999;
}

/*----- boxen -----*/

.section{
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 1.5em;
	padding-left: 4px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	background: #000000;
	height: 1.4em;
}

.sectionbar{
	height: 100px;
	overflow: hidden;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #000000;
}


#footbox{
	background: #B0B0B0;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	border-top: 1px solid #999999;
	font-size: 0.8em;
	line-height: 1.5em;
}

#contentbox{
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 15px;
	padding: 20px;
}

#pcontentbox{
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px;
	text-align: center;
}

#pcontentbox h1{
	margin-bottom: 1.2em;
}

.spborder img{
	border: none; 
}

.spborder{
	border: 1px solid #AAAAAA;
	padding: 10px;
	margin-bottom: 15px;
}

#nonFooter
{
position: relative;
min-height: 100%;
background-color: #FBFBFB;
}

* html #nonFooter
{
height: 100%;
}

* {
 position: relative;
 z-index: 1;
}

#headbox{
	background: #E8501F;
	color: #000000;
	font-size: 3.5em;
	font-weight: bolder;
	padding: 0.2em 0.6em 0.4em 0.6em;
	z-index: 1;
	position: relative;
}

#headbox a{
	color: #000000;
	text-decoration: none;
}

#headnav a:link, #headnav a:visited, #headnav a:active{
	text-decoration: none;
	color: #000000;
	border-bottom: none;
}

#headnav a:hover, #headnav a:focus{
	text-decoration: none;
	color: #000000;
	background: none;
	border-bottom: none;
}

#headnav{
	font-size: 0.8em;
	background: #FEF8AD;
	color: black;
	padding: 2px 20px 6px 20px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	display: block;
	text-align: center;
}
	

