@charset "utf-8";
/* CSS Document */
/* Das A-Direktorat - kontakt@adirektorat.com */


/*
------------------------------------
INDEX
------------------------------------

1.   Grundlegender Seitenaufbau
|_1.1  Header
|_1.2  Linke Spalte
|_1.3  Rechte Spalte
|_1.4  Footer

2.   Einzelne Seiten
|_2.1  SHOPSEITEN / STILWERK / SERVICE / INFOS /IMPRESSUM / VERMIETUNG / ANFAHRTSWEGE
|_2.2  EVENTS / NEWS / PRESSEMELDUNGEN
|_2.3  SHOP FALLBACK

X.   Die lieben Browser (Hacks und andere Dinge die das Leben interessanter machen)

*/


* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	/* Hintergrundfarbe muss in der HTML-Datei definiert werden da über Backend änderbar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#centercontainer {
	margin: 0 auto;
	width: 942px;
	text-align: left;
	background-image: url(../images/centercontainerBG.png);
	background-repeat: repeat-y;
}

#centercontainermitBG {
	margin: 0 auto;
	width: 942px;
	text-align: left;
	background-image: url(../images/centercontainerBG2.png);
	background-repeat: repeat-y;
}

/*
------------------------------------
SEITENAUFBAU
------------------------------------
 
 __________________
 |________________| HEADER
 |    |           |
 |  L |           |
 |  E |           | RIGHT
 |  F |           |
 |  T |           |
 |____|___________|
 |________________| FOOTER
 
------------------------------------
*/



/*
------------------------------------
1.1  HEADER
------------------------------------
*/

#containerheader {
	margin-left: 14px;
	margin-bottom: 0;
}

#containerheader img {
	border: 0;
	display: block;
	float: left;
}

#Hauptmenue {
	height: 128px;
	border: 0;
}


/*
------------------------------------
1.2  LINKE SPALTE
------------------------------------
*/

#leftcontainer {
	width: 300px;
	margin-left: 14px;
	float: left;
}

.seitentextleft h4 {
	font-weight: bold;
	color: #FFF;
	background-color: #545357;
	padding: 10px 10px 4px 10px;
	font-size: 1em;
}

.seitentextleft p {
	padding: 10px 10px 4px 10px;
}

.seitentextleft table {
	margin: 0 10px 4px 10px;
	padding: 0;
	border: 0;
	text-align: right;
}

.seitentextleft table th {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}

#SearchForm_SearchForm {
	margin: 12px 10px 11px 10px;
	overflow: auto;
	padding: 0;
}

#SearchForm_SearchForm input {
	font-size: 10px;
	padding: 4px 100px 2px 2px;
	margin-right: 5px;
	border: 1px solid #545357;
	float: left;
	color: #666;
}

#SearchForm_SearchForm input:hover {
	border: 1px solid #000;
	color: #333;
}

#SearchForm_SearchForm input:focus {
	border: 1px solid #545357;
	color: #000;
}

#SearchForm_SearchForm .action {
	font-size: 10px;
	padding: 3px 15px 1px 15px;
	border: 1px solid #545357;
	color: #000;
}

#SearchForm_SearchForm .action:hover {
	font-size: 10px;
	padding: 3px 15px 1px 15px;
	border: 1px solid #FFF;
	background-color: #999;
	color: #FFF;
}

#schnellsuche .texteingabe {
	padding: 4px 60px 2px 2px;
	margin-right: 10px;
	font-size: 10px;
	border: 1px solid #545357;
}

#schnellsuche .button {
	font-size: 10px;
	padding: 2px 2px;
	background-color: #FFFFFF;
	border: 1px solid #545357;
}

#DropDown {
	position: relative; top: 10px; left: 0px;
	z-index: 10;
	height: 40px;
	margin-bottom: 21px;
}


/*
------------------------------------
1.3  RECHTE SPALTE
------------------------------------
*/

#rightcontainer {
	width: 612px;
	float: left;
	margin-left: 2px;
}

