/* 	
	Copyright (c) 2002 m.Kirsch Buero fuer Gestaltung.  All rights reserved.
	
	File: global_css_mkirsch.css
	Client: m.Kirsch Buero fuer Gestaltung
	Last Modified: sometime ago
	User: Markus Kirsch

*/
html {
	margin: 0px;
/*	padding: 15px;
	background-color: #eeeeee;
*/
}


body {
	text-align: right;
	width: 750px;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	margin: 10px;
	padding: 0px;
	line-height: 17px;
	
/*	background-image: url(grafik/mk-2.jpg);
*/

	background-repeat: no-repeat;
	background-position: 10px 450px;
}

p {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	text-align: left;
	width: 750px;
	font-family: "Times New Roman", Times, Georgia, serif; 
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	marign-top: 0px;
	marign-left: 15px;
	padding-top: 0px;
	padding-left: 8px;
	line-height: 17px;
	background-color: #FFFFFF; 

}

h1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	text-align: left;

	width: 750px;	


	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 32px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 8px;
	position: 0px 100px;
	line-height: 36px;
	font-style: italic;
	
}

h2 {
	border-top-width: 0px;
	
	text-align: left;
	width: 750px;
	background-color: #FFFFFF; 
 	font-family: "Times New Roman", Times, Georgia, serif;
 	font-size: 28px;
	color: #333333;
	text-decoration: none;
	marign-top: 0px;
	marign-left: 0px;
	padding-top: 4px;
	padding-left: 8px;
	line-height: 28px;
	font-style: italic;
	font-weight: lighter;

}



/* general link desc */
a:active			{ color: #000000; text-decoration: overline; }
a:link				{ color: #000000; text-decoration: none; }
a:visited 			{ color: #000000; text-decoration: none; }
a:hover 			{ color: #FF6633; text-decoration: overline; }
