html, body {
margin: 0;
padding: 0;
}

body {
background-color: #fff;
color: #333;
font-size: 101%;
text-align: center;/*fuer IE_quirks*/
font-family: "Times New Roman", Times, serif;
}

#wrapper {
position: relative;
margin: 5px;
width: 895px;
background-color: #CFDCE6;
color: 000;
text-align: left;/*Aufheben von IE_quirks im BODY*/
}

#menue {
	background-color: #CFDCE6;
	float: left;
	position: absolute;
	top: 200px;
	left: 0;
	width: 219px;
	color: #333;
	padding-top: 30px;
}

#content {
	background-color: #DEE5ED;
	color: #333;
	margin: 0px 0px 0px 219px;
	padding: 30px 30px 20px 110px;
}

#footer {
background-color: #DEE5ED;
color: #757575;
padding: 5px 0px 10px 110px;
border-left: 219px solid #CFDCE6;
text-align: left;
font-size: 85%;
}

.info {
	width: 500px;
	background-color: #CFDCE6;
	padding: 5px 5px 5px 10px;
	float: left;
	margin-right: 10px;
}

/* set all to 0 */
h1, h2, h3, h4, p, ul, li {
margin: 0;
padding: 0;
}

/* headings */

h1 {
background-color: #DEE5ED;
color: #666;
font-size: 100%;
letter-spacing: 1pt;
margin: 10px 0px 20px 0px;
}
h2 {
background-color: #DEE5ED;
color: #C76664;
font-size: 85%;
letter-spacing: 1pt;
margin: 10px 0px 0px 0px;
}


/* Texte */
p, li {
font-size: 80%;
} 
#content p, #content li {
line-height: 130%;
margin: 7px 0px 8px 0px;
}
#menue p, #teaser p {
padding: 10px 5px 0px 10px;
}
#menue p.linear {
padding: 0px 5px 0px 10px;
}
ul {
margin: 0px 0px 0px 20px;
}

/* Links */
#content a {
text-decoration: underline;
color: #C76664;
}
#menue a {
display: block;
font-size: 95%;
font-weight: bold;
line-height: 150%;
text-decoration: none;
letter-spacing: 1pt;
}
#menue p.linear a {
display: inline;
width: auto;
}

#footer a {
	text-decoration: underline;
}
#menue a:link, #footer a:link {
color: #757575;
}
#menue a:visited, #footer a:visited {
color: #757575;
}
#menue a:hover, #footer a:hover {
color: #C76664;
}
#menue a:active, #footer a:active {
color: #C76664;
}
#menue a.aktiviert{
color: #C76664;
}

/* others */
.invis, hr {
display: none;
}

img {
border: none;
}

/* Formular */
form
{
    line-height                :    140%;
}

label.left
{
    float            : left;
    text-align        : right;
    width            : 100px;
    margin-right    : .3em;
	 font-size: 80%;
	 background-color: #CFDCE6;
}

/*  positioniert die Text- und Auswahlboxen rechts daneben: */

input[type=text], textarea
{
    float: left;
	 width: 226px;
	 font-family: "Times New Roman", Times, serif;
	 font-size: 80%;
}

input.right
{
    float: left;
    width: auto;
    clear: both;
	 margin-left: 106px;
    margin-right: .3em;
	 width: auto;
}


input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right
{
    margin-left                :    6.3em;
}

form br
{
    clear                    :    both;
}

/*  Label anklickbar  */

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
    cursor                    :    pointer;
}


