/* .--------------------------------------------------------------------------. */
/* |     format.css    |     martin-hollerweger.at     |   coded by grindL`   | */
/* |--------------------------------------------------------------------------| */
/* | Strukturierung der Gesamten Website!                                     | */
/* | Hintergrund = #FFFFFF                Schrift = #000000                   | */
/* |--------------------------------------------------------------------------| */
/* |  eMail: myself@martin-hollerweger.at  |  Website: martin-hollerweger.at  | */
/* `--------------------------------------------------------------------------´ */

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   border: 0;
}
html {
   height : 100%; 
}
body {
   background-color: #FFFFFF;
   color: #000000;
   margin: 0 0 0 50px;
   height: 90%; 
   font-size: 10px;
}
td {
	vertical-align:top;
	font-size: 10px;
}
a:link {
   color: #000000;
   text-decoration: line-through;
}
a:visited {
   color: #000000;
   text-decoration: line-through;
}
a:hover {
   color: #000000;
   text-decoration: underline;
}
a.mlink:link {
  	color: #000000;
	background-color: #FFFF00;
  	text-decoration: none;
}
a.mlink:visited {
  	color: #000000;
	background-color: #FFFF00;
  	text-decoration: none;
}
a.mlink:hover {
   	color: #000000;
	background-color: #FFFFFF;
  	text-decoration: none;
}
a.wlink:link {
  	color: #000000;
	background-color: #FFFFFF;
  	text-decoration: none;
}
a.wlink:visited {
  	color: #000000;
	background-color: #FFFFFF;
  	text-decoration: none;
}
a.wlink:hover {
   	color: #FFFF00;
	background-color: #000000;
  	text-decoration: none;
}
div.rahmen {
	position:absolute; 
	top:60px; 
	left:70px;
	width:460px; 
}
div.skin{
	font-size:9px;
	float:right;
	margin: 5px 0 5px 0;
}
div.adresse{
	font-size:9px;
	background-color:#FF0000;
	color:#FFFFFF;
	width: 250px;
	margin: 0 0 5px 0;
}
div.rahmen2 {
	margin: 5px 0 5px 0;
}
div.menu{
	font-size:13px;
	text-align:left;
	float:left;
	margin: 5px 0 5px 0;
}
div.workmenu{
	line-height: 27px;
	text-align: justify;
	font-size:25px; 
	width:460px;
	margin: 5px 0 5px 0;
}
div.content{
	text-align:justify;
	width:460px; 
	margin: 60px 0 0 0;
}
.form {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px #000000 solid;
	color: #000000;
	width: 460px;
}
.form_skin {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px #FFFFFF solid;
	color: #000000;
	width: 100px;
}
.text {
	margin: 10px 0 10px 0;
}
.oben {
	margin: 0 0 10px 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 3px 0;
}
.new {
	margin: 0 0 4px 0;
}
.old {
	margin: 0 0 4px 0;
	float: right;
}