/* @group Basics */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

i {
	display: none;
}

.clear {
	clear: both;
}

/* @end */

body {
	text-align: center;
}

#fw {
	text-align: left;
	width: 1284px;
	margin: 0 auto;
}

#fwInner {
	background: url(../img/bg_fwInner.png) repeat-y;
	position: relative;
}

#fwHead, #fwBody, #fwSiteservice {
	width: 964px;
}

/* @group fwHead */

#fwHead {
	position: relative;
	height: 113px;
	border-bottom: 6px solid #cc051f;
}

/* @group fwLogo */

#fwLogo {
	position: absolute;
	top: 7px;
	left: 15px;
}
#fwLogo a {
	display: block;
	width: 289px;
	height: 52px;
	background: url(../img/logo.png) no-repeat;
}



/* @end */

/* @group fwTopNav */

#fwTopNav {
	position: absolute;
	top: 65px;
	left: 10px;
}
#fwTopNav ul {
}
#fwTopNav ul li {
	float: left;
	display: block;
	margin-right: 10px;
	position: relative;
}
#fwTopNav ul li a {
	display: block;
	text-decoration: none;
	color: #cc051f;
	font-size: 12px;
	padding: 0 5px;
}
#fwTopNav ul li.active a,
#fwTopNav ul li a:hover {
	text-decoration: underline;
	/*color: #000;*/
}

#fwTopNav ul li a:active {
	color: #000;
}

#fwTopNav ul li ul {
	display: none;
	border: 1px solid #CCC;
	width: 150px;
	background-color: #FFF;
	z-index: 100;
}
#fwTopNav ul li:hover ul {
	display: block;
	position: absolute;
}
#fwTopNav ul li ul li {
	float: none;
	display: block;
	margin: 0;
	z-index: 101;
}
#fwTopNav ul li ul li a {
	display: block;
	padding: 2px 5px;
	z-index: 102;
}
#fwTopNav ul li ul li.active a,
#fwTopNav ul li ul li a:hover {
	color: #FFF;
	background-color: #cc051f;
}



/* @end */

/* @group fwTopCategories */

#fwTopCategories {
	position: absolute;
	top: 95px;
	left: 15px;
	z-index: 90;
}
#fwTopCategories ul {
	z-index: 91;
}
#fwTopCategories ul li {
	float: left;
	display: block;
	margin-right: 20px;
	color: #666;
	font-size: 11px;
	z-index: 92;
}
#fwTopCategories ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 11px;
	z-index: 93;
}
#fwTopCategories ul li.active a,
#fwTopCategories ul li a:hover {
	text-decoration: underline;
	/*color: #000;*/
}

#fwTopCategories ul li a:active {
	color: #000;
}

/* @end */

/* @group fwLogin */

#fwLogin {
	position: absolute;
	top: 7px;
	right: 15px;
}



/* @end */



/* @end */

/* @group fwSiteservice */

#fwSiteservice {
	border-top: 6px solid #cc051f;
	padding: 10px 0;
	text-align: center;
}

#fwSiteservice ul {
	padding-left: 15px;
}
#fwSiteservice ul li {
	display: inline;
	margin-right: 20px;
}
#fwSiteservice ul li a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
#fwSiteservice ul li a:hover {
	text-decoration: underline;
}



/* @end */

/* @group fwAbout */

#fwAbout {
	background-color: #CCC;
	width: 964px;
	padding: 5px 0;
}
#fwAbout * {
	font-size: 11px;
}
#fwAbout p {
	padding: 5px 80px 5px 40px;
}



/* @end */

/* @group fwPartner */

#fwPartner {
	background-color: #CCC;
	width: 964px;
	padding: 5px 0;
}
#fwPartner h2 {
	font-size: 11px;
	padding: 5px 0 5px 5px;
}
#fwPartnerInner {
	padding: 5px 35px;
}
#fwPartner .partnerBox {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 5px 0 0 5px;
	float: left;
	text-align: center;
	height: 75px;
}

