/* Benjamin Schuster CSS Dokument */

* {margin:0; padding:0;} /* Resets all 2 Zero */


a:link {
	text-decoration: underlined; 
	color: #000;
	background-color: inherit;
}

a:visited {
	text-decoration: underlined; 
	color: #000;
	background-color: inherit;
}

a:active {
	text-decoration: underlined; 
	color:#8e0000;
	background-color: inherit;
}

a:hover {
	text-decoration: underlined; 
	color:#8e0000;
	background-color: inherit;
}

#bildleiste {
	width: 200px;
}

body {
	margin:0px;
	font-size: 0.70em;
	font-family: Verdana, sans-serif;
	color: #000000;
	background-color: #FFF;
}

#container {
	width: 1000px;
}

#content {
	width: 1000px;
	vertical-align: top;
	text-align: left;
	color: #000;
	background-color: #FFF;
	min-height: 300px;
	padding-bottom: 10px;
	background-image:url(img/contentbg.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 1000px;
	vertical-align: top;
	text-align: left;
	min-height: 140px;
	height: 140px; /* für IE 6 */
	background-image:url(img/footerbg.jpg);
	background-repeat: repeat-x;
	border-top: solid 1px #555;
}


#footer a:link {
	text-decoration: underlined; 
	color: #FFF;
	background-color: inherit;
}

#footer a:visited {
	text-decoration: underlined; 
	color: #FFF;
	background-color: inherit;
}

#footer a:active {
	text-decoration: underlined; 
	color:#FFF;
	background-color: inherit;
}

#footer a:hover {	
	text-decoration: underlined; 
	color:#8e0000;
	background-color: inherit;
}

.footertext {
	color: #FFF;
	padding-left: 20px;
	padding-top:10px;
}


#headline {
	padding: 10px 0px 10px 10px;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size:1.8em;
	color: #000;
	background-color: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

h2	{
	font-size:1.2em;
	color: #000;
	background-color: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

h3	{
	font-size: 1.1em;
	color: #000;
	background-color: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#header {
	width: 1000px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	min-height: 250px;
	height: 250px; /* für IE 6 */
	margin-bottom: 2px;
	vertical-align: top;	
}

#impressum {
	width: 580px;
	padding-left:20px;

}

#impressumanschrift {
	width: 400px;
}

input, textarea {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	border: 1px #dfdfdf solid;
	font-weight: normal;
}


li{
	padding-left:6px;
}


#main {
	width: 1000px;
	padding-left:20px;
}

#mainblog {
	width: 750px;
	padding-left:20px;
}
#mainpresse {
	width: 760px;
	padding-left:20px;
}

#maintext {
	width: 780px;
	padding-right:10px;

}

#markthead {
	padding-left: 6px;
	background-color: #000;
	color: #FFF;
}

#marktdetails {
	padding:4px;
	vertical-align: 
}


#marktheadline {
	width: 160px;
	padding: 10px 0px 5px 0px;
}

#marktplatzpix {
	padding: 10px 20px 0px 0px;
	width: 100px;
}


#markttext {
	vertical-align: top;
	padding:0px 0px 20px 10px;
}



#navi {
	text-align: left;
	width: 1000px;
	vertical-align: top;
/*	background-image:url(img/navbg.jpg);
	background-repeat: repeat-x;
	min-height: 29px;
	height:29px;
*/
	padding-top:1px;
	padding-bottom:10px;
	border-bottom: 1px solid #000;
}

#navtext {
	font-size: 1em;
	color: #000;
	background-color: transparent;
	padding: 4px 18px 0px 18px;
}

#navtext a:link {
	text-decoration: none; 
	color: #000;
	background-color: inherit;
}

#navtext a:visited {
	text-decoration: none; 
	color: #000;
	background-color: inherit;
}

#navtext a:active {
	text-decoration: none; 
	color:#000;
	background-color: inherit;
}

#navtext a:hover {
	text-decoration: none; 
	color:#000;
	background-color: inherit;
}



.paddingtop {
	padding-top:10px;
	padding-left:10px;
}

td {
	vertical-align: top;
	color: #000;
	background-color: transparent;
}

ul, li {
	list-style-type: none;
}

#weblinks a:link {
	text-decoration: underlined; 
	color: #a8a8a8;
}

#weblinks a:visited {
	text-decoration: underlined; 
	color: #a8a8a8;
}
