/*hacks:
mozi: normal
ie7+ie6: html* ...
nur ie6: * html ...
chrome+safari3.1: body:nth-of-type(1) ...
alle ausser ie: <!--[if !IE]>-->css-code<!--<[endif]-->
*/

/*
Farben:

#000000; // (schwarz, Navi)
#666666; // (grau, Schrift)
#F32837; // (rot, Links)
*/
body
{
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

p, td, th, tr, li  {
	font-size: 12px;
	color: #000000;
}

.team {
	font-size: 11px;
	color: #000000;
}
	
}

a {
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
	color: #F32837;
}

/*damit keine gepunktete Linie erscheint, wenn man den Link klickt*/
a:active {
	outline:none;
}
a:focus {
	-moz-outline-style:none;
}

ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0.8em;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 12px;
	color: #000000;
	list-style-image: url(/art/bullet.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #000000;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	color: #666666;
}

.titelContent h1 {
	margin-bottom: 30px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

hr {
	background-color: #000000;
	color: #000000;
	border: #000000;
	height: 1px;
}

img {
	border: none;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58585a;
	border: 1px solid #dacfba;
	margin-bottom: 4px;
}

input[type=radio], input[type=checkbox] {
	border: none;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58585a;
	border: 1px solid #dacfba;
	margin-bottom: 4px;
}

.submit {
	border: 1px solid #dacfba;
	background-color: #FFFFFF;
	font-size: 11px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

#overDiv
{
	position: absolute; 
	visibility: hidden; 
	z-index:1000;
}

#seitenanfanglink {
	padding: 30px 0px 10px 0px;
}

.linkWeiterZurueck {
	float: left;
}

.linkWeiterZurueck ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

.linkWeiterZurueck li {
	float: left;
	width: 20px;
}

.linkWeiterZurueck li span {
	width: 20px;
}

.linkWeiterZurueck li a {
	float: left;
	width: 20px;
	height: 16px;
	padding:0px;
	text-decoration: none;
}

.linkWeiterZurueck li a span {
	float: left;
	display: block;
	width: 20px;
	height: 16px;
	padding:0px;
}

.linkWeiterZurueck span.vorherigerEintrag {
	background: transparent url(/art/previous_page.gif) no-repeat 0px 0px;
}

.linkWeiterZurueck span:hover {
	cursor: pointer;
}

.linkWeiterZurueck span.vorherigerEintrag:hover {
	background: transparent url(/art/previous_page_on.gif) no-repeat 0px 0px;
}

.linkWeiterZurueck span.naechsterEintrag {
	background: transparent url(/art/next_page.gif) no-repeat 0px 0px;
}

.linkWeiterZurueck span.naechsterEintrag:hover {
	background: transparent url(/art/next_page_on.gif) no-repeat 0px 0px;
}


.linkWeiterZurueck span.keinEintrag {
	background: transparent url(/art/no_page.gif) no-repeat 0px 0px;
}

p.linkZurueckZumParent {
	float: left;
	margin: 0px;
	padding-left: 5px;
}

p.linkZurueckZumParent img {
	border: none;
}
/*------------------------------------------------------------------------*/

/******************************
Layout
******************************/
#main {
	width: 1014px;
	padding-top: 70px;
	text-align: left;
}

#schatten_oben {
	width: 1014px;
	height: 17px;
}

#mitte {
	width: 970px;
	padding: 0px 17px 0px 27px;
	background: url(/art/hagenbuchag/bg_mitte.png) repeat-y;
}

#logo {
	float: left;
	width: 640px;
	height: 105px;
	padding: 30px 0px 0px 0px;
}

#shortcutlinks {
	float: left;
	width: 320px;
	height: 115px;
	padding: 20px 10px 0px 0px;
	text-align: right;
}

#navcontainer {
	float: left;
	width: 240px;
	height: 350px;
	padding-right: 20px;
}

#hauptinhalt {
	float: left;
	width: 360px;
	min-height: 365px;
	padding-right: 20px;
}

