/* Hauptstylesheet EMK CMS */

/** Margin / Padding für alle Elemente aufheben **/
*{
	margin: 0px;
	padding: 0px;
}
body{
	text-align: center;
	font-family: Helvetica, Verdana,Tahoma,Arial,Sans-serif;
	font-size: 11px;
	background: #fff;
}
.column {
width:350px;
float:left;
margin-top:30px;
text-align:center;
}
/* Outline bei Links im Firefox abschalten */
.content a{
	outline: none;
	
}
div#PageMargin{ 
	width: 700px;
	margin: 10px auto;
	height: auto;
	overflow: hide;
	text-align:center;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}
img {
	border:0;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: red;
}
