@CHARSET "UTF-8";

* {
	padding: 0; /* Abstände entfernen */
	margin: 0;
}

img{ /* für IE und alte Firefox*/
	border: none;
}

/* ================Allgemeine Formatierungen==================== */
body {
	font: 12px "Trebuchet MS", Verdana, Arial, Sans-Serif;
	/* Für Zentrierung in älteren Browsern wichtig: */
	text-align: center;
	background-image: url(./images/back3b.jpg);
	height: 900px;
	z-index: 0;
}


/* ::::::::::::::::::::Hauptcontainer:::::::::::::::::::: */
#box {
	width: 975px;
	margin: 0 auto; /* Zentrierung */
	text-align: center;
	border: 3px solid #555;
	padding: 0px;
	padding-bottom: 1px;/*ohne => kein Abstand zum Boden */
	height: auto;

/* 	Nicht CSS3 Standard */
  -webkit-box-shadow: 	4px 3px 3px #333;
  -moz-box-shadow: 		4px 3px 3px #333;
  box-shadow: 			4px 3px 3px #333;
  background: #f2f2f2 ;/*opera*/ 
  background: -webkit-gradient(linear, left top, left bottom, 
  from(#E2E2F2), to(#FFFFFF));
  background: -moz-linear-gradient(top, #E2E2F2, #FFFFFF);
}

/* ::::::::::::::::::::Navigation:::::::::::::::::::: */

/* ::::::::::::::::::::Inhalt:::::::::::::::::::::: */
div#content {
	z-index:6;
	position:relative;
	padding-top: 15px; /* Innenabstand */
	padding-bottom: 10px;
	padding-left: 20px; /* Innenabstand */
	padding-right: 20px; /* Innenabstand */
	text-align: left; /* wichtig */
	clear: left; /* wichtig clear verhindert umfließen */
	display: block;
	min-height: 550px;  /* Grundhöhe des Inhalts */
	font-size: 12pt;
}
/* ::::::::::::::::::::Footer:::::::::::::::::::: */
div#footer {
	position:relative;
	display:block;
	float:none;
	height: 30px;
	line-height: 30px;
	background-image:url("./images/menu.png");
	color: white;
	text-align: center;
	margin-top: 35px;
	margin-bottom: -1px;
	padding: 0em 0%;
	clear:both;
}
 /* ===========================Header=========================== */ 
div#header {
	position:relative;
	background-image: url(./images/hBackground3.jpg);
	height: 120px;
	color: black;
	line-height: 45px; /* vertikale Ausrichtung */
	padding-left: 30px;
	font-size: 25px;
	text-align: left;
}



div#Logo{
 	position: relative;
 	float:right;  
	width: 260px; height: 118px;
	z-index:4; 
}

div#header .company_name{
	padding-top: 15px;
	padding-bottom: 20px;
	/*left: 30px;*/ 
	font-size: 32pt;
	z-index:5;
}
/*Formatierung der einzelnen Wörter */
div#header .company_name #guild{
	margin: 0px;
	color:#3255ef; /* blau */
	z-index:5; 
}
div#header .company_name #name{
	font-weight: bolder;
	color:#ef3232; /* rot */
	z-index:5;
}
div#header .company_name #type{
	font-size: 0.33em;
	font-weight: bolder;
	color:#3255ef; /* blau */
	z-index:5;
	position:absolute;
	margin-top: -1px;
	margin-left: -6px;
	
/* 	Nicht CSS3 Standard */
/*vertical */
	-webkit-transform: 	rotate(-90deg);
	-moz-transform: 	rotate(-90deg);
	-o-transform:		rotate(-90deg);
	writing-mode: tb-rl;
    filter: flipv fliph;
}
/*----------------------*/
div#header .company_name #info{
	margin-left: 200px;
	font-size: 0.7em;
	color:#3255ef; /* blau */
	z-index:5; 
}
div#header .company_name #tela{
	font-size: 0.6em;
	color:#ef3232; /* rot */
	z-index:5; 
}
div#header .company_name #telb{
	font-size: 0.8em;
	color:#ef3232; /* rot */
	z-index:6; 
}
/* =============================Menu============================ */
/* #navigation a:hover { */
/* 	color: #ff0000; */
/* } */

/* #navigation a:active { */
/* 	color: #008000; */
/* } */
/* #navigation a:link { */
/* 	color: #0000ff; */
/* 	text-decoration: none; */
/* } */
#navigation a {
		width: 136px;
	text-decoration: none;
}
 /* -------- Navigationsbox über gesamte Breite ----------- */
#navigation {
	z-index: 10;
	position:relative;
	width: 100%;
	float: left;
	height: 27px; /* Menühöhe */
	background-image:url("./images/menu.png");
	border-top: 1px solid #3255ef;
	
