/* NRIP *2009 Julia Faulde */

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, input, textarea, select {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	line-height: 150%;
	}
body.mit {
    background: #EBEBEB;
	background-image: url(images/back.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
  	text-align:center;
	}
body.ohne {
    background: #F7F2D9;
  	text-align:center;
  	color:#006F3C;
	}
/* Inhalt */
#global {
	text-align:left;
	margin:auto;
	width:1000px;
	height:509px;
	padding:0
	}
#global2 {
	text-align:left;
	margin:auto;
	padding:0
	}
#content {
	text-align:left;
	width:995px;
	height:509px;
	padding:0
	}
h1{
	font-size: 12pt;
	font-weight:bold;
	margin:18px 0 0 25px;;
	line-height:120%;
	}
p {
	font-size: 9pt;
	font-weight: bold;
	padding:0;
	margin:5px 0 0 25px;;
	}
a {
    color:#006F3C;
	padding:0;
	text-decoration:none;
	border-bottom:1px dotted #006F3C;
	}
a:hover{
	text-decoration:none;
	border-bottom:1px solid #006F3C;
	}
.klein{
	font-size:7pt;
	line-height:20px;
	}
