@charset "utf-8";
/* CSS Document */

@import url("/fileadmin/crehaartiv/templates/v10/v10_navi.css");
@import url("/fileadmin/crehaartiv/templates/v10/ext/css_styled_content/css_styled_content.css");
@import url("/fileadmin/crehaartiv/templates/v10/rte.css");


body, html
{
	margin:0;
	height: 100%;
}

body {
	background-color: #e5e5e5;
	background-image: url(/fileadmin/crehaartiv/templates/v10/images/back/back_bottom_default.png);
	background-repeat: no-repeat;
	color: #000;
	font-size: 100.01%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-position: 90% bottom;
}

#frame_outer
{
	height:auto !important;
	width: 100%;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(/fileadmin/crehaartiv/templates/v10/images/back/back_top_default.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#frame
{
	background-color: #FFF;
	width: 960px;
	overflow: hidden;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: 1px solid #999999;
}

#header {
	height: 130px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


#content {
	padding: 10px;
}

#footer1 {
	height: 30px;
	background-attachment: scroll;
	background-image: url(/fileadmin/crehaartiv/templates/v10/images/back/footer1_back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer2 {
	height: 70px;
	background-color: #333;
	text-align: center;
	padding-top: 5px;
}
#footer2a {
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 234px;
}
#footer2b {
	text-align: center;
	float: left;
	margin-right: 10px;
	width: 234px;
}
#footer2c {
	text-align: center;
	margin-right: 10px;
	background-color: #999;
	width: 448px;
	float: right;
}

#copyright {
	width: 960px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
	margin-bottom: 1em;
	padding-left: 10px;
}

img {
	border: 0;
}

.clearer {
	clear: both;
	height: 0px;
	float: none;
}

