/*	allgemein   -------------------------------------------------------------------------------*/

body {
	padding:0px;
	margin:0px;
	background-color:#000;
	color:#111;
	overflow-y:scroll;
	font-family: Century Gothic, Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:22px;
}

input, textarea {
	font-size:12px;
}
img {
	border:none;
}

ul {
	padding:0 0 0 20px;
}
a {
	outline:none;
	text-decoration:none;
	color:#222;
}
a:link, 
a:visited {
	color:#cda837;
	border-bottom:1px dashed #cda837;
} 
a:hover, 
a:active,
a.standpunkt {
	color:#fff;
	border-bottom:1px dashed #cda837;
}

h1 {
	font-size:20px;
	letter-spacing:4px;
	color:#cda837;
	font-weight:bold;
	text-transform:uppercase;
}
h2 {
	font-size:17px;
	letter-spacing:8px;
	color:#cda837;
	font-weight:normal;
	text-transform:uppercase;
}
h3 {
	font-size:12px;
}
#partner img{
	padding-bottom:10px;
	border-bottom:1px dotted #333;
}
#partner h1{
	text-align:left;
	padding-left:50px;
}
.titel {
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
	}
.klein {
	font-size:10px;
	}
.fehler {
	color:#f00;
	}
	
.hidden {
    display: none;
}
.zeile {
	float:left;
	width:900px;
	clear:both;
	}
.spalte_1 {
	float:left;
	width:150px;
}
.spalte_2 {
	padding-left:10px;
	float:left;
	width:720px;
}



/*	vorhang   -------------------------------------------------------------------------------*/
#vorhang_links {
	/* Damit durch ein transparentes Bild geklickt werden kann */
	pointer-events:none;
	/* Damit durch ein transparentes Bild geklickt werden kann */
	background: url(../img/vorhang_links.png) no-repeat;
	position:absolute;
	left:-130px;
	display:block;
	height:1080px;
	width:274px;
	z-index:999;
}
#discokugel {
	/* Damit durch ein transparentes Bild geklickt werden kann */
	pointer-events:none;
	/* Damit durch ein transparentes Bild geklickt werden kann */
	background: url(../img/discokugel.png) no-repeat;
	right:-60px;
	display:block;
	position:absolute;
	height:228px;
	width:354px;
	z-index:888;
}
#vorhang_rechts { 
	/* Damit durch ein transparentes Bild geklickt werden kann */
	pointer-events:none;
	/* Damit durch ein transparentes Bild geklickt werden kann */
	background: url(../img/vorhang_rechts.png) no-repeat;
	right:-130px;
	position:absolute;
	display:block;
	height:1080px;
	width:274px;
	z-index:998;
}
#partner {
	float:right;
	text-align:right;
	/*border-bottom:1px dashed #cda837;*/
	margin-top:340px;
	padding:0px 30px 10px 10px;
	width:200px;
}
#partner a {
	border:0px solid #fff;
}

/*	struktur   -------------------------------------------------------------------------------*/
#easy_container {
	background: url(../img/background_logo.jpg) no-repeat #000;
	color:#fff;
	margin:0 auto;
	padding:0px 20px 10px 60px;
	position:relative;
	width:1000px;
	z-index:100;
}

.clearfix {
	clear:both;
	height:1px;	
}
	#logo {
		right:-10px;
		top:-50px;
		position:absolute;
		padding-right:0px;
		z-index:200;
	}
	#sprache {
		float:left; 
		padding:20px;
	}
		
#easy_navigation {
	/*border-right:#ddd dashed 1px;*/
	font-family: Century Gothic, Tahoma, Geneva, sans-serif;
	float:left;
	font-weight:normal;
	margin-top:340px;
	padding:0px 20px 0px 0px;
	font-size:14px;
	width:180px;
	text-transform:uppercase;
	text-align:right;
}
		
	#easy_navigation a {
		color:#cda837;
		font-weight:normal;
		width:100%;
		height:10px;
		display: block;
		padding:6px;
		margin-bottom:2px;
		border-bottom:0px;
	}
#easy_navigation a:hover {
		color:#ccc;
		border-bottom:0px;
	}
	#easy_navigation .standpunkt {
		color:#333;
		border-bottom:0px;
	}
	.subnavi {
		font-size:80%;
		height:10px;
		padding:0;
		margin:0;
	}



#easy_content {
	/*
	background: url(../img/back_grey_trans.png) ;
	*/
	margin:330px 0px 0px 25px;
	float:left;
	padding:10px 10px 10px 10px;
	height:auto;
	min-height:500px;
	font-size:14px;
	line-height:22px;
	width:500px;
}

#easy_footer {
	clear:both;
	width:1000px;
	color:#000;
	height:12px;
	text-align:right;
}
#easy_footer a{
	color:#000;
}


/*	template ::: standard   -------------------------------------------------------------------------------*/

.standard_text {
	float:left;
}
.standard_bild_box {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.standard_bild {
	max-width:480px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.standard_bild_spez {
	
}
.standard_datei {
	
}
.kurs_bild {
	margin-right:5px;
	height:200px;
	width:500px;
	clear:both;	border:none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}


/*	template ::: newsblog   -------------------------------------------------------------------------------*/

.newsblog {
	
}



/*	template ::: newsblog   -------------------------------------------------------------------------------*/

.galerie_box {
	
}
.galerie_bild {
	
}



/*	template ::: listen...   -------------------------------------------------------------------------------*/

.liste_box {
	
}
.liste_bild {
	
	}






