/* erstmal alles auf NULL setzten, um die Unterschiede zwischen den Browsern auszugleichen */

html{
	width:100%;
	padding:0;
	margin:0;
}
* html  {overflow-x:hidden;}

body {	
	height:auto;
	padding:0 0 0px 0;
	margin:0;	
	font-size:0.79em;	
	font-family: Verdana, Arial, sans-serif;
	font-style : normal;
	font-weight : normal;	
	color : #000;	
}

* html body {margin-right:28px;}

img,table {border:0px;}
p{ margin: 15px 0;}

h1,h2,h2,h3,h4{font-weight: bold; margin: 15px 0;}
h1	{font-size: 1.5em;line-height: 2em;}
h2	{font-size: 1.4em;line-height: 1.8em;}
h3	{font-size: 1.3em;line-height: 1.5em;}
h4	{font-size: 1em;line-height: 1.2em; text-decoration: underline; }




.tbl_max {
	width:95%;	
	border: 0px solid #000000;
	border-spacing:0px;	
}
.tbl_gb {
	width: auto;
	border: 0px solid #000000;
	border-spacing:0px;		
}
.tbl_gb td  {font-size :1em;}

th  {
  	font-size : 1em;
	line-height : 1.5em;
  	font-weight : bold;
	color: #08465F;
	font-style: normal;
}
td{ padding: 3px;}


ul { padding:10px 20px; }
li {	
	list-style: disc inside none;
	padding:0 0 5px 5px;
	line-height:1.4em;
}

ul ul { padding:10px 20px; }

li li{font-size : 1em;line-height:1.4em;}

ul.links{ padding:10px 0px; }
hr{
	background:#304A7A; /* Mozilla 1.4 */
	color:#304A7A; /* IE 6 */
	border: #304A7A; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	max-width: 100%;
	margin:5px 0;
}
li.last{margin-top:25px;}

a:link,a:visited,a:active,a:hover {
	text-decoration: underline;
	color: #304A7A;
	background: transparent;	
}
a:hover {
	color: #ff0000;	
}

.fett,caption {  
	font-weight : bold;	
}
.rotfett {
  font-weight : bold; 
  background-color:#FF868E;
}
	
.gfett {
	font-size : 1.2em;
	font-weight : bold;
	color: #08465F;  
}

.dot{
	border: 1px dotted #304A7A;	
}

.text {	font-weight:normal; line-height:120%;}

.klein,a.klein  { font-style : normal;}
.mini, q {	font-size : 0.79em;}

.spanstyle  {
  color: #FF0000;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  position : absolute;
  top: -10px;
  visibility: visible;
  font-style : normal;
}

.box {
	BACKGROUND-COLOR: #FFFFFF;
	BORDER: #7F7F7F 1px solid;	
	font-style : normal;
	padding: 2px;
	color: #000000;
}



.hide {
	visibility: hidden;
	color: Window;
}

.top{
	text-align:right;	
	margin:10px 0;
}
#ticker a:active {text-decoration: none;color:#304A7A;background:#e1e1e1;}
#ticker a:link,a:visited {text-decoration: none;color: #304A7A;background: transparent;}
#ticker a:hover {text-decoration: none;color:#ff0000;background:#e1e1e1;}
#ticker	{BACKGROUND: #FFFFFF;BORDER:#304A7A 1px solid;font-style : normal;padding:0 2px;}

/* link mit kleinem logo versehen für externe ziele
a[href^="http:"] {
background: transparent url('/images/aoutside.gif') 103% 50% no-repeat;
padding-right: 10px;
}
a[href^="http://hagemania.de"],a[href^="http://www.hagemania.de"] {
background: transparent;
padding-right: 0px;
}
*/

/* gästebuch */
input,textarea{
	background:#f4f4f4;
	color:#0080c0;
	padding: 2px;
	border : 1px solid #0080c0;
	font-size : 12px;

}
.send{
	background:#859FCF;
	border : 1px solid #000000;
	color: #ffffff;
	font-size : 12px;
}

select{
	background: #f4f4f4;	
	color: #0080c0;
	border : 1px solid #0080c0;
}
.comment{
	background: transparent;	
	color: #ffffff;	
}
.error { color: #ff0000;	}
 

.kbd {
	font-family: Courier;	
}
#menu{
	text-align: left;
}

#inhalt{	
	position: relative;	
	float:left;
	width: 850px;	
	margin:0px 0px 35px 5px;
	padding:0px 0px 25px 10px;
	z-index: 0;
	border:0px solid red;
}
#inhalt.maxi{	
	width: auto;	
}


#marginal{
	position: relative;
	float:right;
	width: 150px;
	padding:0;
	margin:20px 20px 45px 5px;	
	z-index: 9;
}
#footer {
   clear:both;
   position: fixed;
   bottom: 0;
   height: 35px;
   width:100%;
   text-decoration: none;
   text-align: center;   
   font-size : 0.75em;   
   white-space: nowrap;
   background: #f4f4f4;
   border-top: thin solid #ACACAC;
   z-index: 10;
 }

 #footer img {
	padding:2px 5px; 
}