/*hacks:
mozi: normal
ie7+ie6: html* ...
nur ie6: * html ...
*/

/*
Farben:

#333333; // (anthrazit) Schrift
#AA9F91; // (grau) Navi
#596F94; // (blau) Links, Titel
#665B4B; // (braun) Adresse
#9AA5B7; // (hellblau) Impressum
*/


body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}

p, td, th, tr, li  {
	font-size: 11px;
	color: #333333;
}

a {
	font-size: 11px;
	color: #596F94;
	text-decoration: none;
}

a:hover {
	color: #AA9F91;
}

ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0.8em;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 11px;
	color: #333333;
	list-style-image: url(/art/bullet.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #333333;
}

h1 {
	color: #596F94;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	color: #596F94;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #596F94;
}

hr {
	background-color: #333333;
	color: #333333;
	border: #333333;
	height: 1px;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	margin-bottom: 4px;
}

input[type=radio], input[type=checkbox] {
	border: none;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	background-color: #FFFFFF;
	border: 1px solid Gray;
	margin: 2px 0px;
}

.submit {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	font-size: 10px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

#overDiv
{
	position: absolute; 
	visibility: hidden; 
	z-index:1000;
}

#seitenanfanglink {
	padding: 30px 0px 10px 0px;
}
/*------------------------------------------------------------------------*/

/******************************
	layout
******************************/
#main {
	width: 995px;
	text-align: left;
}

#container {
	width: 995px;
	margin-top: 10px;
	border: 1px solid #596F94;
}

#oben {
	width: 975px;
	height: 80px;
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #596F94;
}

#logo {
	float: left;
	width: 750px;
	height: 80px;
	overflow: hidden;
}

#logo img {
	border: none;
}

#shortcutlinks {
	float: left;
	width: 205px;
	height: 20px;
	padding: 70px 10px 0px 10px;
}

#mitte {
	width: 975px;
	height: 200px;
	padding: 10px;
	border-bottom: 1px solid #596F94;
}

#banner {
	float: left;
	width: 500px;
	height: 200px;
	padding-left: 250px;
	background-color: #596F94;
}

#adresse {
	float: left;
	width: 205px;
	height: 170px;
	padding: 10px 10px 20px 10px;
	background-color: #C3B6A6;
	color: #665B4B;
}

#adresse p {
	color: #665B4B;
	margin-top: 0px;
}

#adresse a:hover {
	color: #596F94;
	text-decoration: underline;
}

#unten {
	width: 975px;
	min-height: 400px;
	padding: 20px 10px;
	background: #FFFFFF url(/art/shotgunner/bg.gif) repeat-y;
}

* html #unten {
	height: 400px;
}

#navcontainer {
	float: left;
	width: 240px;
	padding-right: 10px;
}

#inhalt {
	float: left;
	width: 705px;
	padding: 0px 10px;
}

#impressum {
	width: 726px;
	padding: 10px 0px 20px 271px;
	color: #9AA5B7;
}

#impressum p, #impressum a {
	color: #9AA5B7;
}

#impressum a:hover {
	color: #596F94;
}

/*------------------------------------------------------------------------*/

/******************************
	layout home
******************************/
#home_main {
	text-align: center;
	padding-top: 200px;
}

/*------------------------------------------------------------------------*/

/******************************
	layout drucken
******************************/

#drucken
{
	width: 580px;
}

/*------------------------------------------------------------------------*/

/******************************
	navigation 
******************************/

/******************************
	stufe 1 
******************************/
#navcontainer ul {
	list-style-type: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer a, #navcontainer a:hover
{
	font-size: 12px;
	font-weight: bold;
}

#navcontainer ul li a {
	padding: 3px 0px;
	display: block;
	color: #AA9F91;
}

#navcontainer ul a:hover {
	color: #596F94;
}

#navcontainer ul a.parentactive {
	color: #596F94;
}

#navcontainer ul a:hover.parentactive {
	color: #AA9F91;
}

#navcontainer ul a.active {
	color: #596F94;
}

#navcontainer ul a:hover.active {
	color: #AA9F91;
}

