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

/*Allgemein*/
* {
	color: #f5b35c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom : 0.005em;
	min-height: 100%;
	margin-bottom: 1px;
	overflow-y:scroll;
}

p {
	margin-bottom: 8px;
}

h1, h2 {
	font-size: 17px;
	font-weight: bold;
}


/*Background*/
#bg {
	position: fixed;
	top: 0;
	left: 0;
}

.bgwidth {
	width: 100%;
}
	
	
.bgheight {
	height: 100%;
}

/*Logo*/
#logo {
	position: absolute;
	left: 10%;
	top: 252px;;
}

#slogan {
	position: absolute;
	font-weight: bold;
	left: 10%;
	top: 446px;
	font-size: 45px;
}

/* Content */
#content {
	position: absolute;
	right: 10%;
	top: 0;
	width: 275px;
}

.ct_box {
	background-image: url(../img/background_black75.png);
	padding: 15px 30px;
	margin-bottom: 1px;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	color: #fff;
}
