/*hacks:
mozi: normal
ie7+ie6: html* ...
nur ie6: * html ...
*/

/*
Farben:

#333333; // (black) Schrift
#666666; // (grau) Navi, Shortcuts, etc.
#cc6600; // (braun) Links, Überschriften
#FFFFFF; // (weiss) Fusszeile
*/


body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}

p, td, th, tr, li  {
	font-size: 12px;
	color: #333333;
}

a {
	font-size: 12px;
	color: #333333;
}

a:hover {
	color: #cc6600;
}

ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0.8em;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 12px;
	color: #333333;
	list-style-image: url(/art/grillhuetten/liste.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #333333;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #cc6600;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	color: #cc6600;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #cc6600;
}

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;
}

div {
	overflow: hidden;
}
/*------------------------------------------------------------------------*/

/******************************
	layout
******************************/
#main {
	width: 980px;
	text-align: left;
}

#shortcutlinks {
	width: 295px;
	height: 20px;
	padding: 15px 10px 0px 675px;
	background: transparent url(/art/grillhuetten/bg_kopf.gif) no-repeat;
}

#rand_container {
	width: 980px;
	background: transparent url(/art/grillhuetten/bg_inhalt.gif) repeat-y;
}

#rand_links {
	float: left;
	width: 10px;
	height: 650px;
	background: transparent url(/art/grillhuetten/rand_links.gif) no-repeat;
}

#inhalt_container {
	float: left;
	width: 960px;
}

#logo {
	float: left;
	width: 210px;
	height: 210px;
}

#menuebilder {
	float: left;
	width: 750px;
	height: 210px;
}

#menuebilder img {
	margin-left: 10px;
}

#kruemelnavigation {
	width: 220px;
	height: 20px;
	padding: 10px 20px 0px 740px;
}

#navcontainer {
	float: left;
	width: 195px;
	padding: 0px 10px 10px 15px;
}

#inhalt {
	float: left;
	width: 500px;
	padding: 0px 10px 10px 0px;
}

#titel h1 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
}

#spalte_rechts {
	float: left;
	width: 220px;
	padding: 0px 10px 10px 0px;
}

#rand_rechts {
	float: left;
	width: 10px;
	height: 650px;
	background: transparent url(/art/grillhuetten/rand_rechts.gif) no-repeat;
}

#rand_unten {
	width: 980px;
	height: 20px;
	background: transparent url(/art/grillhuetten/bg_fuss.gif) no-repeat;
}

#fusszeile {
	width: 730px;
	padding: 0px 20px 20px 230px;
	font-size: 11px;
	color: #FFFFFF;
}

#fusszeile p {
	color: #FFFFFF;
	font-size: 11px;
}

#fusszeile a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#fusszeile a:hover {
	text-decoration: underline;
}

#impressum {
	width: 730px;
	padding: 0px 20px 20px 230px;
	font-size: 10px;
	color: #999999;
}

#impressum p {
	font-size: 10px;
	color: #999999;
}

#impressum a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#impressum a:hover {
	color: #cc6600;
}

/*------------------------------------------------------------------------*/

/******************************
	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
{
	text-decoration: none;
}

#navcontainer ul a, #navcontainer ul a:hover
{
	font-size: 12px;
}

#navcontainer ul li a {
	padding: 3px 0px;
	display: block;
	color: #333333;
}

#navcontainer ul a:hover {
	color: #cc6600;
}

#navcontainer ul a.parentactive {
	color: #cc6600;
}

#navcontainer ul a:hover.parentactive {
	color: #333333;
}

#navcontainer ul a.active {
	color: #cc6600;
	padding-bottom: 0px;
}

#navcontainer ul a:hover.active {
	color: #333333;
}

#navcontainer ul a.active_no_kids {
	color: #cc6600;
}

#navcontainer ul a:hover.active_no_kids {
	color: #333333;
}

/******************************
	stufe 2 
******************************/
#navcontainer ul ul a, #navcontainer ul ul a:hover
{
	font-size: 11px;
}

#navcontainer ul ul li a {
	color: #666666;
	padding: 0px 0px 0px 10px;
}

/******************************
	stufe 3 
******************************/
#navcontainer ul ul ul {
	margin-left: 10px;
}

#navcontainer ul ul ul a, #navcontainer ul ul ul a:hover
{
	font-weight: normal;
}

#navcontainer ul ul ul li a {
	padding: 0px 0px 0px 10px;
	background: transparent url(/art/grillhuetten/liste_grau.gif) no-repeat;
}

#navcontainer ul ul ul a:hover {
	background: transparent url(/art/grillhuetten/liste_braun.gif) no-repeat;
}

#navcontainer ul ul ul a.parentactive {
	background: transparent url(/art/grillhuetten/liste_braun.gif) no-repeat;
}

#navcontainer ul ul ul a:hover.parentactive {
	background: transparent url(/art/grillhuetten/liste_grau.gif) no-repeat;
}

#navcontainer ul ul ul a.active {
	background: transparent url(/art/grillhuetten/liste_braun.gif) no-repeat;
}