/* @end */

/* @group fwSidebar */

#fwSidebar {
	position: absolute;
	right: 0;
	top: 25px;
	width: 320px;
	/*padding-top: 25px;*/
	/*float: right;*/
}

.sidebarBox {
	background-color: #FFF;
	margin: 0 10px 15px 10px;
	padding: 3px 0;
	text-align: center;
}
.sidebarBox.first {
	margin-bottom: 35px;
}
.sidebarBox.text {
	padding: 9px;
}

.sidebarBox.mediathek {
	text-align: left;
	padding: 9px;
}
.sidebarBox.mediathek h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}
.sidebarBox.mediathek p {
}
.sidebarBox.mediathek p.center {
	text-align: center;
}
.sidebarBox.mediathek p.right {
	float: right;
}
.sidebarBox.mediathek a {
	color: #cc051f;
}

/* @end */

/* @group fwBody */

#fwBody {
	min-height: 800px;
}



/* @end */

/* @group fwContent */

#fwContent {
	padding: 20px 15px;
}

/* @end */

#fwLeft {
	float: left;
	width: 606px;
}

/* @group fwRight */

#fwRight {
	width: 308px;
	margin-left: 626px;
}

#fwSearch {
	margin-bottom: 20px;
}
#fwSearch #searchText {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #666;
	padding: 0 8px;
	width: 230px;
	margin-right: 5px;
}
#fwSearch .submit {
	display: block;
	line-height: 30px;
	height: 30px;
	border: 1px solid #CCC;
	background-color: #000;
	color: #FFF;
	padding: 0 8px;
	text-transform: uppercase;
}

#fwBox {
	border: 1px solid #CCC;
}
#fwBoxTabs {
	border-bottom: 1px solid #CCC;
	height: 22px;
	padding: 5px;
}
#fwBoxTabs li {
	float: left;
	margin-right: 5px;
}
#fwBoxTabs li a {
	display: block;
	padding: 2px 8px;
	color: #CCC;
	text-decoration: none;
}
#fwBoxTabs li a:hover {
	color: #FFF;
	background-color: #CCC;
}
#fwBoxTabs li a.current {
	color: #FFF;
	background-color: #cc051f;
}
.fwBoxContent {
	display: block;
	padding: 15px;
}
.fwBoxContent.hidden {
	display: none;
}



/* @end */

/* @group fwBottom */

#fwBottom {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CCC;
}
.fwBottomCol {
	width: 290px;
	padding: 0 15px;
	border-right: 1px solid #CCC;
	float: left;
}
.fwBottomCol.first {
	padding-left: 0;
}
.fwBottomCol.last {
	padding-right: 0;
	border-right: none;
}
#fwBottom .newsMoreInCategory a {
	text-transform: uppercase;
	text-decoration: none;
}
#fwBottom .newsMoreInCategory a:hover {
	text-decoration: underline;
}



/* @end */

/* @group fwBottomBooks */

#fwBottomBooks {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CCC;
	height: 360px;
	overflow: hidden;
}

#fwBottomBooks .sidebarBox {
	float: left;
	width: 215px;
	margin: 0;
}


/* @end */

/* @group fwHome */

#fwHomeNewest {
	background-color: #333;
	padding: 20px 15px;
}
#fwHomeNewest div.newsItem p.newsMeta,
#fwHomeNewest div.newsItem p.newsMeta .newsCat,
#fwHomeNewest div.newsItem h2,
#fwHomeNewest div.newsItem h3,
#fwHomeNewest div.newsItem .newsContent,
#fwHomeNewest div.newsItem .newsTeaser,
#fwHomeNewest div.newsItem a {
	color: #FFF;
}
#fwLeft ul.newsList.homeNewest li {
	padding: 20px 0;
}

/* @end */

/* @group Content Elements */

