@charset "utf-8";
/* Allgemeine Angaben*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #041f3d;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
img {
	border: 0;
	vertical-align: top;
}
h1 {
	color: #636564;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 2px;
}
h2 {
	color: #636564;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}
h3 {
	height: 14px;
	line-height: normal;
	width: 115px;
}
h3#brightdesign {
	background: url(../images/hl_brightdesign.png) no-repeat;
}
h3#brightsms {
	background: url(../images/hl_brightsms.png) no-repeat;
}
h3#brighthost {
	background: url(../images/hl_brighthost.png) no-repeat;
}
h3 span {
	visibility: hidden;
}
p {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 16px;
}
a {
	color: #000;
	text-decoration: underline;
}
div#holder {
	/*background: url(../images/bg.png) no-repeat top left;*/
	border: 1px solid #b0b0b0;
	height: 364px;
	margin: 100px auto;
	/*padding: 32px 36px 36px 34px;*/
	text-align: left;
	width: 640px;
}
/*Head*/
div#head {
	background-color: #fff;
	height: 82px;
	width: 640px;
}
div#head img {
	float: left;
}
div#headline {
	float: left;
	margin: 20px 0 0 28px;
	width: 272px;
}
div#headline2 {
	margin: 20px 0 0 300px;
	width: 272px;
}

/* /Head*/
/* Content */
div.content {
	height: 217px;
	overflow: hidden;
	padding: 28px 0 0 58px;
	width: 582px;
}
div.content#v1 {
	background: #fff url(../images/bg_content_v1.jpg) no-repeat top left;
}
div.content#v2 {
	background: #fff url(../images/bg_content_v2.jpg) no-repeat top left;
}
div.content div.ct_left {
	float: left;
	width: 260px;
}
div.content div.ct_schild {
	float: left;
	margin: 94px 0 0 68px;
	width: 112px;
}
/* /Content */
/* Foot */
div#foot {
	background-color: #fa9917;
	height: 2.5833em;
	padding: 0.5em 0 0 3.0833em;
	width: 50.25em;
}
div#foot p {
	font-size: 0.75em;
	line-height: 1.3333em;
}
/* /Foot */