/*

Schönweitz Cascading Style Sheed File



Nach Code änderungen einen CSS Code

Compressor durchlaufen lassen, ich empfehle

http://compressor.ebiene.de/



*/



/* _____________________________________________ Reset Css */

/* Reset Code verlangsamt leicht die Render-Engine*/



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}





/* _____________________________________________ Website Css */



body { 

  background-color:#000000; 

  /*font: normal normal normal 0.9em 1.5em Georgia; */

  color:#ffffff;

  font-family: helvetica, arial, sans-serif;

  font-size: 0.9em;

  /*line-height: 1.5em;*/

  letter-spacing:0.025em;

  }



img {

  background-image:url(style/gfx/loading.gif);

  background-position:center center;

  background-repeat:no-repeat;

  border:0px;

}



a { 

  color:#ffffff;

  text-decoration:none;

  }

a:hover { 

  text-decoration:underline;

  }



/* _____________________________________________ Spezial Definitionen */



#map_canvas {

 position:relative;

 float:left;

 color:#000000;

}

#map_canvas img {

  background-image:url('none');

}

#map_canvas b {

 color:#000000;

}



.alignleft {

	margin-right: 10px;

	float: left;

}





.alignright {

	margin-left: 10px;

	float: right;

}



.addtoany_share_save_container {

  margin-top: 15px;

}



.descr{

	font-weight:bold;

}



/* _____________________________________________ Meta Navigation */



div#metaNav {

  font-size:0.8em;

  position:absolute;

  top:-1px;

  left:100%;

  width:230px;

  margin-left:-251px;

  padding:10px;

  border-left:1px solid #ffffff;

  border-bottom:1px solid #ffffff;

  overflow:hidden;

}



a.metaNavLink {

  color:#ffffff;

  text-decoration:none;

  line-height:20px;

}



/* _____________________________________________ Header */



#logo {

  position:relative;

  left:50%;

  margin-top: 20px;

  margin-left: -120px;

  margin-bottom:20px;

  width: 241px;

  height: 133px;

  border:0px;

}  

  

ul#navigation{

  position:relative;

  left:50%;

  margin-top: 10px;

  margin-left: -400px;

  margin-bottom:5px;

  list-style-type:none;

  width:800px;

  height:30px;

  clear:left;

  display:block;

}

li.navItem {

  list-style-type:none;

  float:left;

}



div#HeadTeazer {

  position:relative;

  left:50%;

  margin-top: 0px;

  margin-left: -400px;

  margin-bottom:0px;

  width:800px;

  height:420px;

  background-image:url(style/gfx/loading.gif);

  background-position:center center;

  background-repeat:no-repeat;

}

div#HeadTeazer > img {

  width:800px;

  height:400px;

  border: 0px;

}

/* _____________________________________________ Content */

div#content {

  position:relative;

  left:50%;

  margin-left: -400px; 

  width: 600px;

  background-color:#000000;

  float:left;

  margin-bottom: 25px;

}



h1.cntHeadline {

  width:580px;

  font-family: Helvetica, Arial, sans-serif;

  font-size:2em;

  font-weight:bold;

  padding:10px;

  letter-spacing:-0.005em;

  margin-top:30px;

  margin-bottom:10px;

  float:left;

  border-top:solid 1px #ffffff;

  border-bottom:solid 1px #ffffff;

}



a.cntHeadlineLink {

  color:#ffffff;

  text-decoration:none;

}





img.fltLeft {

   margin:8px;

   float:left;

}

img.fltRight {

   margin:8px;

   float:right;

}

img.fltNone {

   float:none;

}



p.cntParagraph {

  /*width:180px;*/

  /*margin-left:10px;*/

  /*float:left;*/

  text-align:left;

  letter-spacing:0.25px;

  line-height:1.5em;

  font-weight:normal; /*ich empfehle bold*/

  padding-bottom: 0px;

}



div#content p {

  /*width:180px;*/

  /*margin-left:10px;*/

  /*float:left;*/

  text-align:left;

  letter-spacing:0.25px;

  line-height:1.5em;

  font-weight:normal; /*ich empfehle bold*/

  clear: both;



}



/* _____________________________________________ Rechte Spalte */

div#column {

  position:relative;

  left:50%;

  top:27px;

  width: 200px;

  background-color:#000000;

  float:left;

}



h3.clmHeadline {

  width: 180px;

  height: 25px;

  text-align:center;

  line-height: 1.5em;

  color:#000000;

  padding-top:5px;

  margin-left:20px;

  background-image:url(style/gfx/cat-header.jpg);

  background-position:center center;

  background-repeat:no-repeat;

}



ul.clmList { 

  margin-left:30px;

  margin-bottom:28px;

  color:#ffffff;

  list-style-type:none;

}



div#column ul { 

  margin-left:30px;

  margin-bottom:28px;

  color:#ffffff;

  list-style-type:none;

}



div#column a { 

  color:#ffffff;

  text-decoration:none;

  line-height:1.5em;

}



a.clmListItemLink { 

  color:#ffffff;

  text-decoration:none;

  line-height:1.5em;

}

