/* CSS Document */ 
@import url("../../../css/master.css");

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color: #008cc4;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #373737;
	font-size: 11px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ef8425;
	text-decoration: underline;
	padding-bottom: 25px;
}

a {
	font-size:11px;
	color:#080057;
}

a:hover {
	color:#666666;
}

#container-cst {
	width: 968px;
	background-color: #008cc4;
	background-image: url(../../../templates/MASTER_TEMPLATE/img/bg.jpg);
	background-repeat: no-repeat;
	margin: auto;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#container-cst #menue-cst {
	width: 908px;
	height: 50px;
	padding-top: 30px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

#container-cst #linkespalte {
	width: 204px;
	float: left;
	margin-top: 210px;
	text-align: left;
}

#container-cst #mittlere-spalte {
	float: left;
	margin-top: 210px;
	width: 560px;
	text-align: left;
}

#container-cst #mittlere-spalte #mittlere-spalte-top {
	background-image: url(../../../templates/MASTER_TEMPLATE/img/content-top.gif);
	height: 10px;
	width: 560px;
}

#container-cst #mittlere-spalte #mittlere-spalte-content {
	background-color: #ffffff;
}

#container-cst #mittlere-spalte #mittlere-spalte-bottom {
	background-image: url(../../../templates/MASTER_TEMPLATE/img/content-bottom.gif);
	width: 560px;
	height: 12px;
}

.content-corners {
	padding: 0px;
	margin: 0px;
}
#content-usr {
	padding: 10px;
}

#container-cst #rechtespalte {
	width: 204px;
	float: left;
	margin-top: 210px;
	text-align: left;
}

#container-cst #footer-cst {
	clear: both;
}

#ortsinfo {
	width: 968px;
	margin: auto;
	text-align: right;
	padding-right: 2px;
	color: #ffffff;
}

#ortsinfo a {
	color: #ffffff;
	text-decoration: none;
}

#ortsinfo a:hover {
	color: #FFFF66;
}

/* Nuggets */

.nugget {
	padding-top: 15px;
	width: 180px;
	padding-left: 12px;
	text-align: center;
	font-size: 13px;
}

.nugget-top {
	width: 180px;
	height: 6px;
	background-image: url(../../../templates/MASTER_TEMPLATE/img/nugget-head.gif);
	padding-top: 3px;
}

.nugget-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ef8425;
}

.nugget-cont {
	background-color: #ffffff;
	text-align: center;
}

.nugget-txt {
	padding:20px 10px 5px 10px;
}

.nugget-bottom {
	background-image: url(../../../templates/MASTER_TEMPLATE/img/nugget-bottom.gif);
	width: 180px;
	height: 7px;
}

/* Nuggets Ende */

.tabellen-bg {
	background-color: #ef8425;
}


/* Individuelle Elemente */

.roter-text {
	color: #961c1c;
}

.grosser-roter-text {
	font-size: 12px;
	color: #961c1c;
}

.riesiger-roter-text {
	font-size: 14px;
	color: #961c1c;
}

.grosser-text {
	font-size: 12px;
}

.riesentext {
	font-size: 14px;
}
/* Individuelle Elemente Ende */