@import url("menu.css");
@charset "utf-8";

html { 
  background: url(img/bg.jpg) no-repeat center top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  
body {

	margin: 0px;
	padding: 0px;
}
.cms_wrapper .contentbox {
	width: 973px;
	margin-right: auto;
	margin-left: auto;
}
.cms_wrapper .headbox {
	height: 63px;
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.contentbox .cb_top {
	background-image: url(img/content_top_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 973px;
	float: left;
}
.contentbox .cb_main {
	background-image: url(img/content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	width: 973px;
	padding-bottom: 20px;
}
.contentbox .cb_foot {
	background-image: url(img/content_bot_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 30px;
	width: 973px;

}
.cms_wrapper .headbox .logo {
	background-image: url(img/academy-logo);
	background-repeat: no-repeat;
height: 71px;
width: 398px;
display: block;
float: left;
margin-top: 27px;
margin-left: 14px;
}
.cms_wrapper .contentbox .cb_main .inner_content {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.spaltentrenner{
	background-image: url(img/spalten_trenner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 19px;
	position: relative;
}
.spaltentrenner_end{
	background-image: url(img/spalten_trennerend.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 164px;
	width: 9px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}

div.copyright{
float: right;
margin-top: -25px;
margin-right: 30px;
padding-top: 10px;
}


a.artx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a.artx:hover {

	color: #000;
	text-decoration: underline;
}
