@charset "utf-8";
body {
	background-color: #a8121d;
	background-image: url(../portal-images/back/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}

/* DIV-Boxen */

#fb_plugin {
	/*background-color:white;*/
	width: 800px;
	min-height: 500px;
	margin: auto;
	margin-top: 30px;
}

#wrapper {
	position: relative;

	height: 530px;
	width: 796px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header_logo {
	height: 319px;
	width: 796px;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 42px;
}
#navigation {
	height: 74px;
	width: 796px;
	margin: 0px;
}
#bottom {
	height: 59px;
	width: 796px;
	margin: 0px;
	padding-top: 37px;
}
.fb-like {
	position: absolute !important;

	top: 10px;
	left: 50px;
}

/* Schriften */

.fliess {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.mediastyle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #cc6666;
	text-align: center;
}
/*Links*/

a.weiss:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: underline;
}
a.weiss:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: underline;
}
a.weiss:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #cc6666;
	text-decoration: underline;
}
a.weiss:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: underline;
}

a.rot:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #cc6666;
	text-decoration: underline;
}
a.rot:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #cc6666;
	text-decoration: underline;
}
a.rot:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: underline;
}
a.rot:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: underline;
}