#rightcontainerENP {
	width: 612px;
	float: left;
	margin-left: 2px;
}

#rightcontainermitbg {
	width: 612px;
	float: left;
	margin-left: 2px;
	background-image: url(../images/rightcontainerBG.gif);
	background-repeat: repeat-y;
}

.seitentextright h4 {
	font-weight: bold;
	color: #FFF;
	background-color: #545357;
	padding: 10px 10px 4px 10px;
	font-size: 1em;
	clear: both;
}

.seitentextrightshop {
	border-top: 3px solid #545357;
	margin-top: -3px;
}

.seitentextrightshop h4 {
	font-weight: bold;
	color: #FFF;
	background-color: #545357;
	padding: 10px 10px 4px 10px;
	font-size: 1em;
	clear: both;
}

#markenwelt {
	height: 136px;
	background-color: #c0a59c;
}

#markenwelt p {
	margin: 5px 10px 0 10px;
}

/*
------------------------------------
1.4  FOOTER
------------------------------------
*/

#footer {
	margin: 0 auto;
	width: 914px;
	clear: both;
	margin-left: 14px;
	padding-top: 2px;
	text-align: right;
	border-top: 1px solid #FFF;
	background-color: #545357;
}

#footer a {
	color: #FFF;
	padding: 0 30px;
	line-height: 2em;
}

#footer a:link {
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerende {
	width: 942px;
	height: 18px;
	margin: 0 auto;
	background-image: url(../images/footerEnde.png);
	background-repeat: no-repeat;
}


/*
------------------------------------
2.1.  SHOPSEITEN / STILWERK /
SERVICE / INFOS /IMPRESSUM /
VERMIETUNG / ANFAHRTSWEGE
------------------------------------
*/

/*
------------------------------------
SEITENAUFBAU (NUR IN 1.3 RECHTE 
SPALTE)
------------------------------------
 
 __________________
 | XXX      XXXXX | NAME UND LOGO
 |----|-----------|
 |    |           |
 |    |           | BESCHREIBUNG UND
 |    |           | GALERIE
 |    |           |
 |____|___________|
  ´|`
POSITION UND INFORMATIONEN

------------------------------------
*/

#rightcontainerheader {
	width: 612px;
	float: left;
	background-color: #c0a59c;
}

#rightcontainer h2 {
	color: #FFF;
	font-size: 2.5em;
	font-weight: lighter;
	float: left;
	margin: 20px 0 0 20px;
}

#rightcontainerheader h2 {
	color: #FFF;
	font-size: 2.5em;
	font-weight: lighter;
	float: left;
	margin: 20px 0 0 20px;
}


#shopseitenlogo {
	float: right;
	margin: 0 20px 0 0;
}

#shopseitenlinks {
	width: 207px;
	background-color: #d6c7c0;
	float: left;
	clear: right;
	min-height: 389px;
}

#shopseitenrechts {
	width:365px;
	float: right;
	margin: 40px 20px 20px 0px;
}

#shopseitenlinks h6 {
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px; 
}

#shopseitenlinks p {
	padding: 2px 10px 15px 10px;
}

#shopseitenlinks img {
	margin-bottom: 20px;
}
	
#shopseitenlinks a {
	color: #000;
	font-style: italic;
}

#shopseitenlinks a:link {
	text-decoration: underline;
}

#shopseitenlinks a:visited {
	text-decoration: underline;
}

#shopseitenlinks a:hover {
	text-decoration: none;
}

#shopseitenlinks ul {
	margin: 0 10px 10px 40px;
}

#shopseitenrechts h6 {
	font-size: 1em;
	font-weight: bold;
	padding: 10px 0 2px 0px; 
}

#shopseitenrechts p {
	padding: 0 0 5px 10px;
	line-height: 15px;
}
	
#shopseitenrechts ul {
	list-style-type: disc;
	padding: 0px 0px 10px 30px;
}

#shopseitenrechts ol {
	padding: 0 0px 10px 30px;
}

#shopseitenrechts a {
	color: #000;
	text-decoration: underline;
	font-style: italic;
}

