/* =============
stylesheet Patrick Neumann
Stand: 28.07.2009


/*===================
1. Allgemeine Styles
===================*/

html { height: 101%; } /* Firefox Seite spring nicht durch scroll */

body {	
	font-family: verdana;
	font-size: 10px;
	padding: 0; 
	margin: 0;
	}

img
{
	border: 0px;
}


/* Schriften */
h4 {font-size:16px; font-weight:bold; letter-spacing:1px;} /* Logo */
h2 {font-size:13px; color: #000000;} /* Ueberschriften schwarz */
span.ueberschrift {font-size:11px; color: #ED1C24; font-weight: bold;}  /* fett, rot */
span.text { font-size:11px; color: #555555;}  /* normal */

/* Hyperlinks */

a, a:link, a:visited, a:hover, a:focus, a:active {}

a.menue:link, a.menue:visited, a.menue:hover, a.menue:active {
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	}

a.text:link, a.text:visited, a.text:hover, a.text:active {
	font-size: 12px;
	font-weight:normal;
	color: #6A6A6A;
	text-decoration: underline;
	}
	
a.link_b:link, a.link_b:visited, a.link_b:hover, a.link_b:active {
	font-size: 12px;
	font-weight:bold;
	color: #6A6A6A;
	text-decoration: underline;
	}

/* main-bereich*/

#box {
		width: auto;
		background: #F6F6F6;	
		border:0px;
		padding: 10px;			
		}