/**
* CSS
* 
* @version 2.0
* @author Jong
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height:17px;
	font-family: Helvetica, Verdana, Arial sans-serif;
	background: #000000;
	color:#bababa;
	margin:0;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

/*

CAROERIG

Vollflächiger Hintergrund CSS

*/

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}


/*
CAROERIG: Linkfarben bestimmen START
*/

a{
	color:#bababa;
}
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; color: #e2007a;}

/*
CAROERIG: Linkfarben bestimmen ENDE
*/

a img { border: none; 
		outline: hidden;
		outline: none;
		}
		/* CAROERIG: NEUER DIV: Logo bereich!!!*/	

#logo {
	margin-left:13px;
	margin-top:25px;
	
}

#base{
	/* CAROERIG: Content Bereich (Texte, Bilder unterm menubalken) em*/	
	margin-top: 65px;
	margin-left: 25px;
	width:100%;
	min-height:4em;
}

#menu {
	margin-top: 125px;
	padding-left: 35px;			 /* NEU CAROERIG: menu nach rechts rücken */
    width: 100%;
	height:2.5em; /* CAROERIG: Höhe vom MENUBALKEN - Original war: 2.5em*/	
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
	
	/* CAROERIG: Farbe vom MENUBALKEN */	
	
	background-color: #151515;
	
	border-bottom:2px solid transparent;
	z-index:99;
}
#menu hr{display:none;}

/* der POSTNAV bereich*/
#menu p {
	display:inline;
	float:left;
	height:2.5em;
	
padding-left:0;padding-right:5em; /* CAROERIG padding right erhöht von 1 auf 5 wegen des menuverrutschens */
	line-height:2.5em; /* CAROERIG: Höhe vom MENUBALKEN - Original war: 2.5em*/	
	
/* CAROERIG: Farbe vom POSTNAVI-Text (c) copyrighthinweis */	
	
	color:#444444;
}
#menu ul {
	display:inline;
	float:left;
	list-style: none;
	height:2.5em; /* CAROERIG: Höhe vom MENUBALKEN - Original war: 2.5em*/	
	overflow:hidden;
	
	/* CAROERIG: Farbe vom MENUBALKEN - MENUPUNKT */
	
	background-color:#151515; /* der menubalken */
	color:#bababa;	          /* schrift aufm menubalken */
	padding:0;
	
	margin:0;
	text-align:center;
	border:0;
	border:none;
	border-color: #151515;
	border-right:2px solid transparent;

}
#menu ul:hover{
	/* CAROERIG: Farbe vom MENUPUNKT - über dem ausgewählten aber nicht aktiv */
	color:white;
	padding-bottom:3px;
	height:auto;
	//background-color:#bababa;

	border-top:0;
	//position:relative;top:2.5em;
}


/* CAROERIG: Farbe vom MENUBALKEN - MENUPUNKT - UNTERPUNKT - L I N K S */

#menu ul a{
	display:block;
	color:#bababa;
}
#menu a:visited{
}
#menu ul a:hover{

/* CAROERIG: Farbe vom MENUBALKEN - MENUPUNKT - UNTERPUNKT - H O V E R L I N K */
	
color: #e2007a; /* neonpink*/

/* CAROERIG: Farbe vom MENUBALKEN - MENUPUNKT - UNTERPUNKT - B A L K E N */

background-color:#151515;
text-decoration:none;

/* CAROERIG: Gestrichelte Linie beim click wegkriegen! */

outline: none;
}
#menu ul li{
	line-height:2.5em;
	display:inline;
	width:100%;
	overflow:hidden;
	padding:0!important;
}
#menu ul li a{
	padding:.3em;
	padding-left:1em;
	padding-right:1em;
}
#menu ul li.section-title {line-height:2.5em; min-width:6em;padding-left:.5em;padding-right:.5em;text-transform:capitalize;border-left:2px solid transparent;border-right:2px solid transparent; }
#menu ul li[class="section-title"]{
	display:block;}
#menu ul li.section-title:hover { cursor:pointer; background-color:#151515; color:#e2007a; }  /* 1.farbe: hinterlegter BALKEN - 2. farbe: schrift auf dem MENUPUNKT */

#content {
	margin-top:2.5em;
    width: 100%;
    top: 0;
}
#flashcontent{
	height: 550px;
}

hr{
	border:0;
	background-color:grey;
	height:1px;
}
#content p { width: 60%; margin-bottom: .1em; padding:1em; }

h1 { 
margin-left: 13px;
margin-top: 13px;
margin-bottom: 13px;
color: #666666;
font-size: 19px; 
letter-spacing: -1px;
}

h2 { 
margin-left: 13px;
margin-top: 5px;
margin-bottom: 5;
color: #666666;
font-size: 14px; 
font-style: normal;
}



#img-container	{ margin-top: 1em; padding: 1em; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
