body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000066;
	text-decoration:underline;
	}

a:hover {
	color: #990000;
	text-decoration: none;
	}

/* Haupt-DIV - quasi "alles" - mittig zentriert */
#main {
	/* width:818px;  /* 818px + 2 px Rand = 820px */
	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}

#head {
	background-repeat: repeat-x;
	height: 1.9em;
	color: #4e4e4e;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../img/head_background.jpg);
}


#left {
	height:100%;
	float:left;
	width:20em;
	margin-top: 0.5em;
}

#right {

		height:100%;
		width:51.72em;
		float:right;
		/* padding-left: 1px; */

}

input , select {
	border:1px solid #D1D1D1;
	color:Black;
	vertical-align:middle;
	font-size: 11px;
	padding: 4px;
}

/* Breadcrumb- bzw. Rootline-Menü */
#rootline {
	
	color: #919090;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

.Stil1 {font-weight: bold}
