/* ######################################################################################################
** # T3Basis von Jan-Claas Dirks ########################################################################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 20.01.07  
**  Datei       : t3basis.css
**  Funktion    : Farben, Grafiken und Abstände des Gesamtlayouts
**
**	Eigenschaften hinter der Markierung "T3Basis" sollten nicht bearbeitet werden
*/


@media all
{

/* ######################################################################################################
** ### Seitenlayout #####################################################################################
** ######################################################################################################
*/

body {
	/* Hintergrund der Seite */
	background: #f0f0f0;

	/* T3Basis ****************************************/	
	/* :hover für alle Elemente im IE6 */
	behavior: url(csshover.htc); 
	
	/* Jello Mold: min- und max-Breite. Siehe http://www.positioniseverything.net/articles/jello.html */
	padding: 0 350px 0 350px;
	margin: 0;
	text-align: left;
}

#page_margins {
	/* T3Basis ****************************************/	
	/* Jello Mold */
	margin: 0 auto 0 auto;
	padding: 0;
	width: 48%;
	max-width: 282px;
}

#page{ 
	/* T3Basis ****************************************/	
	/* Jello Mold */
	margin: 0 -350px 0 -350px;
	min-width: 700px; /* Critical Safari fix! */
	position: relative;
}

#wrapper { 
	/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
	
	/* Innerer Hintergrund. Wird i.d.R. überdeckt */
	background: #f0f0f0; 
	/* T3Basis ****************************************/	
	/* Jello Mold */
	width: 100%;
}

/* Formatierung der Kopfbereiches */

#header { 
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	padding: 0px; 
	/* T3Basis ****************************************/	
	position:relative;
	height: 141px; 
}

/* ######################################################################################################
** ### Spalten ##########################################################################################
** ######################################################################################################
*/

/* col1, col1_content und #main: zumeist linke Spalte */

#col1 { 
	background: transparent;
}	
#col1_content {
	margin-left: 0px; 
	margin-right: 0px; 
	background: transparent;
}
/* durchgehende Hintergrundgrafik links */
#main { 
	background-image: url(img/coll.gif);

	/* T3Basis ****************************************/	
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: 0% 0%;
}

#main-extra {
	background: transparent url(img/coll_end.gif) no-repeat left bottom;
	}

#main-extra2 {
	background: transparent url(img/coll_end.gif) no-repeat right bottom;
	}

/* col2, col2_content und #main-inner: zumeist rechte Spalte */

#col2 { 
	background: transparent;
}
#col2_content {
	margin-left: 0px; 
	margin-right: 0px; 
	background: transparent;
}

/* durchgehende Hintergrundgrafik links */
#main-inner {
	background-image: url(img/coll.gif);

	/* T3Basis ****************************************/	
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: 100% 0%;
}

/* col3 und col3_content: zumeist linke Spalte */

#col3
{
	background: transparent; 
	border-left: 0px dotted #ddd; border-right: 0px dotted #ddd;
}
#col3_content { 
	margin-left: 10px; 
	margin-right: 10px; 
	background: transparent; 
}

#rootline { 
	padding: 10px 0;
}

#centercontent { 
	background: transparent;
}

/* Formatierung der Fußzeile */
#footer { 
	padding: 10px; 
	background-image: url(img/footer.gif);
	margin-top: 10px;
}

/* ######################################################################################################
** ### Menüs ############################################################################################
** ######################################################################################################
*/

.horizontal-menu {
	float:left;         /* Einfassen der Floats in allen anderen Browsern */
	display: left; /* war nicht im standard-menu */
	line-height: 0px;
}
.horizontal-menu ul {
	display: inline; 
	float: left; 
	list-style: none; 
}
.horizontal-menu ul li {
	display: inline; 
	float: left; 
}
.horizontal-menu ul li a ,
.horizontal-menu ul li strong {
	display: block;
	width: auto; 
}

.vertical-menu ul {
	margin: 0px; 
	padding: 0px;
	position: relative; /* IE bug - avoids clear backgrounds on load */
	list-style: none;
}
.vertical-menu ul li {
	margin: 0px; 
	padding: 0px;
	display: block; 
}
.vertical-menu ul li a,
.vertical-menu ul li.cur strong {
	width: 90%;
	display: block; 
}
/* zweite Menüebene */
.vertical-menu ul ul { margin: 0; padding: 0; }
.vertical-menu ul ul li a  { width: 80%; padding-left: 20% !important; }
.vertical-menu ul ul li.cur strong { width: 80%; padding-left: 20% !important; }
/* dritte Menüebene */
.vertical-menu ul ul ul { margin: 0; padding: 0; }
.vertical-menu ul ul ul li a { width: 70%; padding-left: 30% !important; }
.vertical-menu ul ul ul li.cur strong { width: 70%; padding-left: 30% !important; }

.vertical-menu dfn, .horizontal-menu dfn { 
	position: absolute; 
	width: 0px; 
	height: 0px; 
	bottom: 3000px; 
	font-size: 0px; 
	line-height: 0px; 
	_display: none; 
}

/* Ecke rechts */

#ecky {
position: absolute;
top:0;
right:0;
}

#collhead {
	background-image: url(img/coll_head.gif);
	height: 23px;
	width: 217px;
}

.ro {
background:url(img/ro.gif) top right no-repeat;
margin:0;
padding:0;
}

.lo {
background:url(img/lo.gif) top left no-repeat;
margin:0;
padding:0;
}
 
.ru {
background:url(img/ru.gif) bottom right no-repeat;
margin:0;
padding:0;
}
 
.lu {
background:url(img/lu.gif) bottom left no-repeat;
margin:0;
padding:0;
}

#ansch {
padding-left:10px;
font-size: 1.2em;
}

#topmenu {
padding-top: 10px;
padding-bottom: 10px;
margin-left: 10px;
}

.topmenu-print {
color: #000000;
font-size: 1.2em;
background-image: url(img/print.gif);
padding-left: 20px;
background-repeat:no-repeat;
background-position:left;
}

.topmenu-sitemap {
color: #000000;
font-size: 1.2em;
background-image: url(img/site.gif);
padding-left: 20px;
background-repeat:no-repeat;
background-position:left;
}

.topmenu-kontakt {
color: #000000;
font-size: 1.2em;
background-image: url(img/kontakt.gif);
padding-left: 20px;
background-repeat:no-repeat;
background-position:left;
}

.topmenu-impressum {
color: #000000;
font-size: 1.2em;
background-image: url(img/imp.gif);
padding-left: 20px;
background-repeat:no-repeat;
background-position:left;
}
}