/* 
3d-atelier 
19.03.09
*/

html, body {
    color: #444;
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13pt;
    text-align: center;
}

textbox_r {
    color: #444;
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 11pt;
    text-align: center;
}

html {
    background: #999 url(../images/bg.png) repeat-x;
}

a, ul, li, p, h1, h2, h3, h4, form {
   margin: 0;
   padding: 0;
   border: none;
}

input, select, textarea {
    margin: 3px 0 3px 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    padding: 1px 2px;
    border: 1px solid #CCC;
}

h1, h2, h3, h4 {
    font-family: Verdana, Helvetica, sans-serif;
}

h1 {
    padding: 0;
    font-size: 22px;
    line-height: 22pt;
    color: #233c6e;
    font-weight: normal;
    font-style: italic;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 18pt;
    color: #326596;
}

h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 15pt;
    color: #444;
}

h4 {
    font-weight: bold;
    font-size: 12px;
    line-height: 14pt;
    color: #444;
}

a {
   text-decoration: none;
   color: #444;
}

#container {
    position: relative;
    top: 0;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#top {
    float: left;
    width: 900px;
    display: inline;
    margin-top: 8px;
}

/* menu ----------------------------------------- */

#menu {
    float: left;
    width: 650px; 
    text-align: left;
    margin-top: 32px;
    padding: 0;
    height: 54px;
    display: inline;
}

#menu ul {
    float: left;
    margin: 2px 0 6px 0;
    padding: 0;
    height: 20px;
    display: inline;
}
  
#menu li {
    float: left;
    list-style: none;
    text-align: left;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    display: inline;
}
  
#menu .nav, #menu a {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    margin: 0;
    padding: 2px 7px 2px 7px;
    height: 16px;
    color: #fff;
}
    
#menu .nav {
    background: transparent url(../images/hellblau.png) repeat-x;
    border: 1px solid #224554;
}
  
#menu a {
    background: transparent url(../images/dunkelgrau.png) repeat-x;
    border-top: 1px solid #224554;
    border-right: 1px solid #224554;
    border-bottom: 1px solid #224554;
}

#menu li a:hover, 
#menu li a:active, 
#menu li a:focus, 
#menu li a.navi_active {
    background-image: url(../images/grau_hover.png);
}  

#logo { 
    float: left;
    width: 223px;
    height: 76px;
    margin: 10px 0 0 5px;
    border: 0;
    display: inline;
}

#logo img {
    border: none;
}

/* linker bereich ------------------------------- */

#box_l {
    float: left;
    width: 650px;
    margin-top: 4px;
    background: transparent url(../images/bg_content.png) repeat-x;
    border: 1px solid #4e4d4d;
    display: inline;
}

#showroom {
    float: left;
    width: 650px; 
    height: 270px;
    background-color: #13242F;
    padding: 0;
    overflow: hidden;
    display: inline;
}

#showroom ul, #showroom li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#showroom h1, #showroom h2 {
    padding: 0;
    margin: 5px 0 10px 10px;
}

#showroom, #showroom p, #showroom td, #showroom a {
    color: #FFF;
    padding: 0;
    margin: 0;
}

#showroom a {
    margin: 0 0 0 10px;
}

#showroom a:link, #showroom a:visited {
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
}

#showroom a:active {
    color: #f07a00;
    font-weight: normal;
    text-decoration: none;
}

#showroow a:hover {
    text-decoration: underline;
}


#title {
   float: left;
   margin: 20px 60px 20px 60px;
   width: 520px;
   display: inline;
}
#title150 {
   width: 120px;
}


#content {
   float: left;
   margin: 0 60px 0 60px;
   padding-bottom: 20px;
   width: 530px;
   display: inline;
}

#content450 {
    float: left;
    width: 510px;
    height: auto;
}

#content p { 
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #464646;
    padding: 0;
    margin: 0 0 10px 0;
}

#box_r {
    float: left;
    width: 200px;
    height: 270px;
    margin: 4px 0 0 5px;
    background: #4071A0 url(../images/bg_r_box.png) repeat-x;
    border: 1px solid #4e4d4d;
    display: inline;
}

#box_r a {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 12pt;
    font-weight: bold;
    
}

#box_r p {
    padding: 11px 0 0px 11px;
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 11pt;
    font-weight: normal;
    color: #fff;
}

#box_r p.line {
   width: 175px; 
   height: 5px; 
   line-height: 5px; 
   margin: 10px 10px 0 10px;
   padding: 0;   
   display: block; 
   border-top: 1px dotted #CCC;
}

#box_r a:link, #box_r a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#box_r a:hover, #box_r a:active {
    color: #444;
    font-weight: bold;
}

#box_r form {
   margin-left: 11px;
}

#box_r input.login {
   border: none;
   width: 20px;
   height: 15px;
   margin: 5px 0 0 5px;
   padding: 0;
   background: transparent;
}

#foot_r {
    float: left;
    width: 200px;
    margin: 2px 0 0 5px;
    text-align: center;
    height: 35px;
    border: 0;
    display: inline;
}

#foot_r p {
    padding: 0;
    margin: 0;
    color: #e4e4e4;
}

#foot_r a:link, #foot_r a:visited {
    color: #8C939F;
    text-decoration: none;
    font-weight: normal;
}

#foot_r a:hover, #foot_r a:active {
    color: #444;
    font-weight: normal;
}

embed {
    margin: 0; 
    padding: 0;
}

#showroom form {
    padding: 0;
    margin: 10px 0 0 230px; 
    color: #FFF;
}

#showroom form p {
    margin-top: 0;
    margin-bottom: 5px;
}

.klein {
   font-size: 0.8em;
   line-height: 1.2em;
   margin: 0;
}

.button {
    padding: 1px 3px;
    border: 1px solid #AAA;
    background-color: #DDD;
}

#tagcloud_ueb{
  text-align: center;
  width: 500px;
  height: 200px;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

#tagcloud_ueb a {
  padding: 3px;
  color: #DCDCCD;
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 20pt;
}

a.tag1 {
  font-size: 14px;
}

a.tag2 {
  font-size: 16px;
}

a.tag3 {
  font-size: 18px;
}

a.tag4 {
  font-size: 20px;
}

a.tag5 {
  font-size: 22px;
}


.clear {
    clear: both;
}
