/* 
Document   : default.css
Created on : 22.06.2009, 21:13:57
Author     : dietrich benzler
Description:
Purpose of the stylesheet follows.
*/

/* 
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

/* standad loeschen und standard textstil setzen*/
body {
    margin: 0 0;
    padding: 0 0;
    margin-top: 2.0em;
    font: normal 12px arial, helvetica;
    font-size: 12px;
	background-color: #323232;
    color: #ffffff;
    text-transform:none;
    position:relative;
}

img {
    border: none;
}

/* Standard Link Foramtierung */
a, a:visited {
    text-decoration: none;
    color: #cccccc;
}

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

h1 {
	font-size:x-large;
	font-style:normal;
	font-weight:bold;
}

h2 {
	font-size:large;
	font-style:normal;
	font-weight:bold;
}

h3 {
	font-size:medium;
	font-style:normal;
	font-weight:bold;
}

#copyright {
	font-size: small;
	color: #cccccc;
}
