﻿/*
Test für Jocar pc-pannenhilfech
 
 Filename    : default.css
 Erstellt by : Göpf
*/

/*---------------------------------------------------
   Inhaltsbereich der Seite importieren
   =================================================== */

@import url("editor.css");

/* ---------------------------------------------------
   Global
   =================================================== */
* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #292929;*/
}

body {
	background: #fff url(images/layout/content_bg.jpg) top left repeat;
}

#webcontainer {
	width: 960px;
	background: #292929 url(images/layout/HG-2.jpg) top left repeat;
	margin: 0 auto;
	border-left: #3D4850 1px solid;
	border-right: #3D4850 1px solid;
}

/* ---------------------------------------------------
   Left Logo und Hauptnavigation
   =================================================== */
   
#left { 
	float: left;
	width: 210px;
}

#logo {
	float: left;
	width: 166px;
	height: 42px;
	padding: 20px 0 0 23px;
}
/* ---------------------------------------------------
   Hauptnavigation
   =================================================== */
#mainnavi {
	float: left;
	width: 200px;
	margin: 40px 0 20px 12px;
}
* html #mainnavi {
	float: left;
	width: 200px;
	margin: 60px 0 20px 1px;
}

#mainnavi ul {
	line-height: 30px;
}
#mainnavi li {
	list-style: none;
  margin-bottom: 4px;
  line-height: 25px;
}
/* Stufe 1 */
#mainnavi li a {
	display: block;
  background: url(images/layout/buttons/mainnavi_inaktiv.jpg) top left no-repeat;
  width: 187px;
  height: 25px;
  line-height: 25px;
  padding-left: 22px;
  line-height: 23px;
	text-decoration: none;
	font-size: 12px;
  color: #B7BABD;
}
#mainnavi li a:hover, #mainnavi li a.aktiv {
	background: url(images/layout/buttons/mainnavi_aktiv.jpg) top left no-repeat;
	color: #FF9900;
}
/* Stufe 1 */
#mainnavi ul {
	list-style: none;
	margin: 5px 0 5px 3px;
}

/* Stufe 2 */
#mainnavi ul ul {
	list-style: none;
	margin: 5px 0 5px 23px;
}
#mainnavi ul ul li { 
	line-height: 23px;
}
#mainnavi ul ul a {
	width: 167px;
	line-height: 22px;
  height: 22px;
	display: block;
	background: url(images/layout/buttons/mainnavi_sub_inaktiv.gif) left center no-repeat;
	padding-left: 13px;
  color: #B7BABD;
}
#mainnavi ul ul a:hover, #mainnavi ul ul a:active, #mainnavi ul ul a.aktiv {
	color: #FF9900;
	background: url(images/layout/buttons/mainnavi_sub_aktiv.gif) left center no-repeat;
}

/* Stufe 3 */
#mainnavi ul ul ul {
	list-style: none;
	margin: 3px 0 3px 15px;
}
#mainnavi ul ul ul li { 
	line-height: 21px;
}
#mainnavi ul ul ul a {
	line-height: 21px;
  height: 21px;
	display: block;
	background: url(images/layout/buttons/mainnavi_sub_inaktiv.gif) left center no-repeat;
	padding-left: 13px;
}
#mainnavi ul ul ul a:hover, #mainnavi ul ul ul a:active, #mainnavi ul ul ul a.aktiv {
	color: #FF9900;
	background: url(images/layout/buttons/mainnavi_sub_aktiv.gif) left center no-repeat;
}
/* ---------------------------------------------------
   Rechter Bereich
   =================================================== */
#right { 
	float: right;
	width: 748px;
}




/* ---------------------------------------------------
   Für Impressum
   =================================================== */

.Impressum {
	font-size: small;
}	
#Impressum_unten {
    font-size: 10px;
    background-color:transparent;
    z-index:10;
    color:#3D4850;
    text-align: right;


}

#Impressum_unten  a{
      	color:#3D4850;
    	text-decoration:none;
    	font-size: 10px;
		text-align: right;

    }

    div.c1 {
    	border: 1px solid rgb(0, 0, 0); 
    	margin: 20px 20px 20px 0px; 
    	float: left;
    	text-align: center;

    }
    div.c1  a{
    	text-decoration:none;
    	color: #3D4850;
    }

