/* ------------------------------------------------------------------------------
   	Defaults								
-------------------------------------------------------------------------------- */
html {
	height: 100.3%; /* erzwingt Scroll-Balken */
	font-size: 62.5%;
}

body {
	color: #000000;
	background-color: #ffffff;
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
}

* {
	
}

body, p, th, td, pre, input, textarea, select {
	font-family: Open Sans, Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 26px;
	font-weight: bold;
}

h2 {
	font-size: 22px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	background-color: #ffff00;  
	color: #000000;
	text-decoration: none;
}

img {
	border-width: 0px;
}

input, textarea, select {
	margin: 1px;
	padding: 1px 2px;
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	border-color: #999;
}

table {
	
}

tr {
	
}

th {
	
}

td {
	margin: 0px;
	padding: 1px;
}

td p {
	margin: 0px;
	padding: 1px;
}

/* ------------------------------------------------------------------------------
   	Ende						
-------------------------------------------------------------------------------- */