#navcontainer ul ul ul a:hover.active {
	background: transparent url(/art/grillhuetten/liste_grau.gif) no-repeat;
}

#navcontainer ul ul ul a.active_no_kids {
	background: transparent url(/art/grillhuetten/liste_braun.gif) no-repeat;
}

#navcontainer ul ul ul a:hover.active_no_kids {
	background: transparent url(/art/grillhuetten/liste_grau.gif) no-repeat;
}

/******************************
	stufe 4 
******************************/
#navcontainer ul ul ul ul {
	margin-left: 20px;
}

/*------------------------------------------------------------------------*/


/******************************
	kruemel-navigation 
******************************/
#kruemelnavigation span
{
	color: #666666;
}

#kruemelnavigation a
{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#kruemelnavigation a:hover
{
	color: #cc6600;
}
/*------------------------------------------------------------------------*/

/******************************
	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 6px;
	border-left: 1px solid #666666;
}

#shortcutlinks li.first
{
	border-left: none;
	padding-left: 0px;
}

#shortcutlinks a.tools 
{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#shortcutlinks a:hover.tools 
{
	color: #cc6600;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Download 
******************************/
.download
{
	padding: 10px 0px;
}

/* tabelle */
.download table.download-table
{
	width: 100%;
	border-collapse: collapse;
}

.download tr
{
	margin: 0px;
	padding: 1px;
}

.download tr.zebra
{
	background-color: #BBBBBB;
}
.download tr.zebra0
{
	background-color: #DDDDDD;
}
.download tr.zebra1
{
	background-color: #CCCCCC;
}

.download th, .download td
{
	margin: 0px;
	padding: 1px;
}

.download th
{
	/*border-bottom: 1px solid #999999;*/
}
.download th.dateLastModified
{
	width: 14em;
}
.download th.name
{
}
.download th.extension
{
	width: 5em;
	text-align: center;
}
.download th.name_datum
{
	width: 10em;
}
.download th.size
{
	width: 6em;
	text-align: right;
}
.download th.delete
{
	text-align: center;
}

.download td
{
	/*border-bottom: 1px solid #999999;*/
}
.download td.dateLastModified
{
	width: 14em;
}
.download td.name
{
}
.download td.extension
{
	width: 5em;
	text-align: center;
}
.download td.name_datum
{
	width: 10em;
}
.download td.size
{
	width: 6em;
	text-align: right;
}
.download td.delete
{
	text-align: center;
}
.download td.delete img
{
	border: 0px;
}

/* formatierung fuer upload-formular */
.download .upload
{
	padding-top: 0.5em;
}
.download .upload-message
{
	padding: 0.5em;
	border: 1px solid #BBBBBB;
}
.download .upload-message-success-true
{
	background-color: PaleGreen;
}
.download .upload-message-success-false
{
	background-color: LightSalmon;
}
.download .upload img
{
	float: left;
	padding-right: 0.2em;
}
.download .upload form.hidden
{
	display: none;
}

/* zebrastreifen (bei angezeigten Unterorndern) */
.download .aufklapp div.zebra0
{
	background-color: #F1F1F1;
}
.download .aufklapp div.zebra1
{
	background-color: #E9E9E9;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Formular
******************************/
/*
fuer html-formatiertes antwort-mail: Form-Felder, die bearbeitet wurden, werden mit dieser klasse versehen
*/
.formular-eingabe
{
	background-color: #E5F3F8;
	border-color: #0089BD;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Suche
******************************/
#erweiterte_suche
{
	padding-top: 1em;
}

#erweiterte_suche fieldset
{
	border: 1px solid #CCCCCC;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: Tabs
******************************/

/* Div rund um die Tabs (Nav und Inhalte) */
.tabs
{
}

/* Tab-Nav */
.tabs .tabNavi
{
	float: left;
	width: 100%;
	background: #FFFFFF url(/art/grillhuetten/tabs/hintergrund.gif) repeat-x bottom;
	line-height: normal;
}
.tabs .tabNavi ul
{
	margin: 0px;
	padding: 10px 10px 0;
	list-style: none;
}
.tabs .tabNavi ul a
{
	text-decoration: none;
}

.tabs .tabNavi ul li
{
	float: left;
	margin: 0px 1px;
	background: url(/art/grillhuetten/tabs/passiv_rechts.gif) no-repeat right top;
}

.tabs .tabNavi ul li a
{
	display: block;
	background: url(/art/grillhuetten/tabs/passiv_links.gif) no-repeat left top;
    padding: 3px 5px 1px;
}

.tabs .tabNavi ul li a:hover
{
	color: #666666;
}

.tabs .tabNavi ul li.aktiv
{
	background-image: url(/art/grillhuetten/tabs/aktiv_rechts.gif);
}

.tabs .tabNavi ul li.aktiv a
{
	background-image: url(/art/grillhuetten/tabs/aktiv_links.gif);
	padding-bottom: 2px;
	color: #FFFFFF;
}

.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;
}

/*------------------------------------------------------------------------*/

/******************************
	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;
}


/*------------------------------------------------------------------------*/


@media print {
.window_print {display:none;}
}