#navcontainer ul a.active_no_kids {
	color: #596F94;
}

#navcontainer ul a:hover.active_no_kids {
	color: #AA9F91;
}

/******************************
	stufe 2 
******************************/
#navcontainer ul ul li a {
	padding-left: 10px;
}

#navcontainer ul ul a, #navcontainer ul ul a:hover {
	font-size: 11px;
	font-weight: normal;
}
/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/
#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 3px 0px 7px;
	border-left: 1px solid #596F94;
}

#shortcutlinks li.first
{
	border-left: none;
	padding-left: 0px;
}

#shortcutlinks a.tools 
{
	font-size: 11px;
	color: #596F94;
}

#shortcutlinks a:hover.tools 
{
	color: #AA9F91;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Download 
******************************/
#download {
	padding: 10px 0px;
}

#download th, #download td {
	border-bottom: 1px solid #333333;
}

/*------------------------------------------------------------------------*/

/******************************
Template: Suche
******************************/
#erweiterte_suche
{
	padding-top: 1em;
}

#erweiterte_suche fieldset
{
	border: 1px solid #CCCCCC;
}
/*------------------------------------------------------------------------*/

/******************************
	Templates: produktbeschrieb 120
******************************/
img.produktdetails120Bild
{
	border: 0px;
	width: 120px;
	margin: 0px 10px 5px 0px;
	float: left;
}

.produktdetails120Einleitung, .produktdetails120Einleitung p
{
	font-weight: bold;
}

.produktdetails120Hauptinhalt
{
	margin: 0px 0px 10px 0px;
}

.produktdetails120Hauptinhalt p
{
	margin: 0px 0px 10px 0px;
}

.produktKind120
{
	clear: both;
	margin: 4px 0px;
}

img.produktKind120Bild
{
	border: 0px;
	width: 120px;
	margin: 0px 10px 5px 0px;
	float: left;
}

.produktKind120BildPlatzhalter
{
	width: 120px;
	height: 70px;
	margin: 0px 10px 5px 0px;
	float: left;
	background-color: pink;
}

.produktKind120BildPlatzhalter a
{
	display: block;
	width: 120px;
	height: 80px;
	text-decoration: none;
}

.produktKind120Text
{
	padding-bottom: 12px;
}

#hauptinhalt .produktKind120Text
{
	width: 430px;
	float: left;
}

#hauptinhalt_gross .produktKind120Text
{
	width: 619px;
	float: left;
}

.produktKind120 h3 a, .produktKind120 h3 a:hover
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.produktKind120 h3
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #596F94;
}

.produktKind120Einleitung
{
}

