#shortcut

{ 

	top: 0px;

  	position: relative;

  	width: 100%;



	/*width:160px;*/		/* Fenster breite */	 

	background-color:white;	/* Hintergrundfarbe */

	border-color:black;	/* Rahmenfarbe */

	border-width:1px;		/* Rahmendicke */ 

	border-style:dotted;	/* Rahmentyp */

	font-family:Arial;	/* Schriftart */	

	text-align:left;		/* Textanordnung */

	padding:0px;		/* Abstand nach innen */

	margin:5px;		/* Abstand vom Rahmen nach außen */

}



/* Immer den unteren Rahmen gezogen & Abstand aller Felder auf 5px */

#shortcutUeberschrift

{

	background-color:white;	

	border-bottom-color:black;

	border-bottom-width:1px; 

	border-bottom-style:dotted;

	

	margin:1px;

	padding:5px; 

	font-size:12pt;

	font-weight:bold;

}



#shortcutDatumUndMannschaft

{

	background-color:white;	

	border-bottom-color:black;

	border-bottom-width:1px; 

	border-bottom-style:dotted;

	margin:1px;

	padding:5px; 

	font-size:8pt;

}



#shortcutSubUeberschrift

{

	background-color:white;

	

	margin:1px;

	padding:5px; 

	font-size:8pt;

}



#shortcutWeiterlesen

{

	background-color:white;	

	margin:1px;

	padding:5px; 

	font-size:8pt;

	font-color:blue;

	font-family:Arial;	/* Schriftart */	





}



#shortcutBild

{

	padding:0px;		/* Abstand nach innen */

	margin:5px;		/* Abstand vom Rahmen nach außen */



	text-align:center;

	



}



#shortcutBild img

{

	width:300px;

	border-color:black;

	border-width:1px; 

	border-style:dotted;

}



#allgemeinerContainer

{

	position: relative;

  	width: 60%;
/*max-width:200px;*/
	padding:20px;		/* Abstand nach innen */

	margin:5px;		/* Abstand vom Rahmen nach außen */

	border-color:black;

	border-width:1px; 

	border-style:dotted;

	background-color:white;

	text-align:center;

}



#allgemeinerContainer img

{

	width: 35%;

}



#allgemeinerContainer h1

{

	font-size:20pt;

	font-family:Arial;	/* Schriftart */	

	color:#e88229;

}

#allgemeinerContainer h2

{

	font-size:15pt;

	font-family:Arial;	/* Schriftart */	

	color:#e88229;

}

#ueberschrift h1

{

	font-size:30pt;

	font-family:Arial;	/* Schriftart */	

	color:red;

	padding:20px;		/* Abstand nach innen */

	margin:5px;		/* Abstand vom Rahmen nach außen */



	



	

}

