/* 
    Document   : pr
    Created on : 13.12.2011, 11:41:16
    Author     : Maenny
    Description:
        Purpose of the stylesheet follows.
*/

* html div.main {
height: 100%;
}

* {
	padding:0;
	margin:0;
}

html {
	overflow-y: scroll;
        height: 100%;
}

body {
	font-family: Calibri, Arial, Helvetica;
	color:#000000;
	text-align: left;
	background-color: #edefea;
	margin: 0px;
	padding: 0px;
	height: 100%;
	line-height: 16px;
	letter-spacing: 0px;
}

img {
	border: 0px;
}

img.menu {
    padding-right:20px;
}

img.pfeil {
    position:relative;
    top:3px;
}

a:focus, object:focus {
outline: none;
-moz-outline-style: none;
}

a.green:link, a.green:visited {
    color: #7A9C13;
    text-decoration: none;
    font-family:Calibri, Arial, sans-serif;;
}
a.green:hover, a.green:active {

}

a.black:link, a.black:visited {
    color: #000000;
    text-decoration: none;
    font-family:Calibri, Arial, sans-serif;;
}
a.black:hover, a.black:active {

}

h1 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
}

p {
    font-size: 14px;
    padding-bottom: 20px;
    text-align: justify;
}

div.main {
    margin: auto;
    width:980px;
    height:auto !important;
    height:100%;
    min-height:100%;
}