/* 
    Document   : main
    Created on : 28.02.2012
    Author     : JAWAKA.net
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
* {
	margin: 0;
	padding: 0;
}

root { 
    display: block;
}

body {
	background-image: url(../images/bg-solo.jpg);
	background-color: #f6c6d9;	
	background-attachment: fixed;
}

a:link { text-decoration:none; color: #542a04;}

a:visited { text-decoration:none; color: #542a04; }

a:hover { text-decoration:none; color: #08521a;}

a:active { text-decoration:none; color: #542a04;}

#content-start {
	padding-left: 0px;
	padding-top: 20px;
	z-index: 2;
}

#content-oben {
	padding-left: 0px;
	padding-top: 20px;
	z-index: 2;
	width: 1047px;
	height: 2px;
}

#content-mitte {
	background-image: url(../images/bg-content-mitte-solo.jpg);
	padding-left: 0px;
	padding-top: 0px;
	z-index: 2;
	width: 1047px;
	min-height: 500px;
}

#content-unten {
	padding-left: 0px;
	padding-top: 0px;
	z-index: 2;
	width: 1047px;
	height: 2px;
}


/* 
----------------------SCHRIFTEN -------------------------------
*/

.menu {
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	color: #542a04;
	font-weight: bold;
} 
.menu-kl {
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 7pt;
	color: #542a04;
	font-weight: bold;
}

.menu-02 {
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	color: #542a04;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.menu-kennung {
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #043050;
	font-weight: bold;
} 

.ueberschrift-02-solo-xl {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 22pt;
	color: #542a04;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.1em;
}

.ueberschrift-06-tingel {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #542a04;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.1em;
}

.ueberschrift-06-tingel-light {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #542a04;
	line-height: 24px;
	letter-spacing: 0.1em;
}

.content-text-06-tingel {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #542a04;
	line-height: 24px;
	letter-spacing: 0.1em;
}

.content-text-06-tingel li {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #542a04;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-align:left;
	margin-left: 20px;
}

.content-text-06-tingel-kl {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #542a04;
	line-height: 20px;
	letter-spacing: 0.1em;
}

.ueberschrift-06-tingel a:link,
.ueberschrift-06-tingel a:visited,
.ueberschrift-06-tingel a:hover,
.ueberschrift-06-tingel a:active
{
	text-decoration: none;
   color: #b6101e;
}


div.start {
    margin: auto;
}