.produktKind120Einleitung p
{
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	Template: Tabs
******************************/

/* Div rund um die Tabs (Nav und Inhalte) */
.tabs
{
}

/* Tab-Nav */
.tabs .tabNavi
{
	float: left;
	width: 100%;
	background: #FFFFFF url(/art/tabs/hintergrund.gif) repeat-x bottom;
	line-height: normal;
}
.tabs .tabNavi ul
{
	margin: 0px;
	padding: 10px 10px 0;
	list-style: none;
}

.tabs .tabNavi ul li
{
	float: left;
	margin: 0px 4px;
	background: url(/art/tabs/passiv_rechts.gif) no-repeat right top;
}

.tabs .tabNavi ul li a
{
	display: block;
	background: url(/art/tabs/passiv_links.gif) no-repeat left top;
    padding: 5px 15px 4px;
}

.tabs .tabNavi ul li a:hover
{
}

.tabs .tabNavi ul li.aktiv
{
	background-image: url(/art/tabs/aktiv_rechts.gif);
}

.tabs .tabNavi ul li.aktiv a
{
	background-image: url(/art/tabs/aktiv_links.gif);
	padding-bottom: 5px;
}

.tabs .tabNavi ul li.aktiv a:hover
{
}

/* Tabs-Inhalt */
.tabs .tabinhalt
{
	clear: left;
	width: 100%;
	padding-bottom: 5px;
}

.tabs .tabinhalt div
{
	padding: 2px;
}

.tabs .tabinhalt .aktiv
{
	display: block;
	/*border: 1px solid #B7B7B7;*/
	border-top: 0px; /* wird mit den tabs gemacht. */
}

.tabs .tabinhalt .versteckt
{
	display: none;
}

/*------------------------------------------------------------------------*/

/******************************
	Template: listeKindinhalte_newsDetails
******************************/
.listeKindinhalte_newsDetails a {
	font-weight: bold;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: Gästebuch
******************************/

/* Formular */

.gaestebuchform
{
	
	text-align: center;
	width: 100%;
}

.gaestebuchform p {
	float: left;
	min-width: 150px;
	text-align: left;
}

* html .gaestebuchform p {
	width: 150px;
}

.gaestebuchform table {
	clear: both;
	margin-left: 148px;
	padding: 0px;
}

.gaestebuchform .formular
{
	display: none;
}
.gaestebuchform .formularshow
{
	display: block;
}

.gaestebuchform input, .gaestebuchform textarea
{
	width: 300px;
	border: 1px solid grey;
}

.gaestebuchform label
{
	padding-right: 5px;
}

.gaestebuchform .label_absender
{
	
}

.gaestebuchform .label_nachricht
{
	
}

.gaestebuchform .form_absender {
	margin-right: 200px;
}

.gaestebuchform .form_senden
{
	width: 100px;
	margin: 0px 150px;
}

.gaestebuchform textarea
{
	margin-right: 200px;
}

.gaestebuchformlink
{
	
	width: 100%;
	text-align: right;
	padding-bottom: 30px;
}

/* Inhalt Gästebuch */

.gaestebuch
{
	clear: both;
	width: 100%;
}

.gaestebucheintrag
{
	width: 100%;
}

.gaestebuch_absender
{
	float: left;
	width: 395px;
	font-weight: bold;
}

.gaestebuch_datum
{
	float: right;
	width: 80px;
	text-align: right;
	font-weight: bold;
}

.gaestebuch_nachricht
{
	width: 100%;
	border-top: 1px dotted #ABABAB;
	border-bottom: 1px dotted #ABABAB;
	padding-top: 10px;
	padding-bottom: 30px;
	clear: both;
	
}

/* Blättern */

.gaestebuch_blaettern
{
	
}

.gaestebuch_blaettern li
{
	list-style-type: none;
	list-style-image: none;
	padding: 0px 5px;
	float: left;
}

.gaestebuch_blaettern li.first a
{
	border-right: none;
	
}

.gaestebuch_blaettern li.last
{
	/*border-left: 1px solid black;*/
	
}

.gaestebuch_blaettern li a
{
	border-right: 1px solid black;
	padding-left: 2px;
	padding-right: 8px; 
}

.gaestebuch_blaettern li a.aktiv
{
	color: #AA9F91;
}

/*------------------------------------------------------------------------*/

/******************************
	Login 
******************************/
input.eingabeFeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

input.submit {
	font-size: 10px;
	background-color: #F6F6F7;
	border: 1px solid #999999;
	margin: 2px 0px;
}
/*------------------------------------------------------------------------*/

/******************************
	Hinweis Versionen-Management
******************************/
#hinweisVmgmtVorschau
{
	margin: 20px;
	padding: 5px;
	border: 1px solid black;
	background: #D9E9EF;
}
#hinweisVmgmtVorschau.versteckt
{
	display: none;
}
#hinweisVmgmtVorschau img.icon_help
{
	border: 0px;
}
#hinweisVmgmtVorschau img.icon_schliessen
{
	border: 0px;
	float: right;
}

/*------------------------------------------------------------------------*/

/******************************
	RSS
******************************/
.rsslink img
{
	border: 0px;
}
.rsslink img.rsslogo
{
	padding: 0px 6px 0px 3px;
}
/*------------------------------------------------------------------------*/

/*
Style fuer den FCK-Editor
*/
.kleineschrift
{
	font-size: smaller;
}

.grosseschrift
{
	font-size: larger;
}


/*------------------------------------------------------------------------*/