#shopseitenrechts a:hover {
	color: #000;
	text-decoration: none;
	font-style: italic;
}

#shopseitenrechts a img {
	float: left;
	border: 2px solid #FFF;
	margin: 10px 10px 0 0;
}

.galeriebild {
	float: left;
	border: 2px solid #FFF;
	margin: 10px 10px 0 0;
}

#shopseitenrechts .etagenplaene {
	border: none;
}

#shopseitenrechts iframe {
	margin-left: 10px;
	border: 2px solid #FFF;
}

#shopseitenrechts small a {
	margin-left: 10px;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
}

#shopseitenrechts small a:hover {
	margin-left: 10px;
	color: #FFF;
	text-decoration: underline;
	font-style: normal;
}

#anfahrtsplanContainer {
	margin-top: -10px;
}

#stilwerktabelle {
	margin: 20px 0 0 10px;
}

#stilwerktabelle a img {
	margin: 0;
	padding: 0;
}

#stilwerktabelle a {	
	color: #666;
	text-decoration: none;
}

#stilwerktabelle a:hover {	
	color: #666;
	text-decoration: underline;
}

/*
------------------------------------
2.2  EVENTS / NEWS / PRESSEMELDUNGEN
------------------------------------
*/

#rightcontainerENP h2 {
	color: #FFF;
	font-size: 2.5em;
	font-weight: lighter;
	margin: 20px 0 20px 20px;
	clear: both;
}	

#seitenanzahl {
	text-align: center;
}

.nachrichtenueberschrift {
	line-height: 2.5em;
	padding: 0 5px;
	margin: 20px 30px 10px 30px;
	color: #FFF;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
}

.nachrichtenueberschrift h3 {
	font-size: 16px;
	font-weight: lighter;
	float: left;
}

.nachrichtenueberschrift p {
	text-align: right;
}

.nachrichtenteaserfb {
	margin: 0 40px 20px 40px;
	overflow: auto;
}

.nachrichtenteaser {
	margin: 0 40px 20px 40px;
	overflow: auto;
}

.nachrichtenteaserfb p {
	padding: 0 0 10px 0;
}

.nachrichtenteaser p {
	padding: 0 0 10px 0;
}

.nachrichtenteaserfb p {
	padding: 0 0 10px 0;
}

.nachrichtenteaser a .eventgalerie {
	border: 2px solid #FFF;
	float: left;
	margin: 10px 10px 0 0;
}

.nachrichtenteaserfb a .eventgalerie {
	border: 2px solid #FFF;
	float: left;
	margin: 10px 10px 0 0;
}

.teasertext {
	margin: 10px 0;
}

.nachrichtenteaser h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 15px;
}

.nachrichtenteaserfb h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 15px;
}

.imagefloatright {
	float: right;
	margin: 5px 0 5px 10px;
}

.imagefloatleft {
	float: left;
	margin: 5px 10px 5px 0px;
}

.nachrichtenteaser a {
	color: #FFF;
	line-height: 2.5em;
}

.nachrichtenteaserfb a {
	color: #FFF;
	line-height: 2.5em;
}

.nachrichtenteaser a:link {
	text-decoration: none;
}

.nachrichtenteaserfb a:link {
	text-decoration: none;
}

.nachrichtenteaser a:visited {
	text-decoration: none;
}

.nachrichtenteaserfb a:visited {
	text-decoration: none;
}

.nachrichtenteaser a:hover {
	text-decoration: underline;
}

.nachrichtenteaserfb a:hover {
	text-decoration: underline;
}

.kapitaelchen {
	font-variant: small-caps;
}


/*
------------------------------------
2.3.  SHOP FALLBACK
------------------------------------
*/

#ShopNavigator h1 {
	color: #FFF;
	font-size: 2.5em;
	font-weight: lighter;
	margin: 20px 0 20px 20px;
}	

.nachrichtenteaserfb ul {
	margin-bottom: 10px;
}

