﻿/* Allgemeine De%initionen */
* {
font-family: Verdana, Sans Serif;

}
body {
	max-width: 1280px;
	min-height: 500px;
	min-width: 800px;
	width: 
	font-family: Verdana, sans-serif;
	font-size:12pt;
	background-image: url(http://www.medienpublikation.de/z-medientitelhg.jpg);
	background-color: #DCDEC7;
	}

/* Links*/
a {
	color: black;
	text-decoration:underline;
	}

/* Schriften allgemein */
h2 {
font-size: 15px;
font-weight: bold;
text-align: center;

}

h3 {
font-size: 14px;
font-weight: bold;

}

p {
	font-size: 12px;
}

/* Tabellen */
table {
	font-size: 10px;
	border: 1px dotted black;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

td.mark1{
	background-color: #bbb;
	padding: 2px 5px;
	border-top: 1px solid black;
	
}

td.mark2 {
	background-color: #eee;
	padding: 2px 5px;
	border-top: 1px solid black;
	
}

/* Div-Container */
div#oben {
	/*background-color: yellow;*/
	background-image: url(http://medienpublikation.de/medientitelhg.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	font-size: 20px;
	font-weight: bold;	
	text-align: center;
	height: 130px;
}
div#titel {
float: left;
margin-left: 220px;
}

div#suche {
	float: right;
}

div#mitte {
	float: left;
	/*background-color: grey;*/
	width: 100%;
	margin-top: 10px;
}
div#top-nav {
	float: left;
	/*background-color: grey;*/
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px 0px;
}

div#inhalte{
	float: left;
	/*background-color:orange;*/
	text-align:left;
	width:75%;
	
}

div#vorschau{
	float: right;
	background-color:yellow;
	left:140px;
	text-align:left;
	top:90px;
	width:200px;
}
div#footer {
float: left;
margin: 0px auto;
}


/* Bilder */
img {
	border: none;
}