#inhalt {
	width: 360px;
	min-height: 295px;
	float: left;
}

.templateContent { float: left; width: 360px; }

#inhalt a{
 color:red;
}

#fusszeile {
	width: 360px;
	float:left;
	height: 55px;
	font-size: 11px;
}

#banner {
	float: left;
	width: 330px;
	height: 365px;
}

#schatten_unten {
	width: 1014px;
	height: 17px;
}
/*------------------------------------------------------------------------*/

/******************************
Layout drucken
******************************/

#drucken
{
	width: 580px;
}

@media print {
	.window_print {display:none;}
}

/*------------------------------------------------------------------------*/

/******************************
Layout printscreen
******************************/

#printscreen
{
	margin-top: 0px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/**************************************************************************************************************************************************************************
Standard-Module
***************************************************************************************************************************************************************************/

/******************************
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;
}

#navcontainer a {
	text-decoration: none;
}

#navcontainer ul li a {
	padding: 4px 0px 4px 6px;
	display: block;
	color: #666666;
	text-transform: uppercase;
}

#navcontainer ul a:hover {
	color: #F32837;
}

#navcontainer ul a.parentactive {
	color: #F32837;
	padding-bottom: 1px;
}

#navcontainer ul a:hover.parentactive {
	color: #666666;
}

#navcontainer ul a.nach_parentactive {
	padding-top: 7px;
}

#navcontainer ul a.active {
	color: #F32837;
}

#navcontainer ul a:hover.active {
	color: #666666;
}

#navcontainer ul a.active_no_kids {
	color: #F32837;
}

#navcontainer ul a:hover.active_no_kids {
	color: #666666;
}

/******************************
Stufe 2 
******************************/
#navcontainer ul ul li a {
	padding: 1px 0px 1px 6px;
	text-transform: none;
	color: #000000;
}
/*------------------------------------------------------------------------*/

/******************************
Shortcutnavigation
******************************/
#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 3px;
}

#shortcutlinks li.drucken 
{
	padding-right: 0px;
}

#shortcutlinks a.tools 
{
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #666666;
}

#shortcutlinks a:hover.tools 
{
	color: #F32837;
}
/*------------------------------------------------------------------------*/

/******************************
Fusszeile
******************************/
#fusszeile p {
	font-size: 11px;
	color: #666666;
}

#fusszeile a {
	font-size: 11px;
	color: #666666;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/**************************************************************************************************************************************************************************
Sonstige Module
***************************************************************************************************************************************************************************/

/******************************
Login 
******************************/
input.eingabeFeld {
	font-family: Arial, Verdana, 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;
}
/*------------------------------------------------------------------------*/

/******************************
Style fuer den FCK-Editor
******************************/
.kleineschrift
{
	font-size: smaller;
}

.grosseschrift
{
	font-size: larger;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/**************************************************************************************************************************************************************************
Standard-Templates
***************************************************************************************************************************************************************************/

/******************************
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;
	padding-top: 5px;
}


.tabs .tabinhalt .aktiv
{
	display: block;
	/*border: 1px solid #B7B7B7;*/
	border-top: 0px; /* wird mit den tabs gemacht. */
}

.tabs .tabinhalt .versteckt
{
	display: none;
}

/* Tabs-Inhalt Livingsense */
.tabs .tabinhalt .tabinhalt_kinder {
	padding: 5px 0px;
}

.tabs .tabinhalt .tabinhalt_bild {
	float: left;
	width: 100px;
	height: 100px;
	padding-bottom: 2px;
}

.tabs .tabinhalt .tabinhalt_bild img {
	border: none;
	width: 100px;
	height: 100px;
}

.tabs .tabinhalt .tabinhalt_inhalt {
	float: left;
	width: 565px;
	height: 83px;
	padding: 20px 0px 0px 10px;
	background-color: #CCCCCC;
}

.tabs .tabinhalt .tabinhalt_titel {
	font-weight: bold;
	padding-bottom: 15px;
}

/*------------------------------------------------------------------------*/

/******************************
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;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/




