body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	background-color: #fff;
	margin:0;
	padding:0;
}

#logoPrint {
	display: none;
}

ul {
	margin-left: 0;
	padding-left: 0;
}

li {
	margin-left:20px;
	padding-left: 5px;
	padding-bottom: 15px;
}

/* ########################################################################## */
/* #### wrapper fŸr komplette Seite ######################################### */
/* ########################################################################## */

#wrapper {
	width: 970px; 
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #777;*/
}

#wrapper-inner {
	background: url(../images/bgshade.gif) repeat-y top left;
	background-color: #fff;
	width: 790px; 
	/*left clear space sidebar*/
	margin-left: 90px;
}

#main {
	width: 770px; 
	/*shade margin left and thus right*/
	margin-left: 10px;
	background-color: #A0B130;
	/*border-top: 1px solid #A0B130;*/
	/*height: 500px;*/
}


/* ########################################################################## */
/* #### Navigation ########################################################## */
/* ########################################################################## */

#navigation {
	height: 80px;
	margin-bottom: 10px;
	padding-left: 30px;
}


/* ########################################################################## */
/* #### Sidefooter ########################################################## */
/* ########################################################################## */

#sidefooter { /* move impressum and button up */
	margin-top: -100px;
	width: 85px;
	text-align: right;
/*	border: 1px solid #000;*/
}

#sidefooter p {
	font-size: 10px;
	width: 80px;
	text-align: right;
	color: #666;
	margin-bottom: 5px;
	margin-top: 5px;
}

#sidefooter p a {
	font-size: 10px;
	width: 80px;
	text-align: right;
	color: #666;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
}

#sidefooter p a:hover {
	font-size: 10px;
	width: 80px;
	text-align: right;
	color: #9D070D;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
}

#sidefooter img {
	font-size: 10px;
	width: 42px;
	text-align: right;
	color: #666;
	/*margin-left: 40px;*/
	padding-right: 3px;
	margin-bottom: 5px;
}

/* ########################################################################## */
/* #### eigentlicher Seiteninhalt (Text) #################################### */
/* ########################################################################## */

#wrapper-content {
	width: 720px;
}


#copywrapper {
	width: 450px;
	padding-bottom: 25px;
	padding-left: 35px;
	float: left;

}

#copywrapper h1 {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

#copywrapper h2 {
	font-size: 1.05em;
	margin-bottom: 0.4em;
}

#copywrapper h3 {
	font-size: 0.95em;
	margin-bottom: 0.4em;
}

#copywrapper p {
	font-size: 0.85em;
	
}


#copywrapper p a {
	font-size: 1em;	
}


#copywrapper li {
	font-size: 0.85em;
	list-style-image: url(../images/fsam-list-icon.gif);
}

/* ########################################################################## */
#content a {
	color: #9D070D;
	text-decoration: none;
}

#content a:hover {
	color: #9D070D;
	text-decoration: underline;
}

/* ########################################################################## */
/* #### Sub-Navigation ###################################################### */
/* ########################################################################## */

#subnavigation {
	margin-top: 47px;
	margin-left: 65px;
	width: 170px;
	float: left;
}

#subnavigation a {
	color: #9D070D;
	text-decoration: none;
}

#subnavigation a:hover {
	color: #9D070D;
	text-decoration: underline;
}

#subnavigation ul {
	padding: 0;
	margin: 0;
}

#subnavigation li {
	margin-left: 20px;
	font-size: 0.85em;
	list-style-image: url(../images/fsam-list-icon.gif);
}

/* ########################################################################## */
/* #### Kontaktformular ##################################################### */
/* ########################################################################## */

.form {
	padding-bottom: 10px;
}

table {
	padding: 0px;
	margin: 0px;
	font-size: 0.85em;
}

td {
	margin: 0px;
	padding: 0px;

	padding-bottom: 7px;
}

td.leftcell {
	width:100px;
}


.textarea {
	margin: 0px;
	padding: 0px;
}

input.text {
	width: 300px;
	border: 1px solid #A0B130;
	background-color: #D0D898;
	color: #798723;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

textarea {
	width: 300px;
	border: 1px solid #A0B130;
	background-color: #D0D898;
	height: 100px;
	color: #798723;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;	
}

.button {
	background: #A0B130;
	color: #fff;
	font-size: 0.85em;
}