/* ---------------------------------------------------
   Sprachen, Nebennavigation
   =================================================== */
#header { 
	float: left;
	height: 90px;
	width: 960px;
    background: url(images/layout/HG-2.jpg) top left repeat-x;
  	text-align: center;
  	border-bottom: 2px solid #3D4850;
  	overflow:hidden;
}
	
/* ---------------------------------------------------
   Smallnavigation
   =================================================== */
#smallnavi {
	float: right;
	height: 70px;
	line-height: 70px;
	padding-right: 10px;
	float: right;
	width: 700px;
	text-align: right;
	font-size: 11px;
    color: #B7BABD;
}
#smallnavi a {
	text-decoration: none;
  color: #B7BABD;
}
#smallnavi a:hover, #smallnavi a:active, #smallnavi a.aktiv {
	text-decoration: underline;
	color: #FF9900;
}

/* ---------------------------------------------------
   Main
   =================================================== */
#content {
	float: left;
	background: url(images/layout/HG-2.jpg) repeat-y;
	width: 728px;
	padding: 20px 20px 20px 0;
    color: #B7BABD;
    line-height: 1.5;
    }
    
#drucksymbol {
  width: 15px;
  height: 13px;
  margin-left: 713px;
  position:absolute;
  z-index:100;
}

/* ---------------------------------------------------
   Footer zuunterst auf der Seite
   =================================================== */
#footer {
	clear: both;
	padding-left: 14px;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #1A1F22;
	background: #303841;
  color: #B7BABD;
}
#footer a {
	text-decoration: underline;
  color: #B7BABD;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #B7BABD;
}

/* ---------------------------------------------------
   AGB
   =================================================== */
#agb {
	width: 300px;
	color: #45515A;
	font-size: 10px;
	text-align: left;
	float: left;
}
#agb a {
	text-decoration: none;
	color: #45515A;
	font-size: 10px;
}
#agb a:hover, #agb a:active {
	text-decoration: underline;
	color: #45515A;
}

/* ---------------------------------------------------
   Aktuell 3 spaltig
   =================================================== */

#aktuell {
	margin-top: 1em;
	margin-bottom: 1em;
		border-top: 2px solid #2C343A;

}
#aktuell h2 {
	font-size: 14px;
  padding: 0 0 15px 0;
	color: #FF9900;
}
#aktuell p {
	line-height: 150%;
	padding-bottom: 5px;
}
#aktuell table {
	padding: 0;
	margin: 0;
}
#aktuell td {
	width: 240px;
}
#aktuell td.zelle_1 {
	border-right: 2px solid #2C343A;
	padding: 10px 10px 0 0;
}
#aktuell td.zelle_2 {
	border-right: 2px solid #2C343A;
	padding: 10px 10px 0 10px;
}
#aktuell td.zelle_3 {
	padding: 10px 0 0 10px;
}
#aktuell img {
	border: 1px solid #666666;
  	margin-bottom: 15px;
	padding: 0;
}


/* ---------------------------------------------------
   Zufalssbilder oberhalb Seite
   =================================================== */

br.c10 {clear: both;}

#zufallsbild {
display:block; 
height: 68px;
margin-left:5px;
border:0px; 
margin-bottom: 6px; 
}

#zufallsbild ul {
margin:0; 
padding:0;
list-style-type:none;
border:0px; 
margin-bottom: 6px; 
}
#zufallsbild li {
float:left; 
margin-right:-4px; 
display:block; 
height: 68px;
border:0px;
margin-bottom: 6px; 
}

#zufallsbild a {
display:block; 
height: 68px;
color:#292929;
border:0px; 
text-decoration:none; 
margin-bottom: 6px; 
}

img {
border: 0px;
}

