/*copyright 2011 buchmann medienservice*/

p {
	font-size: 16px;
	margin-bottom: 16px;
}
h1 {
	font-size: 24px;
	padding-bottom: 30px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
h3 {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 10px;
}
h4 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
th  {
	border: 1px solid #999;
	background-color: #CCC;
}
td  {
	border: 1px solid #CCC;
}

address {
	margin-bottom: 30px;
	font-style: normal;
}
.smallparagraph {
	font-size: 12px;
}
.addpaddingleftright {
	padding-left: 10px;
	padding-right: 10px;
}
.addtopmargin {
	margin-top: 30px;
}
#addtopmarginlarge {
	margin-top: 70px;
}
.addbottommargin {
	margin-bottom: 30px;
}
.floatclearing {
	clear: both;
}
#floatrightsmallcontent {
	float: right;
	margin-right: 450px;
	width: 350px;
}
.subcontent {
	clear: both;
	margin-bottom: 29px;
}
.noborder td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageright {
	float: right;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-left: 20px;
}
.imageleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}
#content {
	padding-top: 30px;
	padding-bottom: 30px;
}
#content a:link {
	color: #741;
}
#content a:visited {
	color: #530;
}
#content a:hover , #content a:focus{
	color: #A74;
}
#content a:active {
	color: #A74;
}

#content ul {
	margin-left: 20px;
}
#content .gototop  {
	clear: both;
}
#content .gototop p{
	font-size: 12px;
	text-align: right;
}
#content .gototop a:link {
	color: #DCB;
}
#content .gototop a:visited {
	color: #DCB;
}
#content .gototop a:hover, #content .gototop a:focus {
	color: #A86;
}
#content .gototop a:active {
	color: #975;
}
#content  #printbutton{
	width: 120px;
	text-align: center;
	display: block;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 3px;
	margin-top: 40px;
	margin-left: 245px;
	font-weight: bold;
	font-size: 14px;
}
#content #printbutton:link {
	background-color: #BBB;
	border-top-color: #EEE;
	border-right-color: #888;
	border-bottom-color: #888;
	border-left-color: #EEE;
	color: #640;
}
#content #printbutton:visited {
	background-color: #BBB;
	border-top-color: #EEE;
	border-right-color: #888;
	border-bottom-color: #888;
	border-left-color: #EEE;
	color: #640;
}
#content #printbutton:hover ,#content #printbutton:focus{
	background-color: #BBB;
	border-top-color: #EEE;
	border-right-color: #888;
	border-bottom-color: #888;
	border-left-color: #EEE;
	color: #752;
}
#content #printbutton:active {
	background-color: #555;
	border-top-color: #888;
	border-right-color: #BBB;
	border-bottom-color: #BBB;
	border-left-color: #888;
	color: #974;
}
