html { 
	background: url(bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	padding: 0px;
	margin: 0px;
	
	/* font-family: Verdana, Helvetica; */
	font-family: 'devroyeregular', "Lucida Console", Monaco, monospace;
	font-size: 12px;
	
	/* background: url("bg.jpg") no-repeat center center fixed; */
	color: #053b74;
}

a {
	text-decoration: none;
	color: #0654a6;
}
a:hover {
	text-decoration: underline;
}


/* CI BLAU: #0c4fa0 */


/* CONTENT */
.cell_main {
	font-size: 15px;
	/* line-height: 20px; */
}
.cell_main a {
	color: #0654a6;
	text-decoration: none;
}
.cell_main a:hover {
	text-decoration: underline;
	color: #073262;
}

.content_title, .cell_news_display_title {
	font-style: italic; 
	padding-bottom: 20px;
	color: #0654a6;
	font-size: 24px;
	line-height: 30px;
}

.content_subtitle, .cell_main_leadin {
	
}
.cell_main_leadin {
	
}


/* List */
.cell_main ul {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}
.cell_main li {
	margin: 0px;
	margin-bottom: -10px;
	padding-left: 4px;
	margin-left: 18px;
}



.news_title {
	
}
.news_content, .news_content_withfiles {
	
	
}
.news_file {
	
}
.news_file_bottomspacer {
	
}
.news_content_withfiles {
	
}


/* ARTIKELSEITE */
/* Bildergallerie */
.cell_news_display_title {
	
}
.cell_news_display_date {
	display: none;
}
.cell_news_display {

}
.cell_news_display_files {
	padding-top: 20px;
	padding-bottom: 10px;
}
.cell_imggallery {
	padding-top: 30px;
}
.cell_imggallery_img {
	padding-right: 20px;
	padding-bottom: 18px;
}
.cell_news_spacer {
	min-height: 35px;
}




/* LAYOUT */
.cell_overall_wrapper {
	position: absolute;
	width: 900px;
	top: 20px;
	left: 50%;
	margin-left: -450px;
}

.cell_intro_wrapper {
	background: URL('halbtransp_50.png');
}
.cell_intro {
	padding: 25px;
	font-size: 16px;
	background: URL('bg_intro_halb_40.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.cell_intro_spacer_v {
	min-height: 50px;
}

.cell_header {
	padding: 25px;
	text-align: center;
}

.halbtransp-bg, .cell_header, .cell_intro_wrapper {
	background: URL('halbtransp_40.png');
}

.cell_subnav {
	padding: 25px;
	min-height: 400px;
	min-width: 200px;
	background: URL('symb_reiki.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.cell_main {
	padding: 25px;
	padding-left: 30px;
	padding-top: 35px;
	min-height: 400px;
}
.cell_spacer_h {
	min-width: 25px;
}
.cell_spacer_v {
	font-size: 10px;
	min-height: 20px;
}


.cell_login_wrapper {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -420px;
	z-index: 500;
}
.cell_login {
	position: relative;
}


		
		
		
/* NAV EBENE 1 */
/*
.nav1, .nav1 ul, .nav1_active, .nav1_active ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 35px;
	font-family: Verdana, Helvetica;
}
.nav1 a, .nav1_active a {
	display: block;
	text-decoration: none;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 2px;
	color: #0c4fa0;
}
.nav1 li:hover, .nav1_active li:hover {
	background: URL('halbtransp_40.png');
}
.nav1_active li {
	background: URL('halbtransp_60.png');
}
*/

/* NAV */



.cell_snav1, .cell_snav1_active, .cell_snav2, .cell_snav2_active {
	padding-bottom: 10px;
	padding-top: 8px;
}
.cell_snav2, .cell_snav2_active {
	padding-bottom: 7px;
	padding-top: 0px;
	padding-left: 10px;
}



.cell_snav1 a, .cell_snav1_active a {
	/* color: #0350a2; */
	font-size: 16px;
	font-weight: bold;
	/* font-family: "Lucida Console", Monaco, monospace; */
}
.cell_snav2 a, .cell_snav2_active a {
	/* color: #0350a2; */
	font-size: 15px;
	/* font-family: "Lucida Console", Monaco, monospace; */
}
.cell_snav1 a:hover, .cell_snav1_active a:hover, .cell_snav2 a:hover, .cell_snav2_active a:hover {
	text-decoration: none;
	color: #2983dd;
}
.cell_snav1_active a, .cell_snav2_active a {
	color: #2983dd;
	/* color: #093b76; */
}

