/* redefined html tags */

a {
	color: #FBAE50;
	font-weight: bold;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	margin-left: 0px;
}

table, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

h2 {
	color: #528BC6;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

h3 {
	color: #528BC6;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

/* containers */

#main-container {
/*	border: 1px solid red;*/
/*	padding: 5px;*/
}

#head {
/*	border: 1px gray solid;*/
	border-bottom: 1px #dcdcdc solid;
}

#left-col {
/*	border: 1px solid green;*/
	width: 165px;
	float: left;
	position: absolute;
	padding-left: 7px;
}

#right-col {
/*	border: 1px solid yellow;*/
	padding-left: 200px;
}

#bottom {
/*	border: 1px solid #9370DB;*/
	background-image: url(../images/bottomstrip.gif);
}

#subnavi {
/*	border: 1px black dashed;*/
	border-bottom: 1px solid #DCDCDC;
	padding: 5px;
}

#info-col {
/*	border: 1px solid purple;*/
	float: right;
	overflow: hidden;
	width: 182px;
}

#head-logo {
/*	border: 1px black solid;*/
	position: absolute;
	right: 0px;
	margin: 10px 10px 0 0;
}

#head-metanavi {
/*	border: 1px blue dashed;*/
	position: absolute;
	right: 170px;
	margin: 5px 0 0 0;
	color: #999999;
	font-size: 10px;
	letter-spacing: 2px;
}

#tip-box {
/*	border: 1px blue dotted;*/
	background-image: url(../images/tipp-postit.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 179px;
	margin-top: 20px;
}

#tip-text-box {
/*	border: 1px blue solid;*/
	width: 145px;
	height: 140px;
	padding-top: 35px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 14px;
}

#content, #content2 {
/*	border: 1px dotted orange;*/
/*	width: 580px;*/
	width: 580px;
	line-height: 20px;
}

#content-b {
/*	border: 1px dotted orange;*/
	width: 700px;
	line-height: 20px;
}

#content-c {
	position: relative;
	width: 1000px;
	line-height: 20px;
	min-height: 550px;
}

/* other stuff */

input.search {
	border: 1px #999999 solid;
	width: 160px;
	margin: 0;
	color: #999999;
}

#subnavi a {
	color: #528BC6;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#subnavi a:hover {
	color: #FBAE50;
}

#subnavi a.active {
	color: #FBAE50;
}

.info-text-001 {
	font-size: 10px;
	color: #999999;
}

#head-metanavi a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.bildarchiv {
	font-size: 10px;
	text-align: center;
	line-height: 12px;
}

.phpdigHighlight {
	background-color: #F0F492;
}

a.provider-list {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a.provider-list:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#suchknopf {
  border-style: solid;
  border-color:#528BC6;
  border-width: 0px 1px 0px 1px;
  color: #2B4A6A;
  cursor: pointer;
  background-image: url("../images/suba.gif");
  font-weight: bold;
}

/* presse */

#aktuelle_pressemitteilungen p {
	margin: 0px;
	padding: 0px;
}