@charset "UTF-8";

/* Farben */
/*
	Beige: #C1AF97 -> H5: #AF9F89
	Grau: #646464

 */

/* Reset */
@import url(reset.css);

/* Aufbau */
@import url(uploadify.css);
@import url(construct.css);


/** Design **/
* {
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
#navigation,
h5,
legend {
	font-family: "Trajan","Times",serif;
}

h1,
h2 {
	color: #FFF;
}

#header h1 {
	font-size: 5em;
	margin-bottom: 0.2em;
}
#header h2 {
	font-size: 1.5em;
	margin-bottom: 0.7em;
}

#navigation {
	text-align: right;
}
#navigation li {
	font-size: 1.2em;
	line-height: 1.8em;
}
#navigation a {
	text-decoration: none;
	color: #FFF;
}
#navigation a:hover,
#navigation a:focus,
#navigation a.active {
	color: #C1AF97;
}
#content h5 {
	font-size: 1.2em;
	color: #A19181;
	text-align: right;
	padding-top:0.1em;
	text-transform: uppercase;
	line-height: 1.1em; 
}
#content p{
	text-indent: 1.4em;
	line-height: 1.6em;
	font-size: 1.1em;
}
#content p.noIndent {
	text-indent: 0px;
}
#content li {
	list-style: none;
	font-size: 1.1em;
	line-height: 1.7em;
	background: url('../pix/img/3x3.jpg') transparent no-repeat left 8px;
	padding-left: 0.7em;
}
#content img {
	width: auto;
	margin-bottom: 0.5em;
}

p#bottom_contact {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 1em;
	margin-top: 3em;
	padding-bottom: 2em;
	width: 32em;
	line-height: 1.3em;
}

#content p#bottom_contact,
#content p#bottom_contact *,
#bottom_contact * {
	text-indent:0em;
}
