#content, #divCenter h1, h2, h3, h4 {
    color:#cc0000;
    font-size:1.2em;
    margin:25px 0 0;
    padding:0;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    font-family:Verdana,Arial,sans-serif;
}

#divCenter {
    text-align:   left;
    width:        80%;
    padding-top:  20px;
    padding-left: 70px;
    font-size:    1.2em;
}

#divTEXT {  // agb und datenschutz
    text-align:   left;
    width:        80%;
    padding-top:  20px;
    padding-left: 70px;
    font-size:    1.5em;
    text-align: justify;
}

body {
    background-color: #444444;                  //Hintergrund
    color: #cc0000;								//Schriftfarbe
    font-family:Verdana,Arial,sans-serif;
    font-size:0.8em;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

.text {
    font-family:Verdana,Arial,sans-serif;
    font-size: 1.2em;
    text-align:left;
    color:white;
    text-align: justify;
}

input, select, option {
	font-family: Tahoma, sans-serif;
}

hr {
    width: 90%;
    align: center;
    text-align: center;
}

#heading {
    width:90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
}


textarea {
	width: 700px;
	height: 300px;
	border: 2px solid #cc0000;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size:12px;
	background: #FFFFC9;
}

input.mail {
	width: 95%;
	border: 2px solid #cc0000;
	padding: 3px;
	font-family: Tahoma, sans-serif;
	font-size:12px;
	background: #FFFFC9;
}

img {
    border: 0px;
}

a	{text-decoration:none; font-weight:bold; color:#cc0000; border:0px}
a:hover	{text-transform:uppercase;}
.blend1	{filter:blendTrans(Duration=0.7, Transition=16);}
.blend2	{filter:blendTrans(Duration=1.5, Transition=16);}
.thumb	{cursor:'hand'}
td	{margin:5px; padding:5px}


table.order {
    //font-family:"Verdana,Arial,Sans Serif";
	//font-size:11px;
	font-weight:normal;
	text-align:center;
    color:#000000;
    border-width:0px;
	background-color:#cc0000;
    vertical-align:top;
}

tr.order {
    background-color:#EEEEEE;
}

tr.order_footer {
    background-color:#FFFFFF;
    font-weight:bold;
}


th.order {
	font-weight:bold;
	height:40px;
	text-align:center;
	padding:3px;
	background-color:#DDDDDD;
}

td.order {
	padding:5px;
	background-color:#FFFFC9;
}



