/*
Hellgrau (body): #F5F5F5;
Dunkelgrau (text): #505050;
Rot (titel,links,navigation): #AC1131;
*/


*{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}

/*
==========================
*** BODY & TEXTFORMATE ***
==========================
*/


/* safari */
body:nth-of-type(1) {
	font-size: 57%;
}
body{  
	background-color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 62.5%;
	height: 100%;
}
p{
	font-size: 1.6em;
	line-height: 1.4em;
}
h1{
	font-size: 2.4em;
	line-height: normal;
}
h2{
	font-size: 1.2em;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 3em;
}
.red {
	color: #AC1131;
	}
	
/* links */
a {
	color: #505050;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}




/*
===========
*** SET ***
===========
*/

#set{
	position: relative;
	margin: auto;
	width: 800px;
	height: 580px;
	background-image: url(../images/bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 2em;
	z-index: 0;
	}
#foto{
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 150px;
	}
#logo{
	position: absolute;
	top: 186px;
	left: 0;
	width: 800px;
	height: 346px;
	z-index: 1;
}
#text{
	margin-top: 3em;
}
#lauftext{
	position: absolute;
	top: 186px;
	left: 302px;
	width: 498px;
	height: 1.2em;
	z-index: 2;
}
#lauftext p, #lauftext a, #lauftext a:hover{
	font-size: 1.2em;
	font-weight: bold;
	color: #AC1131;
	text-decoration: none;
}
#sponsoren{
	position: absolute;
	top: 476px; /*462px*/
	left: 0;
	width: 160px;
	height: 70px;
	z-index: 2;
}
#fliesstext{
	position: relative;
	margin: auto;
	width: 800px;
	height: auto;
	z-index: 0;
}
#fliesstext p{
	font-size: 1.2em;
}

	

/*
==================
*** NAVIGATION ***
==================
*/

#navi{	
	font-weight: bold;
	color: #AC1131;
	white-space: nowrap;
}
#naviright1{ 
	position: absolute;
	top: 413px; /*423px*/
	left: 0;
	margin-left: 485px;
	width: 374px;
	overflow: visible;
	z-index: 3;
}
#navileft1{ 
	position: absolute;
	top: 413px; /*423px*/
	left: 0;
	margin-left: 340px;
	width: auto;
	overflow: visible;
	z-index: 3;
}
#navi ul, #navi ul ul {
	list-style-type: none;
	margin-bottom: 0.4em;
}


#navi ul a {
	font-weight: bold;
	font-size: 1.6em;
	color: #AC1131;
	white-space: nowrap;
	text-decoration: none;
}
#navi ul a:hover{
	color: #505050;
}
#navi ul ul a{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #505050;
}
#navi ul ul a:hover{
	color: #AC1131;
}

#navi .navi1{
	position: absolute;
	top: 413px;
	left: 485px;
	margin-left: 182px;
	z-index: 4;
}
#navi .navi2{
	position: absolute;
	top: 413px;
	left: 485px;
	z-index: 3;
	margin-top: 24px;
	margin-left: 142px;
}
#navi .navi3{
	position: absolute;
	top: 413px;
	left: 485px;
	z-index: 2;
	margin-top: 48px;
	margin-left: 102px;
}
#navi .navi4{
	position: absolute;
	top: 413px;
	left: 485px;
	z-index: 1;
	margin-top: 72px;
	margin-left: 54px;
}
#navi .navi5{
	position: absolute;
	top: 413px;
	left: 340px;
	z-index: 4;
	margin-left: 205px;
}
#navi .navi6{
	position: absolute;
	top: 413px;
	left: 340px;
	z-index: 3;
	margin-top: 24px;
	margin-left: 155px;
}
#navi .navi7{
	position: absolute;
	top: 413px;
	left: 340px;
	z-index: 2;
	margin-top: 48px;
	margin-left: 95px;
}
#navi .navi8{
	position: absolute;
	top: 413px;
	left: 340px;
	z-index: 1;
	margin-top: 72px;
	margin-left: 10px;
}

#navi ul ul{
		background-color: #EEEEEE;
		border: 1px solid #CCCCCC;
		padding: 2px 4px 2px 4px;
		width: auto;
    display:none;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */

#navi ul ul.hover, #navi ul li.hover ul, #navi ul li:hover ul{
	position: absolute;
  display:block;
  z-index: 2;
}

#navi ul ul li{
    float:none;
    background-color: transparent;
}


/*
==================
*** RTE-STYLES ***
==================
*/

/* textformate */
.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}
.text-bold{
	font-weight: bold;
}
.text-italic{
	font-style: italic;
}

/* textgrössen */
.small{
	font-size: 1em;
}
.middle{
	font-size: 1.4em;
}
.big{
	font-size: 1.6em;
}

/* farbige Boxen */
.boxGrey, .boxGreyBrd{
	background-color: #E4E4E4;
	padding: 0.5em;	
}
.boxGreyBrd{
		border: 1px solid #CCCCCC;
}
.boxWhite{
	background-color: #F5F5F5;
	border: 1px solid #AC1131;
	padding: 0.5em;	
}
