/* =================================================
Stylesheets für das Projekt mv-soft

==================================================*/


/* =================================================
1. Allgemein
==================================================*/


* {
	padding: 0;	/*Grundzustand erzwingen*/
	margin: 0;	/*Grundzustand erzwingen*/
}


body {	
	color: #000000;
	background: #FFFFFF url(../mv-soft_internet_programmierung/hg_2.gif) no-repeat center center;
	background-attachment: fixed;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;	
	margin: 15px;
}

a {
	text-decoration: none; 
	outline: none; 
	font-weight: bold;
}

a:link {
	color: #737573; 
	text-decoration: none; 
}

a:visited { 
	color: #737573; 
}

a:hover, a:focus {
	color: #737573; 
	text-decoration: underline; 
}

a:active {
	color: 737573;
}

h1 {
	font-size: 195%;
	font-weight: bold;
	margin: 0 0 15px 0;
	display: inline;
	color: #737573;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 25px; 
	padding: 2px;
	display: inline;
	color: #737573;
}

ul {
	margin: 15px 0;
	color: #000000;	
	list-style-type:circle;
}

li {
	margin: 5px 0 0 15px;	
}


p {
	padding: 5px 0 5px 0;
	color: #000;
}

hr {
	width: 100%;
}

/* =================================================
	E N D E
==================================================*/
