body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
	margin: 0px;
}
.wichtig {
	text-decoration: underline;
}
.hervorhebung {
	color: #EC8804;
	font-weight: 900;
}
#footer {
	background-image: url(../images/foot_background.jpg);
	background-color: #EC8A00;
	margin-top: 10px;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
#outer {
	width: 900px;
	margin: auto;
	padding: 0px;
}

ul.nebeneinander {
	clear: both;
	height: 15px;
	list-style-type: square;
	list-style-position:inside;
	color: #EC8804;
	font-variant: small-caps;
	margin-left: 200px;
}

ul.nebeneinander li {
	display: list-item;
	float: left;
	width: 300px;
	font-size: 12pt;
}
marquee {
	color: #EC8804;
	font-size: 12pt;
}
#head {
	height: 82px;
	background-image:url(../images/svp_logo.gif);
	background-repeat: no-repeat;
	background-position: /*90px*/left center;
	position: relative;
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#outer #navi li {
	display: inline;
	width: 128px;
	float: left;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	height: 25px;
	line-height: 25px;
}
#navi a {
	text-decoration: none;
	display: block;
	color: #333333;
	background-image: url(../images/button_up_small.jpg);
	background-color: #EC8A00;
	font-weight: bold;
}
#navi a:hover {
	background-image: url(../images/button_down_small.jpg);
	background-color: #FBEFDC;
	text-decoration: underline;
}
#content {
	padding-top: 5px;
	min-height: 300px;
	clear: both;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
	margin: 5px 0px 5px 0px;
}
h3 {
	font-size: 10pt;
	text-align: center;
	margin: 5px;
}
#content label {
	display: block;
	float: left;
	width: 250px;
	padding: 3px;
	margin: 0px 0px 0px 10px;
}
#content label.noleft {
	margin: 0px;
}
div.autocomplete {
	position:absolute;
	width:250px;
	background-color:#FBEFDC;
	border:1px solid #333333;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected { 
	background-color: #EC8A00;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}
#mynavi {
	border: solid 1px #cccccc;
	float: right;
	width: 150px;
	margin: 0px 0px 0px 10px;
}
#mynavi h2 {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/h2_background.jpg);
	background-color: #EC8A00;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
#mynavi ul {
	border: 0px;
	margin: 0px;
	list-style: none;
	padding: 5px;
}
#mynavi a {
	text-decoration: none;
	border-bottom: dashed 1px #efefef;
	color: #333333;
}
#mynavi a:hover {
	border-bottom: solid 1px #efefef;
	color: #990000;
	font-weight: bold;
}
p#search_navi, p#search_summary {
	text-align: center;
	margin: 5px;
}
.search_result_item {
	border-top: dashed 1px #dddddd;
	padding: 5px 5px 5px 20px;
	overflow: auto;
}
.search_result_item_alt {
	border-top: dashed 1px #dddddd;
	padding: 5px 5px 5px 20px;
	overflow: auto;
	background-color: #eeeeee;
}
.search_result_address {
	width: 250px;
	float: left;
	clear: left;
	text-align: left;
}
.search_result_skills {
	margin: 0px 0px 0px 270px;
	padding: 0px;
}
/*fieldset input, fieldset select, fieldset textarea {
	width: 300px;
	float: left;
	margin-bottom: 2px;
}
fieldset select.list, textarea {
	height: 150px;
}*/
button {
	margin: 5px 10px 5px 10px;
	width: 120px;
}
form {
	margin: 0px;
	padding: 0px;
}
form br {
	clear: left;
}
input.save {
	width: 100px;
	float: right;
}
fieldset {
	margin: 5px;
	padding: 5px;
}
legend {
	font-weight: bold;
	margin-bottom: 5px;
}
.advanced {
	color: #990000;
}
ul.indent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
#content p.indent {
	padding-left: 260px;
}
#results {
	margin: 5px;
	border: dashed 1px #dddddd;
}
/*body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#outer {
	width: 900px;
	margin: auto;
	padding: 0px;
	border: 1px solid #000000;
}
#head {
	background-color: #CCCCCC;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#outer #navi li {
	display: inline;
	width: 148px;
	float: left;
	text-align: center;
	border: 1px dotted #999999;
	margin: 0px;
	padding: 0px;
}
#content {
	padding-top: 5px;
	min-height: 300px;
	clear: both;
}
#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	background-color: #CCCCCC;
	margin-top: 5px;
	text-align: center;
}
#content h1 {
	font-size: 160%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 120%;
	padding: 0px;
	margin: 10px 0px 5px 5px;
}
#content p {
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 0px;
}
dl {
	margin: 10px 5px 0px 5px;
	padding: 0px;
}
dt {
	font-weight: bold;
}
dd {
	text-align: justify;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
#content p.important {
	border-left: solid 5px #cccccc;
	border-right: solid 5px #cccccc;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
	background-color: #EFEFEF;
	width: 75%;
}
#content ul.important {
	list-style-type: square;
	font-weight: bold;
	
}
#navi a {
	text-decoration: none;
	display: block;
	color: #333333;
}
#navi a:hover {
	background-color: #CCCCCC;
	text-decoration: underline;
}
div.autocomplete {
	position:absolute;
	width:250px;
	background-color:#efefef;
	border:1px solid #333333;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected { 
	background-color: #cccccc;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}
#results {
	margin: 5px;
	border: dashed 1px #dddddd;
}
#content label {
	display: block;
	float: left;
	width: 250px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
#mynavi {
	border: solid 1px #cccccc;
	float: right;
	width: 160px;
	margin: 0px 5px 0px 10px;
}
#mynavi h2 {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #efefef;
	text-align: center;
}
#mynavi ul {
	border: 0px;
	margin: 0px;
	list-style: none;
	padding: 5px;
}
#mynavi a {
	text-decoration: none;
	border-bottom: dashed 1px #efefef;
	color: #333333;
}
#mynavi a:hover {
	border-bottom: solid 1px #efefef;
	color: #990000;
	font-weight: bold;
}
p#search_prev {
	width: 150px;
	float: left;
}
p#search_navi {
	text-align: center;
}
.search_result_item {
	border-top: dashed 1px #dddddd;
	padding: 5px 5px 5px 20px;
	margin-top: 5px;
	overflow: auto;
}
.search_result_address {
	width: 250px;
	float: left;
	clear: left;
}
.search_result_skills {
	margin: 0px 0px 0px 270px;
	padding: 0px;
}
fieldset input, fieldset select, fieldset textarea {
	width: 300px;
	float: left;
}
fieldset select.list, textarea {
	height: 150px;
}
button {
	margin: 5px 10px 5px 10px;
	width: 120px;
}
form {
	margin: 0px;
	padding: 0px;
}
form br {
	clear: left;
}
input.save {
	width: 100px;
	float: right;
}
fieldset {
	margin: 5px;
	padding: 5px;
}
legend {
	font-weight: bold;
	margin-bottom: 5px;
}
.advanced {
	color: #990000;
}
ul.indent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
#content p.indent {
	padding-left: 260px;
}
*/
.rot {
	color: #FF0000;
}
.boxheader {
	width:180px;
	padding: 5px 10px 5px 10px;
	border:1px solid #C4D5E3;
	font-weight:bold;
	font-size: 8pt;
	background-image: url(../images/h2_background.jpg);
	background-repeat: no-repeat;
}
 
