* {
	margin:0;
	padding:0;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	border:0;
	color:black;
	font-family: Georgia, serif;
}

html,body {
	
	font-size:12pt;
}


/* PARAGRAPH */

p 				{ font-family: Georgia, serif; font-size: 12px;}
p:first-letter 	{ font-size:150%;}
p:first-line 	{ font-variant: small-caps;}

/* ÜBERSCHRIFTEN */

h1 				{ font-size: 300%; font-variant: small-caps; font-weight: normal;}
h2 				{ font-size: 150%; font-weight: normal; margin-bottom:15px; }
h3 				{ font-size: 130%; font-weight: normal; }

/* LINKS */

a 				{text-decoration: none;}
a:link 			{color: #CC0000;}
a:visited 		{color: #AA0000;}

/* VERSTAERKUNGEN */

strong 			{ font-weight:bold; }
em 				{ font-style:italic; }

div.hr { display: none;}
div.hr hr {display: none;}
/*********************SEITENAUFBAU********************************/


#wrapper {
	position:relative;
	width:19cm;
	height: 29cm;
	background:red;

	
}

/************* KOPF **************/

#header {
	position:relative;
	text-align:center;
}

#merkzettel {display:none;}


#content {
	position:absolute;		
	background:green; 
	height: 26cm;
	margin-top:1cm;

}
/**************** NAVIGATION ******************/

#navigation {
	
	display:none;
}

#impressum {
	display:none;
}
img#flag {
	display:none;
}



/************* INHALT STARTSEITE**************/


#vollbild {
	text-align:center;
}

	#vollbild img {border: 2px solid black;}


#texte {
	width:18cm;
	height:14cm;
	
}

#newseintrag {
	padding:1cm;
	width:16cm;
	height:12cm;

 }


	#newseintrag img { display:none; }
	
#links { display:none; }
