﻿/* 0 BASIC TAGS */

table 
{
	font-size: 1em;
}

h1, h2, h3, h4, h5
{
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p 
{
	line-height: 1.4em;
}

hr 
{
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a 
{
	text-decoration: none;
	font-size: 11px;
	color: #663333;
}

a:visited 
{
	color: #663333;
}

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

a:active 
{
	color: #663333;
}

body 
{
	background-color: #ffffff;
	margin: 0;
	padding: 5px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}

img 
{
	border-width: 0;
}

/* 1 HEADER */

.header 
{
/*	background-image: url(../images/header_smi.png);	*/
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
/*
.logo
{
	position:absolute;
	z-index:2;
	top:25px;
	left:30px;
	width:150px;
	height:100px;
}
*/
h1                       /*Ueberschrift im Header, ungenutzt*/
{
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2                      /*Ueberschrift im Header, ungenutzt*/
{
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.menua                  /*Hauptmenue im Header*/
{
	position: absolute;
	left: 280px;
	top: 88px;
	text-transform: uppercase;
	font-size: 11px;
	word-spacing: 16px;
}

.flag_menu				/*Flaggen- Sprachauswahl Menue*/
{
	position: absolute;
	right: 37px;
	top: 88px;
}


.nav                   /*Breadcrumb Navigation,ungenutzt*/
{
	position: absolute;
	right: 37px;
	top: 107px;
	text-transform: uppercase;
	font-size: 11px;
}

.treeview              /*Sidebarnavigation*/
{
	font-size: 11px;
	line-height : 15px;
}

.root             /*Sidebarnavigation oberster Knoten*/
{
	text-transform: uppercase;
	font-size:13px;
	display: block;
	width: 212px;
	padding: 8px;
	background-color: #FFFFFF;
	margin: 1px;
}

.level1			/*Sidebarnavigation Ebene 1 Knoten*/
{
	text-transform: none;
	font-size:11px;
	display: block;
	width: 204px;
	padding:4px 8px 4px 16px;
	background-color: #CCCCCC;
	font-weight: bold;
	margin: 1px;
}

.level2			/*Sidebarnavigation Ebene 1 Knoten*/
{
	text-transform: none;
	font-size:11px;
	display: block;
	width: 196px;
	padding:3px 8px 3px 24px;
	background-color: #CCCCCC;
	margin: 1px;
}

.level3			/*Sidebarnavigation Ebene 1 Knoten*/
{
	text-transform: none;
	font-size:11px;
	display: block;
	width: 188px;
	padding:2px 8px 2px 32px;
	background-color: #CCCCCC;
	margin: 1px;
}

.level1:hover, .level2:hover, .level3:hover
{
	background-color:#FFCC00;
	/*display: block;
	width: 204px;
	padding:4px 8px 4px 16px;*/
}

.level1:active, level2:active, level3:active
{
	background-color:#FFCC00;
}


.menustatischa         /*Statisches Untermenue im Header*/
{
	position: absolute;
	right: 37px;
	top: 130px;
	text-transform: uppercase;
	font-size: 11px;
	word-spacing: 16px;
}

.menua a:visited, .nav a:visited, .treeview a:visited, .menuestatischa a:visited, .menuestatischb a:visited 
{
	color: #663333;
}

/* 1.1 Spacer zwischen Header und Content */

.shim 
{
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column 
{
	background-image: url(../images/content-shim_smi.gif);  /*8px Uebergang*/
}

/* 2 Content */

.page 
{
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
}
h4 
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
}
h5
{
	margin-top: 1.0em;
	margin-bottom:1.12em;
	font-size: 1.1em;
}

#home 
{
	background-image: url(../images/body-repeat_smi.gif);     /*1px Hintergrundgrafik*/
	position: relative;
    width: 740px;
	height: auto;
    padding: 0px 10px;
	padding-top: 1px; /* Mozilla Bug */
	padding-bottom: 40px; /* Mozilla Bug */
}

#sidebar
{
	float: left;
	width: 214px;
	padding-top : 1px;
	height : auto;
}

#content 
{
	margin-left: 256px;
	min-height : 500px;
}


/* 3 FOOTER */

.footerbg 
{
	width: auto;
	height: 20px;
	text-align: center;
}
.footer 
{
	background-image: url(../images/footer_smi.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 50px;
	text-align: center;
	font-size: 10px;
}





.menustatischb                  /*Statisches Menue im Footer*/
{
	text-transform: uppercase;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	word-spacing: 16px;
}

