* {
margin:0px;
padding:0px;
}

/* General Style Info */
body {
	color: #000000;
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	text-align:left;
	background: #f1f2f2 url('../img/background/bg_2.jpg') repeat-x;
}
img {
	border:none;
}
p {
	margin-bottom:10px;
}

ul, li {
	margin: 0px 0px 10px 12px;
}

a {
	background-color: inherit;
	background: none;
	/*padding-left:12px;*/
	color: #213960;
	text-decoration: underline;
	font-weight:normal;
}
a:hover {
	background-color: inherit;
	color: #213960;
}

h1 {
	color:#97002f;
	font-size:20px;
}

h2 {
	color:#97002f;
	font-size:14px;
	text-decoration: underline;
	border-bottom: 1px solid #a9a9a9;
}

/* Layout */
#container {
	width:828px;
	text-align:center;
	margin: 0 auto;
	margin-bottom:20px;
}

#header {
	width:100%;
	height:125px;
	background: url('../img/header/header.jpg') no-repeat;
}

#content {
	clear:left;
}

#topnavigation {
	color:#999999;
	font-size:10px;
	text-align:left;
}
#topleft {
	float:left;
	color:#FFFFFF;
	padding-top:35px;
	padding-left:10px;
	font-size:12px;
}
#topright {
	float:right;
	width:250px;
	background: #FFFFFF;
	text-align:left;
	font-size:12px;
	color: #822c2f;
	font-weight:bold;
	height:55px;
}

#mainnavigation {
	height:73px;
	padding-left:240px;
	float:left;
}

#main{
	clear:both;
	width:100%;
	background:#822c2f;
}
#imp{
	margin-top:5px;
	margin-right:10px;
	color:#FFFFFF;
}

#nav{
	margin-top:100px;
	margin-left:20px;
	color:#FFFFFF;
}

a.lib {
	color: #FFFFFF;
	font-weight: normal;
	font-size:10px;
	text-decoration: none;
	padding:0px;
	background: inherit;
	background-image: none;
}
a.lib:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* EINGEFUEGT 02-2007*/
.topnav {
	position:absolute;
	top:20px;
	padding: 0px 0px 3px 5px;
	background-color:#950030;
	color:#c8c36b;
	font-weight:bold;
}
a.leftnav {
	color: #FFFFFF;
	font-weight: normal;
	font-size:11px;
	text-decoration: none;
	padding:0px;
	background: inherit;
	background-image: none;
}
a.leftnav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div.resulttitle  {
	background-color:#ffe4e4;
	border-color:#ff8888;
	border-width:1px;
	border-style:solid;
	color:#777777;
	padding:5px;
}

.ort_pers {
	color:#97002f;
	font-weight:bold;
}
.ort_pers2 {
	color:#97002f;
	font-weight:normal;
}
/* OID */
div#oid_part {
	position:absolute;
	display:none;

	width:500px;
	height:200px;
	overflow:auto;
	
	background-color:#DEDDCB;
	font-size:80%;

	border-color:black;
	border-width:1px;
	border-style:solid;
	padding:2px;
}

.oid_size {
	font-size:small;
}

input.oid_size {
	color:black;
}

div.oid_x_box {
	position:absolute;
	top:2px;
	right:25px;
	float:right;
	
	border-color:black;
	border-width:1px;
	border-style:solid;
	
	padding:1px;
}



a.oid_x_box {
	padding:0px;
	background: inherit;
	background-image: none;
}

a.oid {
	padding:0px;
	background: inherit;
	background-image: none;
	font-weight:normal;
}

th.oid_table_header {
	color:black;
}

.message {
	background:#822c2f;
	padding:3px;
	font-weight:bold;
	color: #FFFFFF;
}
.tab_bg0 {
	background-color:#822c2f;
	}
.tab_bg1 {
	background-color:#cfd0d4;
	}
.tab_bg2 {
	background-color:#f0f1f0;
	}
	
	div.debug {
	position:absolute;
	top:10px;
	left:902px;
}
.lst {
	list-style-image:url('../img/icons/pfeil.gif');
}

ul.lst li {
	padding:0px;
}

ul.lst li a{
	background: inherit;
	background-image: none;
	padding:0px;
	color: #213960;
	text-decoration: underline;
	font-weight:normal;
}

ul.lst li a:hover {
	color: #213960;
}
.debug {
	background-color:#FFC0C0;
	border-color:red;
	border-width:1px;
	border-style:solid;
}