.bild1 {margin-top:  3px; width: auto; height: 68px; z-index: 1}
.bild2 {margin-top: 10px; width: auto; height: 68px; z-index: 1}
.bild3 {margin-top:  6px; width: auto; height: 68px; z-index: 1}
.bild4 {margin-top:  0px; width: auto; height: 68px; z-index: 1}
.bild5 {margin-top: 12px; width: auto; height: 68px; z-index: 1}
.bild6 {margin-top:  3px; width: auto; height: 68px; z-index: 1}
.bild7 {margin-top:  9px; width: auto; height: 68px; z-index: 1}
.bild8 {margin-top: 15px; width: auto; height: 68px; z-index: 1}
.bild9 {margin-top:  3px; width: auto; height: 68px; z-index: 1}
.bild10 {margin-top: 7px; width: auto; height: 68px; z-index: 1}
.bild11 {margin-top:  3px; width: auto; height: 68px; z-index: 1}
.bild12 {margin-top: 10px; width: auto; height: 68px; z-index: 1}
.bild13 {margin-top:  6px; width: auto; height: 68px; z-index: 1}
.bild14 {margin-top:  12px; width: auto; height: 68px; z-index: 1}


/* ---------------------------------------------------
   Lightbox vorschau Bilder
   =================================================== */

    .thumb {
    display: block;
    height: 122px;
    width: auto;
    margin: 3px 3px 3px 3px;
    padding: 3px;
    float: left;
    background-color: transparent;
    }

    .thumb a img {
    border : 0 none;
    text-decoration: none;
    height: 100px;
    width: auto;
    align: center;
    }
    
    .thumb a:link,  .thumb a:hover, .thumb a:active {
    border : 0 none;
    text-decoration: none;
    height: 100px;
    width: auto;

    }
   
    .text {
	color: #fff;
	font-family: verdana, sans-serif; 
	font-size: 10pt;
   }
   
/* ---------------------------------------------------
   Text_Box unterhalb der Thumbails
   =================================================== */

.t_box   {
   	position: relative;
   	overflow: hidden;
	color: #fff;
	font-family: verdana, sans-serif; 
	font-size: 10pt;
    height: 40px;
    bottom:1px;
    line-height: 1em;
   }

.clear {clear:both;}

/* ---------------------------------------------------
   Kontaktformular
   =================================================== */

#tableOne input, #table2ne input {
border: 1px solid rgb(0, 0, 0); 
font-family: arial; 
font-size: 12px; 
height: 20px; 
width: 200px; 
background-color:silver; 
color: #000;
 }
#tableOne input.zeit {
width: 80px; 
 }

#tableOne input.check, #table2ne input.check {
width: 28px; 
height: 15px;
background-color:silver;
border:0px;
 }

.radio { background-color:silver; border:1px solid #ddd; }


 
 #tableOne textarea, #table2ne textarea {
border: 1px solid rgb(0, 0, 0); 
font-family: arial; 
font-size: 12px; 
height: 60px; 
width: 300px; 
background-color:silver; 
color: #000;
 }

/* ---------------------------------------------------
    Formular für die Kontaktaufnahme
   =================================================== */

#tableOne input.plz {
width: 45px; 
 }
#tableOne input.ort {
width: 150px; 
 }

.keinumbruch {
	white-space: nowrap;
}

.silber {
background-color:silver; 
}

/* ---------------------------------------------------
    Impressum 2 spalten Div (4Takt)
   =================================================== */

div.all { 
	background: transparent; 	
	width: 420px; 
	}
div.inhalt1, div#inhalt2 { 
	background:transparent; 
	float: left; 
	width: 49%; 
	}
div.inhalt2 { 
	background: transparent; 
	}

.clear {clear:both;}



/* ---------------------------------------------------
   Webdesign pc-pannenhilfe zuunterst ausserhalb der Webpage
   =================================================== */
#pc-pannenhilfe {
	width: 300px;
	color: #45515A;
	font-size: 10px;
	text-align: right;
	float: right;
}
#pc-pannenhilfe a {
	text-decoration: none;
	color: #45515A;
	font-size: 10px;
}
#pc-pannenhilfe a:hover, #pc-pannenhilfe a:active {
	text-decoration: underline;
	color: #45515A;
}

table.cfdump_struct, table.cfdump_struct th, table.cfdump_struct td {
  color: #000000;
}

