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

a, blockquote, caption, dd, dfn, div, dl, dt, fieldset, 
form, h1, h2, h3, h4, h5, img, label, legend, li, 
ol, p, samp, table, tbody, td, tfoot, th, thead, tr, ul, body	{

	font-size:100.1%;
	font-family: Verdana, Arial, sans-serif;	
	line-height:120%;
	color: #000000;	
	background-color: transparent;
	font-style : normal;
	font-weight : normal;
}


body {	
	background : url(../images/bg_lines.gif) repeat fixed #fff;
	margin: 10px 0px 50px 10px;
	padding: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-shadow-color: #304A7A;
	scrollbar-highlight-color: #304A7A;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color:#304A7A;	
}

h1,h2,h2,h3,h4{font-weight : bold;}
h1	{font-size: 1.5em;}
h2	{font-size: 1.4em;}
h3	{font-size: 1.1em;}
h4	{font-size: 0.9em;  text-decoration: underline; }

th  {
  font-size : 1em;
  font-weight : bold;
	color: #08465F;
	font-style: normal;
}

a {
	font-weight: normal;
	font-size : 0.9em;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	}
a:link {
	text-decoration: underline;
	color: #304A7A;
}
a:visited {
	text-decoration: underline;
	color: #304A7A;
}
a:hover {
	text-decoration: none;
	color: Red;
	text-transform: none;
}

.fett,caption {
	font-size : 0.8em;
  	font-weight : bold;
}
	
.gfett {
	font-size : 1.2em;
	font-weight : bold;
  color: #08465F;
}
.ol {
	font-size : 0.9em;
  	font-weight : bold;
}

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

.klein,a.klein  {
 	font-size : 0.7em;
 	font-style : normal;
}
.mini  {
 	font-size : 0.6em;
}

.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-SIZE: 0.8em;
	font-style : normal;
	padding: 2px;
	color: Black;
}

.tbl_max {
	width: 99%;
	border: 0 none;
}

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


hr{
	background-color:#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 */
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	text-align:left;
}


#ticker a:active {text-decoration: none;color: #304A7A;background:#e1e1e1; font-size : 0.9em;}
#ticker a:link {text-decoration: none;color: #304A7A;font-size: 0.9em;}
#ticker a:visited {text-decoration: none;color: #304A7A;font-size: 0.9em;}
#ticker a:hover {text-decoration: none;color: Red;background:#e1e1e1;font-size: 0.9em;}
#ticker	{BACKGROUND-COLOR: #FFFFFF;BORDER: #304A7A 1px solid;FONT-SIZE: 0.9em;font-family : Arial, sans-serif;font-style : normal;padding-left : 2px;padding-right : 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-color:#f4f4f4;
	color:#0080c0;
	padding: 2px;
	border : 1px solid #0080c0;
	font-size : 10px;

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

select{
	background-color: #f4f4f4;	
	color: #0080c0;
	border : 1px solid #0080c0;
}
.comment{
	color: #ffffff;
	font-size: 0.8em;
}
.error {
		color: Red;
		font-size: 0.8em;
}
 
 div.footer {
   position: fixed;
   bottom: 0;
   height: 40px;
   width: 100%;
   display: block;   
   text-decoration: none;
   text-align: center;
   font-size : 0.7em;
   font-style : normal;
   background-color: white;
   border-top:1px dotted #304A7A;
 }
