 /**
  *
  * Stylesheet fuer world-of-screens
  * (c) 2005 maguro:agentur
  * erstellt: 30.12.2004, vincent hildebrandt <hildebrandt@maguro.de>
  * letzte Aenderung: 09.11.2005, vincent hildebrandt
  *
  */


body,h1,h2,h3,h4,p,ul,li,table,td,fieldset,form {
   margin: 0;
   padding: 0;
}

/* unterschiedliche Hintergrundfarben fuer Boxen */
.grau1 {
	background-color: #EAEAEA;
}
.grau2 {
	background-color: #DCDCDC;
}
.grau3 {
	background-color: #CECECE;
}

/*Alternative Textfarbe*/
.tc2 {
	color: #5F442A;
}

.tc3 {
	color: #98520D;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #747474;
    background: #fff url(../images/background_kachel.jpg) repeat-x top left;
}

a img {
	border:none;
}

#content a {
	font-weight:bold;
    background:transparent url(../images/marker.gif) no-repeat 0px 4px;
    padding-left:12px;
    text-decoration : none;
    color:#747474;
    text-transform : uppercase;
}

#content a.nopic {
	background:none;
    padding:0;
    text-transform : none;
}

#wrap {
	width: 982px;
}

#metanavigation {
   text-align: right;
   padding: 5px 0;
}

#head {
	height: 139px;
}

#logo {
   margin:0 0 16px 30px;
   margin-bottom: 16px !important;
   margin-bottom: 18px;
   width: 320px;
   display: block;
}

#navigation {
	padding-left: 20px;
}

#navigation div {
	height: 16px;
   overflow: hidden;
}

#navigation a.textonly {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}

#navigation a.textonly:hover {
	color: #fff;
}

#bigimage {
	margin-bottom: 15px;
}

#bigimage img {
	display: block;
}

#content {
	padding-bottom: 30px;
}

#content .ctable {
	margin-left: 20px;
    width: 750px;
    border-collapse: collapse;
}

#content .ctable td {
    vertical-align: top;
}

#content .ctable td.ctab1,
#content .ctable td.ctab2,
#content .ctable td.ctab3 {
	width: 250px;
   padding-top: 14px;
}

#content .ctable td.ctab1 table,
#content .ctable td.ctab2 table,
#content .ctable td.ctab3 table {
   border-collapse: collapse;
   border: none;
   padding: 0;
}

/* neue Spalte auf der linken Seite */
#content .ctable td.ctab6 {
   width: 165px;
   padding-right: 20px;
   padding-top: 14px;
}

#content .ctable td.ctab4 {
	width: 500px;
   padding-right: 20px;
}

div.imagerow {
   padding-left: 10px;
}

div.imagerow img {
   margin-right: 10px;
   margin-bottom: 10px;
}

#content .ctable .teasersmall td.text,
#content .ctable .ctab3  p.text,
#content .ctable .ctab4  p.text,
#content .ctable .ctab6  p.text,
#content .ctable .ctab4  td.text {
   font-size: 10px;
   line-height: 13px;
   padding: 5px 10px 5px 10px;
}

h2 {
   font-size: 14px;
   line-height: 20px;
   padding: 25px 10px 0 10px;
}

h3 {
   font-size: 12px;
   line-height: 18px;
   padding: 12px 10px 6px 10px;
   text-transform: uppercase;
}

h3.texthead {
   padding-top: 20px;
   padding-left: 30px;
   background-image: url(../images/icon_imagerow.gif);
   background-repeat: no-repeat;
   background-position: 10px 24px;
   text-transform: none;
}

h4 {
	font-weight:bold;
    font-size:11px;
    line-height : 16px;
    padding:2px 10px 0px 10px;
}

p.normal {
	padding:2px 20px 15px 10px;
    font-size:11px;
    line-height : 16px;
}

#content .speccontainer {
    padding:5px 10px;
}

#content table.spec{
	border-collapse:collapse;
    border:none;
    width:470px;
    margin:0px 0px 0px 0px;
}

#content table.spec td{
	padding:2px 10px 0px 0px;
    vertical-align: top;
}

#content table.spec .specdesc{
	font-size:11px;
    line-height : 16px;
}

#content table.spec .spectext{
	font-size:11px;
    line-height : 16px;
}


#content table.spec .spectext{
	padding-left:15px;
    background:transparent url(../images/marker_listespecs.gif) no-repeat 0px 6px;
    width:250px;
}

#content ul{
	padding-left:10px;
    padding-bottom:5px;
    list-style : none;
}

#content a.light {
  font-weight: normal;
}

#content ul li{
    padding:1px 10px 1px 20px;
    font-size:11px;
    line-height:16px;
     list-style : none;
    background : transparent url(../images/marker_listetext.gif) no-repeat 0px 6px;
}

#content #contactform{
	margin-left:10px;
    width:460px;
}

#content #contactform td{
	padding:2px 0px 5px 0px;
}

#content #contactform td.first{
    padding-right:10px;
}

#content #contactform td.bottom{
	text-align:right;
}

#contactform textarea{
	border: solid 1px #575757;
	width: 448px;
	height:  50px;	
}

#contactform label.error,
em.error{
	color: #c00;
}
#contactform input.error,
#contactform textarea.error{
	border: solid 1px #c00;
}

fieldset{
	border:1px solid #fff;
}

label{
	color:#6D6D6D;
}

input.text{
	border:1px solid #575757;
    font-size:11px;
    line-height : normal;    
    padding:1px;
    width:210px;
}

select.select {
   border:1px solid #575757;
   font-size:11px;
   line-height: normal;    
   padding: 1px;
}

div.spacer{
   font-size:0;
   line-height:0;
   height:1px;
}

img.block{
	display:block;
}

div.clearit {
   overflow: hidden;
   height: 1px;
   font-size: 1px;
   clear: both;
}
