/*
Projekt: 		www.meinschweissband.com
letzte Bearbeitung: 	23.04.09
von:			Lars Focke
Kontakt:			www.larsfocke.de | info@larsfocke.de
*/



/* ----- CSS ----- */

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: lucida sans, arial, verdana;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
}




/* ----- IDS ----- */

#wrapper {
      	width: 950px;
         margin: 0 auto;*/
        	z-index: 1;
         background: #fff;
}

#header1 {
	height: 100px;
         text-align: left;
         margin: 0 auto;
}

#header {
	margin: 35px 0 0 0;
	padding: 0;
	text-indent: -6669px;
	width: 310px;
	height: 28px;
	background: url(logo.jpg) no-repeat;
         float: left;
}
#header a {
	top: 0;
	left: 0;
	width: 310px;
	height: 28px;
	display: block;
	border: 0;
	background: transparent;
	overflow: hidden;
}

#header_right {
         font-size: 1.5em;
         float: right;
}

#header_right_top {
	float: right;
         margin: 10px 0 0 0;
         visibility: hidden;

}

#header_right_bottom {
	float: right;
         margin: 10px 0 0 0;
         clear: right;
         text-align: right;
         font-size: 0.6em;
         color:#000;
	letter-spacing: 0.1em;
}

#navigation1 {
	height:24px;
	font-size:12px;
         text-transform: uppercase;
         font-weight: bold;
         padding: 0 0 0 25px;
         letter-spacing: 0.1em;
         margin: 0 0 20px 0;
}

#navigation1 ul{

         float: left;
}

#navigation1 ul li {
         display:block;
	float:left;
	margin:0;
}

#navigation1 ul li a {
         display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:0px 20px 0 20px;
}

#navigation1 ul li a.current,#navigation1 ul li a:hover {
	color:#666;
         background: #fff;

}




#navigation2 {
         text-align: left;
         margin: 0 auto;
         font-size: 0.8em;
         line-height: 1.6em;
         float: left;
         padding: 15px 0 0 0;
         position: absolute;
}
#navigation2 a<!-- .head -->{
	cursor:pointer;
	display: block;
         color: #666;
	padding-top:0px;
	text-decoration: none;

}
#navigation2 ul li a:hover {
	text-decoration: none;             ;
}
#navigation2 ul li li{
	margin: 0 0 0px 0;
         border-bottom: 0px solid #ccc;
}


#navigation2 a.current {
	color:#666;
         font-weight: bold;
         margin: 0 0 0 10px;
         font-style: italic;
}
#navigation2 ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
         color: #666;


}

#navigation2 ul {
	list-style:none outside none;
         display: block;
}

#navigation2 ul li {
          border-bottom: 1px solid #ccc;
          padding: 5px 0 5px 0;
}

#navigation2 ul li a {
         color: #666;
}

#navigation2 li li a {
	display:block;
	text-decoration: none;
         margin: 0 0 0 20px;
}

#navigation2 li li.active {
	display:block;
	text-decoration: none;
        	font-weight: bold;
         font-style: italic;

}

#navigation2 li li a:hover {
        text-decoration: none;
}

#content{
         color: #666;
         text-align: left;
         padding: 0 0px 0 0px;
}

#articles {
         border-left: 1px solid #ccc;
         border-right: 1px solid #ccc;
         padding: 20px 20px;
         margin: 0 150px 0px 190px;
         line-height: 1.6em;
         font-size: 0.8em;
}

#articles2 p {
 	padding: 0 0 20px 0;
}

#articles2 {

         border-right: 1px solid #ccc;
         padding: 20px 20px 20px 0;
         margin: 0 150px 0px 0px;
         line-height: 1.6em;
         font-size: 0.8em;
}

#content_right {
	width: 150px;
         float: right;
         padding: 0px;
         color: #fff;
}

#content_right img {
         margin: 0 0 0 20px;
         position: absolute;
}

