/* Stylesheet für mbnJournal Druckversionen */


#wrapper {
	text-align: justify;
	width: 500pt;
	padding: 15pt 25pt;
	font-size: 90%;
	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;	
	}

#header {
	font-size: 110%;
	text-align: left;
	color: gray;	
	padding: 20px 0; 
	margin-bottom: 20px;
	border-top: #bbb 1px solid;
	border-bottom: #bbb 1px solid;
	}
	#header a {
	color: gray;
	}
hr {display: none;}
#navibereich {display: none;}
#sidebar {display: none;}
#content1 ul {list-style-type:disc}
#links {display: none;}
#werbung {display: none;}
#copy {display: none;}
#footer {
	width: 90%;
	text-align: left;
	font-size: 90%;
	color: #666;
	padding: 0;
	border-top: #bbb 1px solid;
	margin-top: 30px;
	}
#navi_unten {display: none;}
#navi_zusatz {display: none;}
#url {display:none}	
.untertitel1 {display: none;}
.skiplink {display: none;}
.banner {display: none;}
.fenster {display: none;}

.contentpause {
		margin-bottom: 40px;
		}
.datum { 
		font-size: 90%;
		font-style: oblique;
		color: gray;
		margin: .2em 0 .8em 0
	}

.quelle { 
	font-size: 85%;		
	padding-left: 10px;
	margin: .2em 0 .8em 20px;
	border-left: 3px solid #ccc;
	}
	.quelle a { 
	font-weight: lighter;
	}
	.quelle  li {
			display: block;
			list-style-type: none;
			}
.nach_oben {display: none;}
.bildunterschrift {
	font-size: 80%;	
	color: gray;
	padding: 4px;
	padding-bottom: 0;
	text-align: left;
	}
	.bildunterschrift a { 
	font-weight: bold;		
	}
/*.fenster {
	color: #999;
	font-size: 80%;	
	text-align: right;
	padding-right: 50px;
	}
	.fenster a:link, a:visited {
		color: #999;		
		font-weight: normal;
		}*/
		
img {border: 0;}

a:link, a:visited {
	color: #99cc33; 
	text-decoration: none;
	font-weight: bold;	
	outline: none;
}
a:hover {
	color: #99cc33; 
	text-decoration: underline;
	font-weight: bold;	
	}	
a.begriff, a.begriff:link, a.begriff:visited { /* Link für Begriffe*/	
	font-style: italic;		
	}
a.mouseover span {display: none;}		
a[title^="Begriffs"]:after {
	content:"["attr(title)"]";
	font-style: normal;
	background-color: inherit;  
	color: #666; 
	font-size: 9pt;
	padding-left: 8px;
	font-weight: 500;
	}

a[href^="http:"]:after {
	content:"["attr(href)"]";
	background-color: inherit;  
	color: #666;
	font-size: 9pt;  
	padding-left: 8px;
	font-weight: 500;
	}
  
h1 {
	/* Title  */
	font-size: 3em;
	font-family: times, 'times new roman', serif;
	color: #666;
	font-style: italic;
	letter-spacing: 2px;
	margin: 0;
}

h3 {
	/* Titel der beiträge */
	font-family: georgia, garamond, times, 'times new roman', serif; 
	font-style: italic;
	font-size: 1.5em;
	color: #99cc33;
	margin: 0
}
h4 { font-size: 1.2em; }



	/*--------------Kontaktformular-------------------*/
form {
	width: 400px;
	padding: 20px;
	padding-left:60px;
	border: 1px dotted #666;
	margin-bottom: 20px;
	}
label {display: block}
#absender, textarea {
	width: 300px;	
	margin-bottom: 1em;	
	}
textarea {	height: 8em;}
input {
	margin-bottom: 1em;
	}


	