/* 	Nicht CSS3 Standard */
	-webkit-box-shadow: 0px 3px 6px #333, 0px -4px 16px #3255ef;
  	-moz-box-shadow: 	0px 3px 6px #333, 0px -4px 16px #3255ef;
  	-o-box-shadow: 		0px 3px 6px #333, 0px -4px 16px #3255ef;
  	box-shadow: 		0px 3px 6px #333, 0px -4px 16px #3255ef;
}
/*  Hauptmenü Objekte, generisch */
#navigation ul {
	list-style-image: none;
	float:left;
	line-height: 27px;
	width: 136px; 
}
/* --------- Haupteintrag --------- */
#navigation ul li{
	display:block;
	font-weight:bold;
	list-style: none;
	
	/* 	Nicht CSS3 Standard */
	-webkit-transition: color 0.25s ease-in-out; /* farbwechselgeschw top*/
	-moz-transition: color 0.25s ease-in-out; /* farbwechselgeschw top*/
	transition: color 0.25s ease-in-out ;
}
#navigation ul li.main:hover { /* Hauptmenu wechsel*/
	background-image:url("./images/menu_current3.png");
	position:relative;
	z-index: 20;
}
#navigation ul li#current {
	position:relative;
	z-index: 20;
	background-image:url("./images/menu_current3.png");
}
#navigation ul li#current a{	color: black;}

/* Hauptmenu wechsel*/
#navigation ul li.main:hover a{	color: black;}


/* Dropdownmenu wechsel*/
#navigation ul li:hover a{	color: #222;}

/* -------- Die Menü-Einträge ------------ */
#navigation ul li a {
	color: white;
	font-weight:normal;
	list-style: none;
	font-size: 1.1em;
	margin:0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 136px;
	display:block;
}	
	 

#navigation ul li ul{
	display: block;
	position: relative;
	height: 0px;
	width: 100%; /* dropdown breite */
	z-index: 2;
	border: 	none;
	padding-top: 2px;
	margin-top: -2.5px;
	
/* 	Nicht CSS3 Standard */	
	opacity: 1; /* von 0 ->1 damit eingeblendet werden kann*/
	-webkit-transition: opacity .15s linear, height .35s ease-in-out .1s;
	-moz-transition:	opacity .15s linear, height .35s ease-in-out .1s;
	-o-transition: 		opacity .15s linear, height .35s ease-in-out .1s;
	transition:			opacity .15s linear, height .35s ease-in-out .1s;
	-webkit-box-shadow: 	2px 1px 4px #444;
  	-moz-box-shadow: 		2px 1px 4px #444;
  	box-shadow: 			2px 1px 4px #444;
	overflow-y: hidden;
}

/*  ------------  Submenü / Dropdown-Obj ------------ */
/* generisch ohne "drop" */
#navigation ul li ul.drop li{background-image:url("./images/menu_down.png");}

#navigation ul li ul.drop li.one {	padding-top: 5px;}
/* 	margin-top: -2px; überlappt die haupteinträge um 2px*/

#navigation ul li ul.drop li.last a{padding-bottom: 4px;}

#navigation ul li ul.drop li a{
	color: white;
	font-weight: lighter;
	font-size: 1.25em;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	
	/* 	Nicht CSS3 Standard */
	opacity: 0;
	-webkit-transition: opacity .35s ease-in-out .15s;
	-moz-transition: 	opacity .35s ease-in-out .15s;
	-o-transition: 		opacity .35s ease-in-out .15s;
	transition: 		opacity .35s ease-in-out .15s;
}
#navigation ul li ul.drop li:hover a{
	background: #444;/* untermenü abgedunkelt wird*/
	background-image:url("./images/menu_current3.png");
	color: black;
}

	
#navigation ul:HOVER li ul li a{opacity: 1; }
 /*höhe 25px (+ 8px)*/
#navigation ul.button1:hover .drop{
	opacity: 1;
	height: 105px; 		/* automatische Blockhöhe */
}
#navigation ul.button2:hover .drop {
	opacity: 1;
	height: 130px; 		/* automatische Blockhöhe */
}
#navigation ul.button3:hover .drop {
	opacity: 1;
	height: 104px; 		/* automatische Blockhöhe */
}
#navigation ul.button4:hover .drop {
	opacity: 1;
	height: 55px; 		/* automatische Blockhöhe */
}
#navigation ul.button5:hover .drop {
	opacity: 1;
/* 	height: 79px;  */
			/* automatische Blockhöhe */
}
#navigation ul.button6:hover .drop {
	opacity: 1;
	height: 105px; 		/* automatische Blockhöhe */
}

/* =========================Footer========================== */


div#footer  a{
	display:inline-block;
	text-align:center;
	width:90px;
	color: silver;
	margin: 0 auto;
	font-weight: bold;
	text-decoration: none;
}

#footer  a:hover {
	color: black;
	background-image:url("./images/menu_current2.png");
}

