/** css angaben für drittwerk.de    **/
/** allgemeine*/

body {
   color: #ffc;
   background: #5a7483;
   font-family: arial, verdana, sans-serif;
   font-size: 100.01%;
   margin: 20px 0 0 0;
}

/* Elemente mit browserabhängigen margins o. paddings */
/* gleich am Anfang ausbremsen, hier mit Universalselektor: */

* {
   margin: 0;
   padding: 0; 
}
img {
	border: 0;
}

h1 {
    font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 0 15px;
}
h2 {
   	font-size: 98%;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 6px 15px;
}
p {
  /*color: #fc3;*/
  font-size: 12px;
  line-height: 130%;
  margin: 0 10px 10px 15px;
}
.nomargin {
 margin: 0;
 padding: 0;
}
p.nomargin a, p.anmerkung a {
border-bottom: 1px solid #cc0000;
}
.stopFloat {       /* nicht floatendes Element, das hinter floatende E. gesetzt werden kann  */
   display: block;
   float: none;
   clear: both;
   height: 1px;
   font-size: 0px;
   line-height: 0px;
}
a {
color: #ffffcc;
text-decoration: none;
}
a:link, a:visited {
  text-decoration: none;
  color: #ffffcc;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #f00;
}

/* logo und menu */
#menu {
    position: absolute;
    padding: 0 10px 20px 6px;
    width: 230px;
    margin-left: 6px;
	margin-right: 10px;
	}
/* HINWEIS: Der IE braucht eine margin nach links von 0, damit das 
Menue ganz linksbuendig dargestellt wird! Mozilla dagegen braucht
ein padding-left von 0. */

#menu ul {
  list-style-type: none;
  padding: 80px 0 0 1px;
  margin: 0;
}
#menu li {
    /*background-color: #5a7483;
    color: #fff;*/
    margin: 0;
    font-size: 14px;
    line-height: 180%;
    font-weight: bold;
}
#menu li a {
    /*font-size: 1em;*/
    text-decoration: none;
}
#menu li a:link, #menu li a:visited {
    color: #ffc;
	 background-color: #5a7483;
    }

#menu li a:hover, #menu li a:focus, #menu li a:active {
     color: #ffc;
	 background-color: #5a7483;
     font-size: 16px;
    /*background-color: #ffc;
    color: #5a7483;*/
}
#menu li a.this {
   background-color: #5a7483;
    color: #000000;
}

/*inhalt allgemein*/
#content {
   position: relative;
   left: 250px;
   width: 746px;
   height: 650px;
}
/* inhalt &uuml;ber uns */
#content_wir {
   background: #5a7483 url(assets/werkstatt.jpg) no-repeat;
   color: #ffc;
   position: relative;
   left: 250px;
   width: 746px;
   height: 650px;
 }
#content_wir p {
  /* color: #ffc;*/
   font-size: 14px;
   padding: 300px 20px 0 20px;
}
#content_impressum {
   background: #5a7483 url(assets/angela.jpg) no-repeat;
   color: #ffc;
   position: relative;
   left: 250px;
   width: 746px;
   height: 650px;
}
#content_impressum p {
   /*color: #ffc;*/
   font-size: 13px;
   padding: 280px 20px 0 20px;
}

/* projekte beispiel */
#projekt1, #projekt3 {
 text-align: left;
}
#projekt2 {
 text-align: right;
 margin-right: 30px;
}
.l_margin {
  margin-left: 20px;
 }
 .r_margin {
 text-align: right;
 }
 #projekt1, #projekt2, #projekt3 img {
	 border:0;
 }
 /* angebot - bilder */
#content_angebot {
	background: #5a7483 url(assets/blechschnitt.jpg) no-repeat;
   color: #ffc;
   position: relative;
   left: 250px;
   width: 746px;
   height: 650px;
   }
#content_angebot p {
   /*color: #ffc;*/
   font-size: 13px;
   padding: 4px 20px 4px 18px;
}
#content_angebot p.angebot_hinweis {
   font-size: 13px;
   margin: 115px 0 20px 0;
}


#content_angebot a
{
border-bottom: 2px solid #c00;
}
#content_angebot a:link, #content_angebot a:visited {
  text-decoration: none;
  color: #ffc;
}
#content_angebot a:hover, #content_angebot a:focus, a:active {
  text-decoration: none;
  color: #f00;
}

/*content der Unterseiten unser angebot - innen, aussen, speziel*/
#content_bilder {
   position: relative;
   left: 250px;
   background: #5a7483 url(assets/bilder-bg.jpg);
   color: #ffc;
   width: 746px;
}

.l_margin {
  margin-left: 20px;
 }
 .r_margin {
 text-align: right;
  margin-right: 10px;
 }
 /* angebot - bilder */
#content_bilder h1 {
  margin: 14px 0 20px 0;	
}
#content_bilder p {
   color: #ffc;
   font-size: 90%;
   line-height: 150%;
   padding: 4px 20px 4px 18px;
  }
  #content_bilder p.miniaturen {
      text-align: center;
  }
  
#content_bilder img {
   margin: 3px;
   width: 140px;
   height: 140px;
   border: 1px solid #000;
}
#content_bilder img.leer {
   border: 0;
   width: 140px;
   margin: 5px;
}

/* bilder navigation */
#navi_bilder {
   padding: 8px 5px 8px 0;
}
#navi_bilder ul {
  list-style-type: none;
  display: inline;
  padding-left: 0;
  margin-left: 0;
}
#navi_bilder li {
    display: inline;
	color: #ffc;
    padding: 3px 12px;
    font-size: 90%;
	font-weight: bold;
    line-height: 180%;
	border-left: 1px solid #c00;
}
#navi_bilder li.erste {
   border-left: 0;
}
#navi_bilder li a {
    text-decoration: none;
	border-bottom: 2px solid #c00;
	/*background: #5a7483;*/
}
#navi_bilder li a:link, #navi_bilder li a:visited {
    color: #ffc;
	}

#navi_bilder li a:hover, #navi_bilder li a:focus, #navi_bilder li a:active {
    color: #c00;
}
#navi_bilder .this {
    color: #ffc;
	border: 0;
}

#content_bilder .anmerkung {
	margin-top: 20px;
	margin-bottom: 20px;
	/*padding-top: 42px;
	padding-bottom: 38px;*/
    font-size: 13px;
	color: #000;
	font-weight: bold;
}



/*end content Unterseiten*/


/* SLIMBOX */
#content_slimbox h2
{
margin: 0 0 18px 0;
}
#content_slimbox {
   position: relative;
   left: 250px;
   width: 746px;
   height: 650px;
}
#content_slimbox img {
   width: 140px;
   height: 140px;
}
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #5a7483;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(assets/spektrum/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(assets/spektrum/css/prevlabel.gif) no-repeat 0 99%;
}

/*#lbPrevLink:hover {
	background: transparent url(assets/spektrum/css/prevlabel.gif) no-repeat 0 95%;
}*/

#lbNextLink {
	right: 0;
	background: transparent url(assets/spektrum/css/nextlabel.gif) no-repeat 100% 99%;
}

/*#lbNextLink:hover {
	background: transparent url(assets/spektrum/css/nextlabel.gif) no-repeat 100% 95%;
}*/

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(assets/spektrum/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

