/* 
*
*	CSS - Core
*	Marktplatz-Wesermarsch.de (05.06)
*
*/

@import "navigation.css";
@import "typo.css";
@import	"t3.css";

body {
	margin: 0px;
	padding: 0px;
	background-color: #eee;
}

body,html {
	height: 100%;
	min-width: 1000px;
}

*, td, p, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea {
	background-color: #99c2ed;
	padding: 2px;
	margin: 2px;
	color: #991f12;
	border: 1px solid #6390c0;
	font-size: 1em;
}

select {
	background-color: #99c2ed;
	padding: 2px;
	margin: 2px;
	color: #991f12;
	border: 1px solid #6390c0;
}

.content {
	background: white url(../grafik/content.gif) fixed repeat-y center;
}

.inhalt {
	margin-right:35px;
	width:560px;
	font-size:1em;
	padding:5px;
}

.links {
	padding:0px;
	margin:0px;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