a, a:visited, a:active, a:hover {
	color: #cc051f;
}

h1 {
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
}
h2 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

#fwContent p, #fwContent li, #fwContent a {
	font-size: 12px;
	line-height: 1.5;
}

#fwContent p {
	margin-bottom: 14px;
}

#fwContent a.aboButton {
	background-color: #cc051f;
	color: #FFF;
	padding: 4px;
	text-decoration: none;
}

/* @group tagCloud */

ul.tagCloud {
	text-align: center;
	margin: 0;
}

ul.tagCloud li {
	display: inline;
}
ul.tagCloud li a {
	white-space: nowrap;
	margin-right: 5px;
	text-decoration: none;
	line-height: 22px;
}
ul.tagCloud li a:hover {
	text-decoration: underline;
}
ul.tagCloud li.level1 a { font-size: 10px; }
ul.tagCloud li.level2 a { font-size: 12px; }
ul.tagCloud li.level3 a { font-size: 14px; }

/* @end */

/* @group sitemap */

.csc-sitemap ul ul {
	margin-left: 20px;
}

/* @end */

/* @group Form */

fieldset.csc-mailform, fieldset.csc-mailform-wide {
	border: none;
	padding: 20px 0 0 0;
	width: 340px;
}

div.csc-mailform-field {
	padding: 0 0 10px 0;
	clear: both;
}

div.csc-mailform-field label {
	display: block;
	color: #000;
}
div.csc-mailform-field-radio label, div.csc-mailform-field-check label {
	display: inline;
	float: none;
}

div.csc-mailform-field input {
	width: 340px;
}
div.csc-mailform-field-radio input {
	width: auto;
	margin-left: 130px;
}
div.csc-mailform-field-check input {
	width: auto;
	margin-left: 80px;
}
div.csc-mailform-field input.csc-mailform-submit,
#tx-srfeuserregister-pi1-fe_users_form input.tx-srfeuserregister-pi1-submit {
	width: 150px;
	float: right;
}

div.csc-mailform-field p {
	margin-left: 80px;
}


div.csc-mailform-field textarea {
	width: 340px;
}

/* @end */



/* @end */

/* @group News */

ul.newsList {
	
}
ul.newsList li {
	padding: 10px 0;
	border-top: 1px dashed #666;
}
ul.newsList li:first-child,
ul.newsList li.firstChild {
	padding-top: 0;
	border-top: none;
}

ul.newsList.title li span {
	color: #999;
}
ul.newsList.title li a {
	color: #000;
	text-decoration: none;
}
ul.newsList.title li a:hover {
	text-decoration: underline;
}


div.newsItem {
	
}
div.newsItem p.newsMeta {
	color: #666;
	margin-bottom: 10px;
	font-size: 12px;
}
div.newsItem p.newsMeta .newsCat {
	text-transform: uppercase;
	font-size: 12px;
}
div.newsItem h2 {
	margin: 10px 0;
	font-size: 18px;
	font-weight: normal;
}
div.newsItem h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
}
div.newsItem .newsContent,
div.newsItem .newsTeaser {
	margin: 30px 0 10px 0;
	line-height: 1.5;
}
div.newsItem .newsContent {
	margin-top: 15px;
}
div.newsItem .newsContent ul {
	list-style: disc;
	padding-left: 15px;
}

div.newsItem.detail .newsTeaser, div.newsItem.detail .newsTeaser * {
	font-weight: bold;
}
div.newsItem .newsImage {
	float: right;
	margin: 20px 0 10px 10px;
}

div.newsItem .newsGallery {
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 14px;
}

div.newsItem .newsGallery ul {
	
}

div.newsItem .newsGallery ul li {
	float: left;
	margin: 5px;
}

div.newsItem .newsGallery ul li a {
	display: block;
	width: 100px;
	height: 100px;
	background-color: #EEE;
	text-align: center;
}

/* @end */
}

/* @end */
