
/* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
html {
	height: 100%;
	margin-bottom: 1px;
}

html, body {
	margin:0;
	padding:0;
}

/* Vorgabe der Standardfarben und Textausrichtung */
body {
    color: #000;
    background: #fff;
    text-align: left;
}


/* Rahmen für <fieldset> und <img> Elemente löschen */
fieldset, img { border: 0 solid; }


/* Neue Standardwerte für Listen & Zitate */
ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote { margin: 0 0 1em 1.5em; }


#outer {

}

#inner {

}

h1 {
    text-indent: -1000px;
}

p {

}


.top5  {  margin-top:5px  !important; }
.top10 {  margin-top:10px !important; }
.top15 {  margin-top:15px !important; }
.top20 {  margin-top:20px !important; }
.top25 {  margin-top:25px !important; }
.top30 {  margin-top:30px !important; }
.top35 {  margin-top:35px !important; }
.top40 {  margin-top:40px !important; }
.top45 {  margin-top:45px !important; }
.top50 {  margin-top:50px !important; }
.top55 {  margin-top:55px !important; }
.top60 {  margin-top:60px !important; }
.top65 {  margin-top:65px !important; }
.top70 {  margin-top:70px !important; }
.top75 {  margin-top:75px !important; }
.top80 {  margin-top:80px !important; }
.top85 {  margin-top:85px !important; }
.top90 {  margin-top:90px !important; }
.top95 {  margin-top:95px !important; }

.x5  {  width:5px  !important; }
.x10 {  width:10px !important; }
.x15 {  width:15px !important; }
.x20 {  width:20px !important; }
.x25 {  width:25px !important; }
.x30 {  width:30px !important; }
.x35 {  width:35px !important; }
.x40 {  width:40px !important; }
.x45 {  width:45px !important; }
.x50 {  width:50px !important; }
.x55 {  width:55px !important; }
.x60 {  width:60px !important; }
.x65 {  width:65px !important; }
.x70 {  width:70px !important; }
.x75 {  width:75px !important; }
.x80 {  width:80px !important; }
.x85 {  width:85px !important; }
.x90 {  width:90px !important; }
.x95 {  width:95px !important; }


.clearer {
    clear: both;
    height: 1px;
    font-size: 1px;
    margin:0;
    padding:0;
    border: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}

.hideme {
    display:none;
}



.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 */





/* Skip-Links ausblenden */
.skip, .hideme, .print {
position: absolute;
top: -1000em;
left: -1000em;
height: 1px;
width: 1px;
}

/* Skip-Links für Tab-Navigation sichtbar schalten */
.skip:focus, .skip:active {
position: static;
top: 0;
left: 0;
height: auto;
width: auto;
}