.nachrichtenteaser ul {
	margin: 0 0 10px 30px;
}

.nachrichtenteaserfb ul li {
	display: inline;
	background-color: #999;
	margin-left: 3px;
}

.nachrichtenteaser ul li {
}

.nachrichtenteaserfb ul li a {
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #FFF;
	padding: 5px 5px 2px 5px;
	color: #FFF;
}

.nachrichtenteaserfb ul li a:link {
	background-color: #999;
}

.nachrichtenteaserfb ul li a:visited {
	background-color: #999;
}

.nachrichtenteaserfb ul li a:hover {
	background-color: #545357;
	text-decoration: none;
}

.fb_kategorien {
	margin: 0 40px 20px 40px;
	overflow: auto;
}

.fb_kategorien ul li {
	display: block;
	margin: 8px 0 0 0;
	text-align: left;
	border: 1px solid #FFF;
	background-color: #999;
	padding: 4px 0 4px 5px;
}

.fb_kategorien ul li:hover {
	display: block;
	margin: 8px 0 0 0;
	text-align: left;
	border: 1px solid #FFF;
	background-color: #545357;
	padding: 4px 0 4px 5px;
}

.fb_kategorien ul li a {
	text-decoration: none;
	font-size: 12px;	
	color: #FFF;
	padding: 4px 200px 4px 0;
}

#kategorie_aktiv {
	background-color: #c0a59c;
	border: none;
	margin: 0 0 0 0;
}

.fb_subkategorien {
	margin: 0 0 0 10px;
	overflow: auto;
}

.fb_subkategorien ul {
	margin: 0 0 0 0;
}

.fb_subkategorien ul li {
	display: block;
	margin: 2px 0 4px 0;
	text-align: left;
	width: 300px;
	border: 1px solid #FFF;
	background-color: #999;
	padding: 2px 0 2px 5px;
}

.fb_subkategorien ul li:hover {
	display: block;
	margin: 2px 0 4px 0;
	text-align: left;
	width: 300px;
	border: 1px solid #FFF;
	background-color: #545357;
	padding: 2px 0 2px 5px;
}

.fb_subkategorien ul li a {
	text-decoration: none;
	font-size: 12px;	
	color: #FFF;
	padding: 2px 100px 2px 0;
}


/*
------------------------------------
2.4.  SUCHERGEBNISSE
------------------------------------
*/

.searchResults h3 {
	margin: 20px 0 5px 30px;
	color: #FFF;
	padding: 2px 5px;
}

.searchResults p {
	margin-left: 20px;
}

.searchResults ul {
	list-style-type: none;
	margin: 0 0 20px 40px;
	width: 180px;
}

.searchResults a {
	text-align: center;
	color: #FFF;
	text-decoration: none;
	display: blocK;
	background-color: #999;
	border: 1px solid #FFF;
	padding: 4px 10px;
	margin-bottom: 3px;
}

.searchResults a:hover {
	background-color: #545357;
}
	
#adlogo {
	margin: 5px 0 0 40px;
}


/*
------------------------------------
X.  DIE LIEBEN BROWSER :-)
------------------------------------
*/

img {
	border: 0;
	display: block;
}

/*
-----------------------------------------------------------------
Trenne dich nie von deinen Illusionen und Träumen. 
Wenn sie verschwunden sind, wirst du weiter existieren, 
aber aufgehört haben, zu leben. 
(Mark Twain)
-----------------------------------------------------------------

(c) 2008 - A-Direktorat
*/






a.snlink:link { font-family:Arial; font-weight:normal; font-size: 11px; line-height:13px; color:#55535c; text-decoration: none }
a.snlink:visited { font-family:Arial; font-weight:normal; font-size: 11px; line-height:13px; color:#55535c; text-decoration: none }
a.snlink:active { font-family:Arial; font-weight:normal; font-size: 11px; line-height:13px; color:#55535c; text-decoration: none }
a.snlink:hover { font-family:Arial; font-weight:normal; font-size: 11px; line-height:13px; color:#ffffff; text-decoration: none }