.boxbody {
	width:180px;
	font-size: 8pt;
	background:#FFFFFF;
	border-left:1px solid #C4D5E3;
	border-right:1px solid #C4D5E3;
	border-bottom:1px solid #C4D5E3;
	padding:10px;
}
input, textarea, select {
	border: solid 1px black;
	padding: 2px;
	margin: 0px 0px 2px 0px;
}
input.small {
	width: 44px;
	float: left;
	margin-right: 5px;
}
input.medium {
	width: 245px;
}
input.large, textarea, select.large {
	width: 300px;
	float: left;
}
input.none {
	border: none;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
div.message {
	padding: 2px;
	margin: 5px 0px 5px 0px;
}
div.message h4 {
	font-size: 12pt;
	padding: 0px 0px 0px 25px;
	margin: 2px 0px 5px 0px;
	background-repeat: no-repeat;
	background-position: left center;
}
div.message p {
	margin: 0px 0px 2px 25px;
	padding: 0px;
}
div.message_error {
	border: solid 1px #FF4040;
	background-color:#FFAAAA;
}
div.message_success {
	border: solid 1px #1D791A;
	background-color: #85E483;
}
div.message_info {
	border: solid 1px #334f91;
	background-color: #aec7e3;
}
div.message_error h4 {
	background-image: url(../images/decline.png);
}
div.message_success h4 {
	background-image: url(../images/accept.png);
}
div.message_info h4 {
	background-image: url(../images/information.png);
}
.important {
	border: solid 1px #DFA32A;
	background-color: #FBEDAE;
	padding: 5px 5px 5px 25px;
	margin: 0px 0px 5px 0px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(../images/error.png);
}
dt {
	font-weight: bold;
	margin: 4px 0px 2px 0px;
}
.bordered {
	margin: 0px;
	padding: 0 10px 0 10px;
	border: solid 1px #EC8804;
	background-color: #FBE4C5;
}
.popup {
	padding: 0 5px 0 5px;
}
.popup h1 {
	font-size: 12pt;
	margin-bottom: 10px;
	margin-top: 5px;
}
.popup h2 {
	font-size: 10pt;
	margin-bottom: 5px;
	padding: 0px;
}
.popup p {
	margin: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EC8A00;
}
.popup .popup_head {
	text-align: center;
	background-color: #EC8A00;
	padding: 5px;
}
input#fach_suche {
	background-image: url(../images/magnifier.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#fach_warten {
	display: inline;
	float:left;
	margin: 3px 0 0 10px;
	padding: 0 0 0 20px;
	background-image: url(../images/hourglass.png);
	background-repeat: no-repeat;
	background-position: left center;
}
img.info {
	margin: 3px 0 0 5px;
	float: left;
}
textarea.flat {
	height: 45px;
}
ul.big_dots {
	list-style-image: url(../images/li.gif);
}
