@import url(listen_links.css);
@import url(news.css);
/* Grundeinstellungen vornehmen */
* {
	padding:0;
	margin:0;
/*	height: 100%;*/
}

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000;
}

/*beim Drucken nicht anzeigen!*/
.inhalt-navi-sprung, .unsichtbar, .hidden, #zusatz, #anzeige, #fuss, #metanavi, #logo, #navi {
	display: none;
}

a {
  color: #5194d0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

form {
  margin: 0;
}

p {
  display: block;
  color: #000;
}

img {
	border: none;
}

#rahmen {
	position: relative;
	margin: 2px; /*10 for ie*/
/*	min-height: 551px;*/
	background-color: #fff;
	color: #000;
	text-align: left;/*Aufheben von IE_quirks im BODY*/
/*	border: 1px solid #e4edf7;*/
}

/*1. Spalte*/
#webseite {
	float: left;
/*	min-height: 551px;*/
	text-align: left;
/*	border: 1px solid #000;*/
}



/*Container in Spalte #webseite*/
#inhalt {
	float: left;
/*	margin: 0 auto;*/
	padding: 1em;
/*	margin-left: 145px;
für Testzwecke
	border: 1px solid red;
	background: #cba;*/
	font-size: .8em;
}

/*Überschriften*/
h1, caption {
  color: #000;
  font-size: 1.25em;
  line-height: 1.65em;
  font-weight: bold;
  margin: 0 0 5px 0;
}

h2, h3 {
  color: #000;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

/*div-Container*/
div.detail {
	clear:both;
	padding:0;
	margin: 0;
}

/*Firmenliste*/
div.links {
	font-size:.85em;
	float:left;
	width: 60%;
	clear:both;
	padding:5px 0;
	margin: 0;
}

div.rechts {
	font-size:.85em;
	float:right;
	width: 35%;
	padding:5px 0;
	margin: 0;
}

/*Detailseite*/
div.feld {
	float:left;
	width: 35%;
	clear:both;
	padding:5px 0;
	margin: 0;
	font-weight: bold;
}

div.wert {
	float:right;
	width: 60%;
	padding:5px 0;
	margin: 0;
}

/*Submit-Button*/
.submit1 {
	background-color:#f2f2f2;
	color:#000;
	border: 1px solid #cecece;
	width:150px;
}
