/*

***************************************************************************************
*
*   Wahlwette 2009
*   http://www.wahlwette.net
*
*   S C R E E N . C S S
*
*   Last modified: 05.08.2009
*
**************************************************************************************/



/*  B A S I C S
------------------------------------------------------------------------------------ */

* { border: 0; margin: 0; padding: 0; }
html { height: 100% }
body { background: #ffffff url('bg-body.jpg') repeat-x left top; font-size: 100.01%; padding-bottom: 20px; }

#container { background: transparent url('bg-container.jpg') no-repeat left top; font: normal 0.75em/150% Arial, Helvetica, sans-serif; text-align: left; color: #535557; width: 968px; }

p, h1, h2, h3, h4, h5, h6, ul, ol, fieldset, img { margin-bottom: 12px; }
h1, h2, h3, h4, h5, h6, strong, b { font-weight: bold; }

h1 { font-size: 2.2em; letter-spacing: -1px; padding-top: 0px; line-height: 100%; }
h2 { font-size: 1.8em; letter-spacing: -1px; padding-top: 0px; }
h3 { font-size: 1.2em; letter-spacing: -1px; padding-top: 0px; }
h4, h5, h6 { font-size: 1em; }

a:link, a:visited { color: #cc0000; text-decoration: none; outline: 0; }
a:hover, a:active { color: #cc0000; text-decoration: underline; outline: 0; }

:focus { outline: 0; -moz-outline-style: none; }

ul { list-style: none; }
ul li { background: url('li.gif') no-repeat 2px 6px; padding-left: 15px; }
ol { list-style: inside decimal; }
ol li { margin: 0 0px 4px; }

table { table-layout: fixed; width: 100%; overflow: hidden; border: 0; border-collapse: separate; border-spacing: 0; margin-bottom: 24px; }

input, textarea, select { font-size: 1em; font-family: Arial, Helvetica, sans-serif; color: #939597; vertical-align: middle; border: 1px solid #000; padding: 3px; }
textarea { overflow: auto; }

small { font-size: 0.9em; line-height: 150%; }

em, i { font-style: italic; }
strike, del { text-decoration: line-through; }
blockquote, cite { background: #EEE; border-left: 1px solid #999; height: 1% /* stupid IE */; width: auto; margin: 1em 0 1em 2em; padding: 1.5em 2em 0.5em; }
code { font-family: Monaco, monospace; font-size: 1em; }
sup, sub { font-size: 80%; line-height: 0 !important; color: #939597 !important; }


/*  S P E C I A L   F O R M A T T I N G
------------------------------------------------------------------------------------ */

.no-border { border: 0 !important; }

.no-margin { margin-bottom: 0 !important; }
.margin { margin-bottom: 12px !important; }
.big-margin { margin-bottom: 24px !important; }
.superbig-margin { margin-bottom: 36px !important; }

.normal { font-weight: normal !important; letter-spacing: 0 !important; }
.italic { font-style: italic !important; }
.center { text-align: center !important; }


/* Hidden Elements */

hr, legend, /*a span,*/ button span, .inv, #skip { display: none; }


/* Floats */

.left { float: left; }
.right { float: right; }


/* Floating Images */

img.left { margin: 0.4em 1.5em 1em 0; }
img.right { margin: 0.4em 0 1em 1.5em; }


/* Special Links */

a.more { /* background: transparent url('a-more.gif') no-repeat right center;*/ font-weight: bold; padding-right: 0.7em; }
a.more:hover { text-decoration: underline; }
a.more span { display: none; }

a.top { /* background: transparent url('a-top.gif') no-repeat right center;*/ font-weight: bold; padding-right: 0.9em; }
a.top:hover { text-decoration: underline; }


/* Clearfix */

* html .clearfix { height: 1%; overflow: visible; } /* IE6 Fix */
*+html .clearfix { min-height: 1%; } /* IE7 Fix */
.clearfix:after { clear: both; content: '.'; display: block; height: 0; visibility: hidden; }
.clear { clear: both; }


/* Colors */

.red, .error { color: #DD0000; }
.green, .success { color: #809900; }

.light { color: #939597 !important; }


/* Forms */

form { background: #F3F5F7; padding: 20px; }
form.unstyledform { background: transparent; border: 0 none; padding: 0; }

fieldset { margin-bottom: 1em; }
form.unstyledform fieldset { background: #F3F5F7; border: 1px solid #C3C5C7; margin-bottom: 0.5em; padding: 1em; }
legend { display: none; }
label { font-size: 0.9em; font-weight: bold; display: block; margin-bottom: 2px; float: left; width: 100px; }

input, textarea, select { font-size: 1em; font-family: Arial, Helvetica, sans-serif; color: #535557; vertical-align: middle; border: 1px solid #C3C5C7; }

input { color: #535557; width: 260px; margin-bottom: 1em; padding: 3px; }
textarea { color: #535557; overflow: auto; width: 400px; margin-bottom: 1em; padding: 3px; }
select { margin-bottom: 1em; padding: 0; }

input.checkbox { border: 0 none !important; width: auto !important; margin: 0; padding: 0; float: left; margin-top: 7px; }
input.radio { border: 0 none !important; width: auto !important;  margin: 0; padding: 0; }
input.inputfile { border: 0 none !important; width: 300px; }

button { background-color: transparent; background-position: center center; display: block; float: left; cursor: pointer; height: 28px; margin-right: 7px; }
button span { display: none; }

span.cancel { line-height: 220%; }
span.cancel a { font-weight: bold; }

label.big-label { width: 440px; float: left; margin-left: 10px; }
label.small-label { width: 100px; margin-left: 10px; }
input.ww-inp { width: 50px; float: left; }
input.image {  border: 0 none !important; width: auto !important; margin: 0; padding: 0; float: left; margin-right: 10px; }


/*  H E A D E R
------------------------------------------------------------------------------------ */

#header { position: relative; height: 106px; /* background: transparent url('bg-header.gif') repeat-x left top; padding: 0 24px 0 28px;*/ }

/* Top Navigation */

/*
#topnav ul { font-size: 0.9em; line-height: 120%; text-align: right; float: right; margin: 0; padding-top: 1.5em; }
#topnav li { background: transparent url('li-topnav.gif') no-repeat left 1px; float: left; display: inline; margin-left: 0.5em; padding-left: 0.95em; }
#topnav li.first { background: none; }
#topnav a { display: block; color: #535557; }
#topnav a:hover {  }
*/
#topnav { position: absolute; top: 24px; right: 0px; width: 468px; height: 60px; }


/* Logo */

h1#logo { position: absolute; top: 0; left: 0; background: transparent url('wahlwette-logo.gif') no-repeat left top; }
h1#logo a { display: block; text-decoration: none !important; height: 91px; width: 384px; }
h1#logo span { display: none; }


/*  N A V I G A T I O N
------------------------------------------------------------------------------------ */

#nav { border-bottom: 1px solid #7c8fa3; margin-bottom: 36px; }

#nav ul { float: left; display: inline; height: 33px; margin: 0; }

#nav li { background: none; display: inline; padding: 0; }

#nav a#nav-cdu { background-image: url('nav-cdu.gif'); width: 136px; }
#nav a#nav-spd { background-image: url('nav-spd.gif'); width: 136px; }
#nav a#nav-gru { background-image: url('nav-gru.gif'); width: 136px; }
#nav a#nav-fdp { background-image: url('nav-fdp.gif'); width: 136px; }
#nav a#nav-lin { background-image: url('nav-lin.gif'); width: 136px; }

#nav a { float: left; display: block; height: 33px; margin-right: 7px; }
#nav a:hover { /*background-position: 0% -33px;*/ text-decoration: none !important; }

#nav a span { display: none; }
#nav .current a { background-position: 0% -33px !important; }


#subnav {  }
#subnav ul li { /*border-top: 1px solid #E3E5E7;*/ padding: 0; margin-bottom: 3px; }
#subnav ul li a { background: #ffffff url('wahlkreuz.gif') no-repeat 5px 6px; text-decoration: none !important; color: #535557; display: block; width: auto !important; width: 124px; /* IE6 Fix */ padding: 4px 5px 4px 28px; }
#subnav ul li a:hover { background-position: 5px -36px; }
#subnav ul li.rex-current a, #subnav ul li.rex-active a  { font-weight: bold; text-decoration: none !important; background-position: 5px -78px; }

#subnav ul li ul { margin-top: 3px; }
#subnav ul li ul li { /*border-top: 1px solid #E3E5E7;*/ padding: 0; margin-bottom: 3px; }
#subnav ul li ul li.rex-normal a { background: #cacfd3; color: #535557; font-weight: normal; }
#subnav ul li ul li.rex-current a, #subnav ul li ul li.rex-active a { background: #5a6d7c; color: #ffffff; font-weight: normal; }

#subnav p { margin-bottom: 0.5em; }

#breadcrumb { margin-bottom: 18px; }
#breadcrumb ul { float: left; display: inline; height: 33px; margin: 0; }
#breadcrumb li { background: none; display: inline; padding: 0; }
#breadcrumb li { padding-left: 18px; background: url('li.gif') no-repeat 7px center; }


/*  M A I N
------------------------------------------------------------------------------------ */

#main { /*padding: 20px 24px 0;*/ }


/* Grid Layout */

.cols { margin-bottom: 24px; }

.col1_4, .col2_4, .col3_4, .col4_4 { float: left; background-position: left bottom; background-repeat: no-repeat; display: inline; min-height: 280px; height: auto !important; height: 280px; margin-right: 20px; }
.cols .innercol { background-position: left top; background-repeat: no-repeat; min-height: 220px; height: auto !important; height: 220px; padding: 6px 6px 10px 20px; }
.cols .last { margin: 0; }

.col1_4 { width: 180px; }
.col2_4 { width: 444px; }
.col3_4 { width: 720px; }
.col4_4 { margin: 20px; }

.col3_4 { background-color: #ffffff; border: 1px solid #7c8fa3; padding: 10px 20px; }
.col4_4 { background-color: #ffffff; border: 1px solid #7c8fa3; padding: 10px 20px; }


/* ALLGEMEINES */

.infopanel { background: #ffffcc; border: 1px solid #ffcc66; margin-bottom: 18px; margin-top: 30px; padding: 12px; }
.infopanel h3 { padding: 0; }
.infopanel p { margin: 0; }
.infopanel ul { margin: 0; }

/* SUBPAGES */

table { margin-bottom: 30px; }
table thead td { /* background: #576881 url('bg-thead.gif') no-repeat center 0;*/ font-weight: bold; color: #535557; }
table thead td.td-1st { background-position: 0 0; }
table thead td.td-5th { background-position: 100% 0; }
table tr {  }
table tr.alt { background: #F3F5F7; }
table tr.alt td {  }
table td { vertical-align: top; border-bottom: 1px solid #C3C5C7; padding: 6px 5px; }
table td.td-1st { width: 24% }
table td.td-2nd { width: 20% }
table td.td-3rd { width: 20% }
table td.td-4th { width: 28%; }
table td.td-5th { text-align: right; width: 8%; }

table#wahlkreise td.td-1st { width: 10% }
table#wahlkreise td.td-2nd { width: 30% }
table#wahlkreise td.td-3rd { width: 50% }
table#wahlkreise td.td-4th { text-align: right; width: 10%; }

table#parteiliste td.td-1st { width: 70% }
table#parteiliste td.td-4th { text-align: right; width: 30%; }

.sidebar-box { /*background: url('bg-subnav-bottom.gif') no-repeat left bottom;*/ padding-bottom: 10px; margin-bottom: 18px; }
.sidebar-box div.innercol { /*background: transparent url('bg-subnav-top.gif') no-repeat left top;*/ }


/* SPEZIFISCH */

#content-title {  }

#content-wahltool { width: 520px; float: left; display: inline; margin-right: 20px; }

#content-info { width: 180px; float: left; display: inline; }

.balken { clear: left }

.gewinnbox { width: 144px; height: 100px; position: relative; float: left; margin-right: 10px; margin-bottom: 10px; background: #F3F5F7; border: 1px solid #C3C5C7; padding: 10px;  }
.last { margin-right: 0px; }

.gewinnwahl { position: absolute; left: 0px; bottom: 0px; background-color: #C3C5C7; width: 154px; padding: 5px; }
.gewinnwahl input.radio { float: left; margin-top: 3px; }

.gewinnbox h3 { padding-top: 0px; }
form h3 { clear: left; }

#hinweis { position: relative; margin-right: 10px; }
* html #hinweis { height: 1%; overflow: visible; } /* IE6 Fix */
*+html #hinweis { min-height: 1%; } /* IE7 Fix */
#zeiger { position: absolute; top: -24px; right: 110px;}

#fancy_ajax { background: #ffffff url('bg-body.jpg') repeat-x left top; font-size: 100.01%; }
#popup-container { background: transparent url('bg-container.jpg') no-repeat left top; font: normal 0.75em/150% Arial, Helvetica, sans-serif; text-align: left; color: #535557; }

form#abgeordneteform { padding: 9px; }
form#abgeordneteform .abg { width: 180px; float: left; }
form#abgeordneteform .abg label { float: none; }
form#abgeordneteform .abg select { width: 150px; }
form#abgeordneteform input.submit { width: 100px; margin-top: 12px; }

form#wahlkreisform { padding: 9px; background: #F3F5F7 url('box-bg.jpg') no-repeat center right; }
form#wahlkreisform .wk { width: 180px; float: left; }
form#wahlkreisform .wk label { float: none; }
form#wahlkreisform .wk select { width: 150px; }
form#wahlkreisform input.submit { width: 100px; margin-top: 12px; }

#personen img { float: left; margin-right: 10px; margin-bottom: 10px; }

.mr10 { margin-right: 10px; }

/*  F O O T E R
------------------------------------------------------------------------------------ */

#footer { /* background: #F3F5F7 url('bg-footer.gif') no-repeat left bottom;*/ font-size: 0.9em; padding: 0 3px 30px; }
#footer .inner { /* border-top: 1px solid #C3C5C7;*/ padding: 14px 21px 0; }

#footer .right { text-align: right; }
#footer .right a { margin-left: 10px; }

.footnote { color: #939597; border-top: 1px dotted #939597; margin-bottom: 12px; padding: 12px 21px 0; }
.footnote p { margin: 0; }


/*  E N D   S C R E E N . C S S
------------------------------------------------------------------------------------ */

