﻿/* 
    Document   : alex_kp
    Created on : 01.04.2011, 17:46:31
    Author     : Alexander Gerdes
    Description:
        Purpose of the stylesheet follows.
*/

* {
	padding:0;
	margin:0;
}
/* alter grünwert: 87ae6a*/

html {
	overflow-y: scroll;
}

body {
	font-family: Georgia;
	color:#777;
	text-align: left;
	background-color: #333;
	margin: 0px;
	padding: 0px;
	max-height: 0px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: center;
}

img {
	border: 0px;
}

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

h1 {
    font-family: Arial;
    font-size: 15px;
    padding-top: 20px;
}

p {
    font-family: Arial;
    font-size: 13px;
    padding: 10px;
}

div.downloads {
    font-family: Arial;
    font-size: 13px;
    display: block;
    width:300px;
    text-align: left;
    color: #CCCCCC;
    margin-left: auto;
    margin-right:auto;
}

div.downloads a:link, a:hover, a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

table {
    margin-left: auto;
    margin-right: auto;
}

a:link, a:hover, a:visited {
	font-family: Arial;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
}
