/* @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 */

/* @group typo3-base Framework */

body {
	text-align: center;
	background-color: #FFF;
}

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

#fwInner {
	background-color: #FFF;
}

#fwHead {
	position: relative;
	height: 166px;
	background-position: right 0;
	background-repeat: no-repeat;
}
#fwHead.headDiebesgueter { background-image: url(../content/koepfe/kopf_diebesgueter.jpg); }
#fwHead.headMediathek { background-image: url(../content/koepfe/kopf_mediathek.jpg); }
#fwHead.headNews { background-image: url(../content/koepfe/kopf_news.jpg); }
#fwHead.headPartner { background-image: url(../content/koepfe/kopf_partner.jpg); }
#fwHead.headPlagiate { background-image: url(../content/koepfe/kopf_plagiate.jpg); }
#fwHead.headRatgeber { background-image: url(../content/koepfe/kopf_ratgeber.jpg); }
#fwHead.headRecherche { background-image: url(../content/koepfe/kopf_recherche.jpg); }
#fwHead.headRueckrufe { background-image: url(../content/koepfe/kopf_rueckrufe.jpg); }

#fwLogo {
	position: absolute;
	top: 15px;
	left: 25px;
}
#fwLogo a {
	display: block;
	width: 206px;
	height: 70px;
	background-image: url(../img/logo.png);
}

#fwTopNav {
	position: relative;
	top: 106px;
	left: 0;
	height: 60px;
	background-image: url(../img/top_blue.png);
}
#fwTopNav ul {
	position: absolute;
	top: 14px;
	left: 25px;
}
#fwTopNav ul li {
	float: left;
	display: block;
	margin-right: 8px;
}
#fwTopNav ul li a {
	display: block;
	height: 26px;
	padding: 12px 0 0 12px;
	text-decoration: none;
	color: #000;
	font-size: 13px;
}
#fwTopNav ul li.active a,
#fwTopNav ul li a:hover {
	color: #FFF;
}

#fwRss {
	position: absolute;
	top: 132px;
	right: 30px;
}
#fwRss a {
	display: block;
	height: 16px;
	line-height: 16px;
	padding-right: 20px;
	background: url(../img/rss_16x16.png) no-repeat right center;
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

#fwRss a span.icon{
	display: none;
	/* Crappy IE6 fix, sorry */
}

#fwBody {
	padding: 0 0 0 0;
}

#fwLeft {
	float: left;
	width: 200px;
}
#fwLeftInner {
	border: 1px solid #CCC;
	margin-top: 10px;
	padding: 10px 5px 5px 5px;
}

#fwSearch {
	margin-bottom: 20px;
}
#fwSearch input {
	width: 100px;
	padding: 2px;
	border: 1px solid #CCC;
	color: #999;
}
#fwSearch button {
	border: none;
	padding: 0;
	margin-left: 10px;
	background: none;
	vertical-align: middle;
}

#fwNav {
}
#fwNav h2 {
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 6px;
}
#fwNav ul {
	color: ;
}
#fwNav ul li {
	display: block;
}
#fwNav ul li a {
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 3px 0;
}
#fwNav ul li.active a,
#fwNav ul li a:hover {
	text-decoration: underline;
}

#fwSiteservice {
	margin-top: 100px;
}
#fwSiteservice ul {
	text-align: center;
	/*padding-left: 17px;*/
}
#fwSiteservice ul li {
	display: inline;
}
#fwSiteservice ul li a {
	display: inline;
	color: #000;
	text-decoration: none;
	padding: 0 10px;
	font-size: 10px;
}
#fwSiteservice ul li a:hover {
	text-decoration: underline;
}

#fwSidebar {
	float: right;
	width: 315px;
	background-color: #CCC;
}

#fwContent {
	width: 540px;
	margin-left: 220px;
	padding-bottom: 20px;
}

#fwContent #fwTitle {
	padding-bottom: 20px;
}

#fwAbout {
	background-color: #CCC;
	width: 585px;
	margin-left: 200px;
}
#fwAbout * {
	font-size: 10px;
}
#fwAbout p {
	padding: 10px;
}

#fwPartner {
	background-color: #CCC;
	width: 585px;
	margin-left: 200px;
}
#fwPartner h2 {
	padding: 20px 10px 5px 10px;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
}
#fwPartner .partnerBox {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 10px 0 0 5px;
	float: left;
	text-align: center;
	height: 75px;
}

/* @end */

/* @group Content Elements */

a, a:visited, a:active, a:hover {
	color: #62a3d2;
}

#fwContent h1 {
	font-size: 24px;
	color: #62a3d2;
	font-weight: normal;
}
#fwContent h2 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
#fwContent h3 {
	font-size: 13px;
	color: #333;
	font-weight: normal;
}

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

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

/* @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 {
	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: 13px;
	font-weight: normal;
	margin: 10px 0;
}
div.newsItem .newsContent,
div.newsItem .newsTeaser {
	margin: 15px 0 0px 0;
	line-height: 1.5;
}
#fwContent div.newsItem.teaser {
	margin-bottom: 30px;
}
#fwContent div.newsItem .newsTeaser p {
	margin-bottom: 0;
}
div.newsItem .newsContent {
	margin-top: 15px;
}
div.newsItem.detail .newsTeaser, div.newsItem.detail .newsTeaser * {
	font-weight: bold;
}

div.newsItem .newsImage {
	float: left;
	margin: 0 20px 10px 10px;
	padding-top: 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;
}

#fwContent div.newsItem.teaser .tags,
#fwContent div.newsItem.teaser .categories {
	margin-bottom: 4px;
}
#fwContent div.newsItem.teaser .tags,
#fwContent div.newsItem.teaser .tags a {
	color: #000;
	text-decoration: none;
	/*color: #999;*/
	font-size: 10px;
	line-height: 1;
}
#fwContent div.newsItem.teaser .tags a:hover {
	text-decoration: underline;
}

#fwContent div.newsItem.detail .tags,
#fwContent div.newsItem.detail .categories {
	margin-bottom: 4px;
}
#fwContent div.newsItem.detail .tags,
#fwContent div.newsItem.detail .tags a,
#fwContent div.newsItem.detail .categories,
#fwContent div.newsItem.detail .categories a {
	color: #999;
	text-decoration: none;
	font-size: 12px;
}
#fwContent div.newsItem.detail .tags a:hover,
#fwContent div.newsItem.detail .categories a:hover {
	text-decoration: underline;
}


/* @end */

/* @group sidebar boxes */

#fwBanner {
	margin-top: 30px;
}

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

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

/* @end */

/* @group pager */

ul.pager {
	
}

ul.pager li {
	float: left;
	margin-right: 3px;
	padding: 3px;
	border: 1px solid #EEE;
	color: #CCC;
}

ul.pager li strong {
	color: #000;
}

ul.pager li a {
}

/* @end */