#footer{
         font-size: 0.7em;
        	color:#000;
         padding: 0 0 0 10px;
         font-family: lucida sans, verdana;
         margin: 20px 0 20px 0;
         height: 25px;
         padding: 0 10px;
}

#footer a {
 	color: #000;
}

/* ----- CLASSES ----- */

.hidden{
	visibility: hidden;
}
.show{
}
.center {
 	margin: 0 auto;
         text-align: center;
}

.left {
 	float: left;
}


.right {
 	float: right;
}

.noborder {
 	margin: 0;
         padding: 0;
}

.image {
 	width: 100px;
}

a.zoom {
 	background: url(zoom.jpg);
         height: 54px;
         width: 130px;
         display:block;
}



.anfrage {
 		background-image: url(anfrage.png);
         height: 54px;
         width: 130px;
         display:block;
}


/* ----- HEADINGS ----- */

h1 {
	margin: 0 0 20px 0;
         font-size: 1.5em;
         line-height: 1em;
         color: #666;
         font-style: italic;
}
#content h2{
	margin: 0 0 20px 0;
         font-style: italic;
         font-size: 1.2em;
}
h3{
	font-size: 1em;
}
h4{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

#articles img {
	margin: 0 0px 0 0px;
}

a img {
	border: 0;

}
img a:hover{
}

/* ----- LINKS ----- */

a {
	color: #666;
         text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table {
	width: 570px;
         text-align:center;
         color:#666;
         font-size: 1em;
         margin: 0;
         padding: 10px 0 0 0;
         line-height: 1.5em;
}

table.content {
 	width: 780px;
         color:#666;
         font-size: 1em;
         margin: 0;
         line-height: 1.5em;
}

table.logos {
         text-align:center;
         width: 790px;
}

table.logos img {

         margin: 0 20px 0px 0;
}

td p {
 	margin: 5px 0 0 0;
}

table.content img {
 	padding: 0 20px 0 0;
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
table.content tr {
}
tr .alt{
}
th{
}
td{

	margin:0 ;
        	padding: 0 0 20px 0;
         font-size: 11px;

}


td.bottom {
 	vertical-align: bottom;
         text-align: left;
         font-size: 12px;
}

.calendar table {
         width: 300px;
}


/*Modul Bild und Text*/
.centertab {margin-right: auto;
            margin-left: auto;}

.bildtext { margin: 0px;
            padding: 0px;
            font-size: 10px;}
.imgleft {float: left;
          margin-right: 20px;}

.imgright {float: right;
          margin-left: 20px;}

.stopleft {clear: left;}

.stopright {clear: right;}

.bildtext2 {text-align: justify;}




#slideshow {list-style:none;}
#slideshow span {display:none}
#wrapper_gallery {width:565px; margin:-15px 0 0 0; auto; display:none}
#wrapper_gallery * {margin:0; padding:0}
#fullsize {position:relative; width:565px; height:400px; padding:2px; background:#fff}
#information {position:absolute; width:130px; color:#666; padding: 15px 0 0 10px;}
#information h3 {padding:4px 8px 15px; font-size: 0.6em; font-weight: bold;   }
#information p {padding:0 8px 8px; font-size: 0.6em; }
#image {width:210px; background: #fff;}
#image img {position:absolute; z-index:25; right: 17%;}
.imgnav {position:absolute; width:25%; height:400px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px;}
#slideleft {cursor:pointer; float:left; width:20px; height:102px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#fff;}
#slideleft:hover {background-color:#ccc}
#slideright {cursor:pointer;float:right; width:20px; height:102px; background:#fff url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#ccc}
#slidearea {float:left; position:relative; width:515px; margin-left:5px; height:102px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border: 1px solid #fff; padding:0px}
#slider img:hover {cursor:pointer; border: 1px solid #ccc; padding:0px}
#slider img.active {cursor:pointer; border: 1px solid #ccc; padding:0px}
