/*START: start definitions */

*{border:0; margin:0; padding:0;}

body
{
	font-size: 100.1%;
    font-family: Verdana, Arial, sans-serif;
}

img
{
    display: block;
}

div, ul, ol, dl, li, table, form
{
	margin: 0;
	padding: 0;
}

select, option, input, textarea
{
	font-family: Verdana, Arial, sans-serif;
	color: #000;
}

dl, ul, ol, dt, dd, li
{
	list-style-type: none;
}

a:link, a:visited, a:hover, a:active, a:focus
{
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}

div.clear
{
	clear: both;
	font-size: 0.0625em;
	line-height: 0;
	height: 0;
}

div.unseeable,
h5.unseeable,
hr.unseeable
{
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px;
}

/*END: start definitions */

/*END: start definitions */


/*START: generell styles */
hr {
height:1px;
background:#c6c6c6;
width:100%;
margin:15px 0;
}

h1,h2,h3 {
color:#333;
margin:0;
padding:0;
}

h1 {
font-size:105%;
padding:0 0 5px;
}

h2 {
font-size:105%;
padding:0 0 2px;
}

h3 {
font-size:100%;
}

img.img-left {
margin:0 0.5em 0.5em 0;
}

img.img-right {
margin:0 0 0.5em 0.5em;
}

a.document {
background:url(../img/link_dokument.gif) no-repeat right;
padding:0 1em 0 0;
}

a.extern {
background:url(../img/link_extern.gif) no-repeat right;
padding:0 1em 0 0;
}

ol {
list-style:decimal;
margin:3em;
padding:0;
}

ol li {
line-height:1.25em;
list-style-type:decimal;
padding:0;
}

ul li {
line-height:1.25em;
}

/*END: generell definitions */

/*START: module styles */

/* allgemeine Styles für Abstände der Module */
.top-no-space,

{
	padding-top: 0;
}

.bottom-no-space
{
	padding-bottom: 0;
}

.top-space-s
{
	padding-top: 5px;
}

.bottom-space-s
{
	padding-bottom: 5px
}

.top-space-m
{
	padding-top: 10px;
}

.bottom-space-m
{
	padding-bottom: 10px;
}

.top-space-l
{
	padding-top: 20px;
}

.bottom-space-l
{
	padding-bottom: 20px;
}

.top-space-xl
{
	padding-top: 40px;
}

.bottom-space-xl
{
	padding-bottom: 40px;
}

.top-space-xxl
{
	padding-top: 80px;
}

.bottom-space-xxl
{
	padding-bottom: 80px;
}