﻿@charset "utf-8";

@media all {

* {
	margin:0;
	padding:0;
}

body { 
	font-size: 100.01%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;     
	background: #000 url(../img/back.gif) no-repeat left top;
  padding:0.75em;
	text-align:center;
}

/* Verhindert unnötige vertikale Scrollbalken */

* html body {
	overflow:hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

blockquote,
cite {width:auto;}

blockquote {margin-left:1em;}

acronym, 
abbr {
	letter-spacing: 0.07em;
	border-bottom: 0.1em dashed #c00;
	cursor: help;
}

.left {
	float:left;
}

.right {
	float:right;
}

fieldset,
img {
	border:none;
	margin:0;
	padding:0;
}

.anker {	
	width: 100%;
	height: 10px;
	line-height: 10px;
	padding: 0;
	color:#FFF;
	display:block;
	clear:both;
	font-size:10px;
	margin: 0px;
	overflow:hidden;
	margin-top:-10px;
}

.clear {
	font-size:1px;
	line-height:1px;
	height:1px;
	clear:both;
	display:block;
	margin-top:-1px;
}

.clear10 {
	font-size:10px;
	line-height:10px;
	height:10px;
	clear:both;
	display:block;
}

.line-clearer {
	font-size:1px;
	line-height:1px;
	height:1px;
	clear:both;
	display:block;
  border-bottom:1px solid #333;
}

hr {
    color: #FFF;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #EFEFEF solid;
}

form hr {
    margin: 0 1em 0.5em 0;
    clear:both;
}

/*corrects font-sizes in Safari*/
textarea, input, select, option {
	font-size:99%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

option {
	padding-left:0.25em;
}

img {
	border:none;
}

label {
	cursor:pointer;
}

optgroup {
	background:#EEE;
	font-style: normal;
}

option {
	background:#FFF;
	padding-left:1em;
	font-style: normal;
}

ul,ol,dl {
	list-style:none;
	margin:0;
	padding:0;
}

ol {
	list-style:decimal outside;
	margin-left:1.25em;
}

.gone {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

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

a:hover {
	text-decoration:underline;
	color:#CC3300;
}

h1, h2, h3, h4, h5 {
	font-size:100%;
}

.no-padding {
	padding:0px;
}

.no-margin {
	margin:0px;
}

.no-border {
	border:0;
}

/* Skip-Links fuer Navigation sichtbar schalten */
.skip {
	position: absolute;
	top: -1000em;
	left: -1000em;
	height: 1px;
	width: 1px;
	font-size:0.75em;
	float:left;
	padding-top:1em;
}

.skip:focus, 
.skip:active {
	position: static;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}

.hidden {
	display:none;
}

.wrapper {
	width:500px;
	height:400px;
	margin-left:300px;
	margin-top:160px;
	color:#ccc;
	text-align:left;
	padding-right:20px;
	padding-bottom:40px;
}

.wrapper h1 {
	font-size:14px;
	text-align: justify;
	padding-bottom:5px;
}

.wrapper p {
	font-size:12px;
	text-align: justify;
	padding-bottom:5px;
}

}
