/* ############################################################################################## */
/* baustelle-2010-default                                                                         */

/* ********************************************************************************************** */
/* file: all-domainActivated.css                                                                  */
div#domainActivated {
	background-color: rgb(255, 255, 255);
	border: 1px solid #e2001a;
	float: left;
	text-align: center;
}

div#domainActivatedBody {
	padding: 52px 20px;
}

div#domainActivatedBody h1 {
	font-size: 2.571em;
	margin: 20px 0;
}

div#domainActivatedFooter {
	background-color: #e2001a;
	border-top: 1px solid #e2001a;
	color: #fff;
}

div#domainActivatedFooter a {
	display: block;
	color: #fff;
	text-decoration: none;
}

div#domainActivatedFooter a:hover {
	background-color: #87888a;
	color: #e2001a;
}

/* ********************************************************************************************** */
/* file: all-logo.css                                                                             */
div#logo {
	height: 124px;
	width: 102px;
	position: absolute;
	top: 40px;
	left: 50px;
}

div#logo a {
	background-image: url('../img/strait-die-agentur.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	height: 124px;
	outline: none;
	overflow: hidden;
	text-indent: -9999em;
	width: 102px;
}

/* ********************************************************************************************** */
/* file: all-layout.css                                                                           */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	height: 100%;
}

div#bg {
	background-image: url('../img/bgImage-1600x508.jpg');
	background-repeat: no-repeat;
	background-position: 0 140px;
	min-height: 100%;
}

div#page {
	padding-top: 90px;
	padding-left: 206px;
}