/*Präsentation marquART - Grafik und Multimedia - Marquart Strauch - Entstehung Oktober 2006*/

/*Gilt für die gesamte Website*/
body {
font-size: 70%;
font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
text-align: center;
background-color:#e6b464;
}
/* Bildet den Rahmen der Website*/
#wrap {
width: 710px;
margin: 0 auto;
text-align: left;

}
/* Platzhalter für das Logo*/
#header {
float: left;
width: 710px;
height: 50px;
text-align: left;
background-color:#e6b464;
}

/* Platzhalter Contentbereich rechts */
#content {
float: left;
height: 340px;
width: 710px;
background-color:#e6b464;
}

/* Platzhalter für das footer*/
#footer {
float: left;
width: 710px;
height: 50px;
background-color:#e6b464;
}

/* Platzhalter für den Footer*/
#footer p{
font-size: 1.0em;
}

#footer2 {
width: 710px;
height: 30px;
font-size: 0.8em;
}

#footer a:link {
color: #CC0000;
text-decoration:none;
}

#footer a:hover, a:active {
color: #C54949;	
text-decoration: none;
}

#footer a:visited {
color: #464646;
text-decoration:none;
}

/* Die Überschriften allgmein */

/* Die Überschrift h2 */

/* Die Überschrift h3 */

/* Der Bereich Paragraphen Absätze */


/*Bereich Logo ist leer*/

p {
margin: 0px 53px;
font-size: 1.3em;
text-indent: 0px;
text-align:center;
color:#222222;
}
