﻿/* general */
* { margin:0px; padding:0px; }
a { text-decoration:none;
	outline:none; }
html { height:100%; }
body { height:100.03%;
	background:url(bg.gif) fixed;
	font-family: Verdana, Helvetica, sans-serif; }
#center { padding:0px 5px;
	width:760px;
	margin:auto;
	background:white;
	border-left:1px solid #CCCCFF;
	border-right:1px solid #CCCCFF;
	/* FooterStick */
	position:relative;
	min-height:100%; }

/* header */
#header { height:90px;
	border-bottom:1px solid #CCCCFF;
	margin-bottom:5px;
	padding: 20px 5px 10px 10px;
	font-variant:small-caps;
	color:#000066;
	font-style:italic;
	font-size:18px; }
#homelink { background:url(stegidien.gif) no-repeat; 
	color:#000066;
	display: block;
	padding-top: 50px;
	padding-left: 135px; }

/* content */
#content { float:left;
	padding:5px 5px 40px 5px;
	width:550px;
	min-height:400px;
	color:#000066;
	font-size:14px;
	line-height:24px;
	background:url(bg.jpg) no-repeat 40% center fixed;
	text-align:justify; }
#content a:link, #content a:visited { color:#FF6600; }
#content a:hover, #content a:active { color:#000066;
	text-decoration:underline overline; }
#content h1, #content h2 { font-size:18px;
	margin-bottom:12px; }
#content h3 { font-size:16px;
	margin-bottom:12px; }	
#content p, #content ul, #content table { margin-bottom:12px; }
#content img { padding:2px; border:1px solid #CCCCFF; }
#content hr { height:0px;
	margin-bottom:11px;
	border:none;
	border-bottom:1px solid #CCCCFF; }
#content .thumb_right { width:200px;
	height:150px;
	float:right;
	margin-left:5px;
	margin-bottom:5px; }
#content .thumb_left { width:200px;
	height:150px;
	float:left;
	margin-right:5px;
	margin-bottom:5px; }
#content table { border-spacing:0px;
	border-collapse:collapse;
	text-align:left; }
#content td { vertical-align:top;
	padding:5px; }
#content ul { list-style-type:none; }
#content ul ul { margin:0px; }
#content li { padding:0px 0px 0px 20px; }
/* Icon für externe Links */
#content a[href ^='http:']:before { white-space:nowrap; content:url(extern.gif)"\A0"; }
#content a[href ^='http:']:hover:before { white-space:nowrap; content:url(extern_hover.gif)"\A0"; }
#content a[href ^='http://www.ecstegidien.de']:before { content:""; }
#content a[href ^='http://www.ecstegidien.de']:hover:before { content:""; }
#browser a[href ^='http:']:before { content:""; }
#browser a[href ^='http:']:hover:before { content:""; }
#content .readmore { font-size:12px;
	margin-top:-18px;
	margin-bottom:18px; }
#content #termine caption { display:none; }

/* navigation */
#navigation { width:189px;
	margin-left:564px;
	padding:0px 0px 50px 5px;
	border-left:1px solid #CCCCFF; 
	font-size:13px;
	line-height:22px; }
#navigation ul { padding-left:5px;
	list-style:none; }
#navigation a:link, #navigation a:visited { color:#000066; }
#navigation a:hover, #navigation a:active { color:#FF6600;
	text-decoration:underline overline; }
#navigation a.current { color:#FF6600; }
#navigation a.current:hover, #navigation a.current:hover { text-decoration:none; }
#navigation a.sub { padding-left:20px;
    font-size:10px; }
#navigation a.subsub { padding-left:40px; 
	font-size:10px; }
#navigation hr { height:0px;
	margin:5px 0px;
	border:none;
	border-bottom:1px solid #CCCCFF; }
#news { color:#000066; }
#news a:link, #news a:visited { color:#FF6600; }
#news a:hover, #news a:active { color:#000066;
	text-decoration:underline overline; }
#news dl { border:1px solid #FF6600;
    padding:5px;
	margin-bottom:5px; }
#news dt { font-size:15px;
	line-height:26px;
	font-weight:bold;
	color:#FF6600; }
#news dd { font-size:13px;
	line-height:22px; }
#watchwords p { font-size:10px;
	line-height:10px;
	color:#000066; }
#watchwords h1 { font-size:12px;
	color:#000066;
	margin-bottom:5px; }
#watchwords .bibleverse { text-align:right;
	font-weight:bold; }
#watchwords .bibletext { margin-bottom:3px; }	
/* Icon für externe Links - nicht mehr nötig */	
/*#watchwords ul li a[href ^='http:']:before { content:""; }
#watchwords ul li a[href ^='http:']:hover:before { content:""; }	*/

/* footer */
#footer { clear:both;
	border-top:1px solid #CCCCFF;
	padding:5px;
	margin-top:5px;
	background:white;
	font-size:13px;
	color:#000066;
	/* FooterStick */
	width:750px;
	position:absolute;
	bottom:0px;
	height:20px; }
#footer ul { list-style-type:none;
	padding:0px;
	margin:0px; }
#footer li { display:inline;
	margin-right:15px; }
#footer a:link, #footer a:visited { color:#FF6600; }
#footer a:hover, #footer a:active { color:#000066;
	text-decoration:underline overline; }
#footer a.current { color:#000066; }
#footer a.current:hover, #footer a.current:hover { text-decoration:none; }

/* Klassen */
.left { text-align:left !important; }
.right { text-align:right !important; }
.center { text-align:center !important; }

/* Hier Aktualisierungsdatum eintragen!!! */

.update:after { content:"aktualisiert: Montag, 30.01.2012"; }
