@charset "UTF-8";
/* CSS Document */

*
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}


body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D1D1D1;
	color: #3C3C3C;
	font-size: 15px;
	line-height: 18px;
}


#center
{
	position: relative;
	margin: auto;
	width: 960px;
}



/* --- ELEMENTS --- */

#header
{
	position: relative;
	width: 960px;
	height: 148px;
}


#logo
{
	position: absolute;
	top: 44px;
	left: 0px;
	width: 211px;
	height: 53px;
	float: left;
}


#nav
{
	position: absolute;
	top: 50px;
	left: 260px;
	width: 698px;
	height: 46px;
	background-image: url(../gfx/navBackgroundOff.gif);
	border: 1px solid #B7B7B7;
}


#content
{
	position: relative;
	margin-bottom: 75px;
	width: 910px;
	background-color: #FFFFFF;
	border: 1px solid #B7B7B7;
	padding: 30px 24px 35px 24px;
}



/* --- PLAYER --- */

#player
{
	position: absolute;
	width: 109px;
	height: 25px;
	top: 14px;
	right: 0px;
}



/* --- META --- */

#meta
{
	position: absolute;
	top: 16px;
	right: 130px;
	font-size: 11px;
	height: 18px;
	text-align: right;
	vertical-align: top;
}


#meta a
{
	color: #616161;
	text-decoration: none;
	vertical-align: top;
}


#meta img
{
	margin-left: 5px;
}


#meta a#rs img { background-image: url(../gfx/rssIconOff.gif); }
#meta a#fb img { background-image: url(../gfx/facebookIconOff.gif); }
#meta a#tw img { background-image: url(../gfx/twitterIconOff.gif); }
#meta a#yt img { background-image: url(../gfx/youtubeIconOff.gif); }
#meta a#sc img { background-image: url(../gfx/soundcloudIconOff.gif); }

#meta a#rs:hover img { background-image: url(../gfx/rssIconOn.gif); }
#meta a#fb:hover img { background-image: url(../gfx/facebookIconOn.gif); }
#meta a#tw:hover img { background-image: url(../gfx/twitterIconOn.gif); }
#meta a#yt:hover img { background-image: url(../gfx/youtubeIconOn.gif); }
#meta a#sc:hover img { background-image: url(../gfx/soundcloudIconOn.gif); }



/* --- NAV --- */

#nav .navWidth1 { width: 88px; }
#nav .navWidth2 { width: 87px; }
#nav .navWidth3 { width: 85px; }


#nav .navOver
{
	display: block;
	height: 32px;
	text-align: center;
	padding-top: 14px;
	float: left;
}


#nav a.navOver
{
	font-size: 14px;
	text-decoration: none;
	color: #3C3C3C;
	display: block;
	height: 32px;
	text-align: center;
	padding-top: 14px;
	float: left;
}


#nav a.navOver:hover
{
	background-image: url(../gfx/navBackgroundOn.gif);
	color: #FFFFFF;
}


#news #navNews,
#hoerspiele #navHoerspiele,
#mitmachen #navMitmachen,
#ueberuns #navUeberuns,
#gaestebuch #navGaestebuch,
#forum #navForum,
#goodies #navGoodies,
#kontakt #navKontakt
{ background-image: url(../gfx/navBackgroundOn.gif); color: #FFFFFF; }


#cornerTL,
#cornerTR,
#cornerBL,
#cornerBR
{
	width: 5px;
	height: 5px;
	position: absolute;
}


#cornerTL
{
	top: -1px;
	left: -1px;
	background-image: url(../gfx/navCornerTL.png);
}


#cornerTR
{
	top: -1px;
	right: -1px;
	background-image: url(../gfx/navCornerTR.png);
}


#cornerBL
{
	bottom: -1px;
	left: -1px;
	background-image: url(../gfx/navCornerBL.png);
}


#cornerBR
{
	bottom: -1px;
	right: -1px;
	background-image: url(../gfx/navCornerBR.png);
}



/* --- CONTENT --- */

#hint
{
	position: absolute;
	top: 27px;
	right: 25px;
	text-align: right;
}


#hint div
{
	float: left;
	padding: 3px 10px 0px 0px;
}



/* --- TEXT --- */

h1, h2
{
	font-weight: normal;
	color: #274E7C;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #B7B7B7;
}


h1
{
	font-size: 30px;
}


h2
{
	font-size: 24px;
	margin-top: 40px;
}


h3
{
	font-size: 20px;
	font-weight: normal;
	color: #274E7C;
	margin-top: 25px;
	margin-bottom: 12px;
}


h3:first-child
{
	margin-top: 30px;
}


h4
{
	font-weight: bold;
	display: inline;
}


p
{
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 12px;
}


p.last
{
	margin-bottom: 0px;
}


#teaser
{
	font-size: 18px;
	line-height: 22px;
}


a
{
	color: #3C3C3C;
	outline: none;
}


a:hover,
#meta a:hover
{
	color: #274E7C;
}


.important
{
	color: #FF0000; !important
}