/* Copyright (c) 2007 be:screen GmbH (http://www.bescreen.de) */

/* Global */
* { margin: 0; padding: 0; text-decoration: none; outline: none;  font-family: 'Lucida Grande', Verdana, Tahoma, Helvetica, Arial, sans-serif; }
body { height: 100%; text-align: center; font-size: 62.5%; line-height: 1.5em; background: #a7aaaf url(/img/basic/bgbody.png) repeat-y center top; }

/* Links */
a:link, a:visited { color: #600; }
.column a:hover { text-decoration: underline; }

/* Typography */
p { font-size: 110%; margin: 10px 0; }
h1 { font-size: 160%; margin: 10px 0; color: #600; line-height: 1.5em; }
h2 { font-size: 120%; margin: 10px 0; }
#news h1 { float: left; margin: 0 5px; line-height: 28px; }
#newsticker li { list-style: none; margin: 0; position: absolute; left: 265px; line-height: 28px; }

/* Buttons */
button.login { width: 18px; height: 18px; position: relative; top: 2px; border: 0px; text-indent: -5000px; background: url(/img/button/btnlogin.png) no-repeat top left; cursor: pointer; }
button.login:hover { background: url(/img/button/btnlogin.png) no-repeat bottom left; }

/* Framework */
#wrapper { width: 770px; margin: 0 auto; text-align: left; background-color: #fff; }
#header { height: 40px; margin: 10px; position: relative; }
#navigation { height: 150px; margin: 10px 0 0; background: #600 url(/img/basic/bgnavigation.jpg) repeat-x; }
#login { height: 25px; margin: 1px 0 10px; background-color: #999; }
#news { height: 28px; border-top: 1px solid #999; border-bottom: 1px solid #999; position: relative; }
#sidebar { width: 250px; margin-bottom: 25px; float: left; clear: both; }
#content { width: 510px; margin-bottom: 25px; float: right; }
#fullpage { width: 770px; margin-bottom: 25px; float: left; }
#footer { height: 20px; margin: 25px 0 0; padding: 5px 2px; color: #999; border-top: 1px solid #999; clear: both; }

/* Header */
#header div { color: #666; padding-top: 25px; }
#header img { position: absolute; border: none; bottom: 0; right: 0; }
#visualswf { position: absolute; }

/* Navigation & Sidebar */
#navigation img { float: left; }
#navigation ul { width: 249px; list-style: none; text-transform: uppercase; float: right; }
#navigation ul li { text-align: right; padding: 0 10px 0 5px; }
#navigation ul li.active { text-align: left; border: 1px solid #fff; border-right: none; }
#navigation ul li a { color: #ccc; }
#navigation ul li.active a { font-weight: bold; color: #fff; }
#sidebar ul { list-style: none; }
#sidebar ul li { color: #600; font-size: 120%; font-weight: bold; margin: 10px 0; }
#sidebar ul li span { font-weight: normal; font-size: 83%; color: #999; }
#sidebar ul li a { font-weight: normal; color: #666; }
#sidebar ul li a:hover { color: #600; }
#sidebar li ul li { color: #600; font-size: 100%; font-weight: bold; margin: 10px; }

/* Forms */
#content fieldset { border: none; margin: 25px 25px 25px 0; }
#content fieldset p { width: 100%; margin: 5px 0; float: left; clear: both; }
#content fieldset label { width: 25%; float: left; display: block; clear: both; }
#content fieldset input, fieldset select { float: right; width: 70%; font-size: 14px; }
#content fieldset textarea { margin-bottom: 10px; float: right; width: 70%; font-size: 14px; } 
#content fieldset input.button { width: auto; margin-top: 25px; float: none; }

/* Login-Field */
#login fieldset { margin: 0; padding: 0; border: none; } 
#login * { float: left; }
#login label { color: #fff; margin: 4px 5px 0; padding: 0; display: block; }
#login input { width: 125px; margin: 2px 10px 0 0; padding: 0; }
#login button { font-size: 100%; margin: 1px 10px 0 0; }
#login a { margin: 4px 10px 0; font-weight: bold; color: #fff; }
#login a:hover { color: #600; }

/* Content */
hr { margin: 20px 0; border: none; border-top: 1px solid #999; height: 1px; }
.column { width: 250px; float: left; }
.column2 { width: 500px; margin-left: 10px; float: left; }
.column img { margin: 10px 0 0; padding: 4px; border: 1px solid #999; }
img.newsimg { float: left; margin: 0 10px 10px 0; padding: 4px; border: 1px solid #999; }

/* Clips */
.clip { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid #600; }
.clipxl { text-align: center; }
.clipxl h1 { margin: 25px 0; }
.clip h2 { margin-top: 0; padding-left: 2px; }
.clip .player { padding: 4px; border: 1px solid #999; clear: both; float: left; }
.clipxl .player { width: 480px; margin: 25px auto; padding: 4px; border: 1px solid #999; clear: both; }
.clip ul { width: 240px; margin-left: 10px; border-bottom: 1px solid #ccc; list-style: none; float: left; }
.clip li { height: 19px; line-height: 19px; border-top: 1px solid #ccc; }
.clip li span { color: #999; width: 75px; padding-left: 5px; display: block; float: left; }
.clip a:link { color: #600; font-weight: bold; }
.clip p { padding: 10px 2px 0; clear: both; }

.clip form ul li select { font-size: 95%; }

/* Footer */
#footer a { color: #999; }
#footer a:hover { color: #600; }
