/**
* CSS (screen)
*
* @author	Sebastian Müller <sebastian produktivbuero de>
* @date		04/08/2009
* 
* WIRD AUCH VON http://newsletter.x-verleih.de verwendet!!
*/

* {margin:0; padding:0;}

body {font-family:Arial, sans-serif; font-size:12px; line-height:1.5em; color:#000;}
body#tinymce {padding:5px !important; color:#000 !important; background:white !important; text-align:left !important;}

h1, h2, h3, h4, h5, h6 {font-family:Courier New, Courier, serif;}
h1 {margin:0 0 0.5em 0; padding-bottom:0.3em; font-size:2em; border-bottom:1px solid #000;}
h2 {margin:1em 0 0.5em 0; font-size:1.5em;}
h3 {margin:0.5em 0 0.5em 0; font-size:1.4em;}
h4 {margin:0.8em 0 0.5em 0; font-size:1.3em;}
h5 {margin:0.8em 0 0.5em 0; font-size:1.2em;}
h6 {margin:0.8em 0 0.5em 0; font-size:1.1em;}
p {margin-bottom:1em;}
a {color:#000;}
img {border:none;}
ol, ul {margin-left:3em; padding-bottom:1em;}
label {display:block; font-style:italic;}
form {}
input, select, textarea {padding:2px 5px; width:210px;}
select {width:240px;}
textarea {overflow:auto;}
span {}
acronym {cursor:help;}
blockquote {padding:5px 0 0 30px; background:transparent url(images/blockquote-background.gif) 0 0 no-repeat;}
noscript {}

/* ------------ Layout ------------ */

#position {margin:0 auto; padding-bottom:45px; width:950px; position:relative; background:transparent url(images/position-background.gif) 100px 300px no-repeat;}
#left {padding:30px 0; width:350px; float:left;}
  #header {}
  #navigation {margin-top:45px;}
  #buttons {margin-top:115px;}
  #share {margin-top:30px;}
#right {margin-left:365px; padding:0 15px 15px; background:transparent url(images/content-background.png) 0 0;}
  #search {line-height:45px; text-align:right;} /* {position:absolute; top:0; right:45px; display:inline; height:100px; line-height:45px;} */
  #breadcrump {height:55px; font-size:0.8em; color:#999; text-transform:uppercase;} /* {height:100px; line-height:45px; font-size:0.8em; color:#999; text-transform:uppercase;} */
  #content {float:left;width:100%;}
#footer {margin:45px 0 0 365px; padding:15px; background:transparent url(images/content-background.png) 0 0;}
  #newsletter {height:75px; line-height:75px;}
  #partner {}
  #subnavigation {height:45px; line-height:45px;}
