@charset "UTF-8";

@font-face {
	font-family: Calibri;
	src: url('http://tom-aslan.de/koalition/calibri.TTF');
	<!--[if gte IE]>
		src: url('http://tom-aslan.de/koalition/calibri.eot');
	<![endif]-->
	format("truetype");
}

html {
	background-color: #3b59b6;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #3b59b6;
	font: 10px Calibri, Arial, serif;
	line-height: 13px;
	color: #eee;
	width: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #3b59b6;
	text-decoration: none;
}

.linkfeld {
	background-color: #daeef3;
	margin-top: 2px;
	padding: 5px;
	font-family: Calibri, Arial, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	border: 0;
	
}

.linkfeld:hover {
	background-color: #fff;
	cursor: pointer;
	color: #3b59b6;
}

*:focus {
	outline: none;
}

a img {
	border: 0px;
}

#container {
	background: #daeef3 url('grafix/header.jpg') no-repeat center top;
	width: 900px;
	border: #456cc1 2px solid;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

small {
	font: 10px;
	line-height: 12px;
}

.grossbuchstaben{
	text-transform: uppercase;
	font: 12px Calibri, Arial, serif;
	font-weight: bold;
}

#header {
	color: #000;
	font-size: 26pt;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #82a0a8 0.08em 0.08em 0.15em;
	padding: 30px;
}

#links {
	float: left;
	width: 160px;
	min-height: 560px;
	text-align: left;
}

#mitte {
	background: url('grafix/bg.jpg') repeat-y center top;
	border: #456cc1 2px solid;
	padding-left: 165px;
	padding-right: 205px;
	padding-top: 7px;
	min-height: 850px;
	text-align: left;
	border: 2px solid;
	-moz-border-radius: 11px;
	-o-border-radius: 11px;
	border-radius: 11px;
}

#mitte p {
	padding: 5px;
	color: #000;
	font-size: 8pt;
}

#mitte ol li {
	padding: 5px;
	color: #000;
	font-size: 8pt;
	list-style-type: decimal;
	margin-left: 20px;
}

#mitte td {
	color: #000;
	font-size: 8pt;
	padding: 3px;
}

#mitte td strong{
	color: #000;
	font-size: 10pt;
	padding: 3px;
}

.fb-like-box {
	padding: 5px;
	color: #000;
	font-size: 8pt;
}

#rechts {
	float: right;
	width: 200px;
	min-height: 560px;
}

#links p,#rechts p {
	margin-top: 2px;
	padding: 5px;
	text-transform: uppercase;
	color: #000;
	font-size: 8pt;
}

.derbutton {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #ccc 0.08em 0.08em 0.15em;
	padding: 10px;
}

.pressetitel {
	font-size: 10pt;
	font-weight: bold;
}

.erfolg {
	background-color: #daeef3;
	padding: 10px;
	font-size: 12pt;
	color: #000;
	line-height: 16pt;
}

.fehler {
	background-color: #ffcc22;
	padding: 10px;
	font-size: 12pt;
	color: #000;
	line-height: 16pt;
}

#footer {
	width: 900px;
	color: #acb0f8;
}

#footer a{
	color: #acb0f8;
	font-weight: bold;
	text-transform: uppercase;
}