@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
	color: rgb(51, 51, 51);
}

a {
	color: rgb(41, 41, 41);
	cursor: pointer;
}

a:visited {
	color: rgb(0, 0, 0);
}

label {
	display: block;
	float: left;
	width: 150px;
}

h2 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

form label {
	margin-top: 6px; 
	font-weight: bold;
}

.seo li {
	list-style: none;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 860px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#iframeContainer {
	text-align: left;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#header {
	height: 82px;
	margin-top: 20px;
	padding: 10px;
	background-image: url("../images/headerBackground.png");
}

#loginInfo {
	float: right;
	margin: 10px 30px;
	font-weight: bold;
	color: rgb(255, 255, 255);
}

#loginInfo a {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

.campaignFooter a {
	text-decoration: none;
}

#content {
	margin-bottom: 10px;
}

#leftSide {
	width: 430px;
	float: left;
}

#rightSide {
	float: right;
	width: 430px;
}

#leftSideSmall {
	width: 240px;
	float: left;
	margin-right: 20px;
}

#rightSideLarge {
	float: right;
	width: 600px;
}

#menu {
	background-image: url("../images/menuBackground.jpg");
	height: 880px;
	color: rgb(255, 255, 255);
	padding: 20px 0 0 40px;
}

#login {
	height: 263px;
	margin-bottom: 10px;
}

#register .boxBody {
	padding: 20px 0 0 30px;
}

#loginLeft {
	float: left;
}

#loginRight {
	float: right;
	width: 282px;
	height: 263px;
	background-image: url("../images/loginBackground.jpg");	
}

#loginForm {
	width: 240px;
	margin-top: 30px;
}

#loginButton {
	background-color: #d6d6d6;
	height: 42px;
	width: 188px;
	border: 0;
}

#registerButton {
	background-color: #f1f1f1;
	height: 64px;
	width: 228px;
	border: 0;
}

#headlines {
	background-image: url("../images/headlinesBackground.png");
	height: 40px;
	font-size: 17px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 10px;
}

#headlines #registerHeadline {
	float:left;
	margin-left: 60px;
}

#headlines #prosHeadline{
	float:right; 
	margin-right: 10px;
}

#infobox {
	margin-bottom: 20px;
}

#contentBox {
	background-color: #ADADAD;
	padding: 10px;
}

#factorage ul li {
	margin-bottom: 3px;
}

#seoFooter {
	text-align: center;
	margin: 10px;
}

#footer {
	background-image: url("../images/footerBackground.png");
	padding-top: 10px;
	background-repeat: repeat-x;
	text-align: center;
	height: 30px;
}

#statsDate {
	float: left;
	width: 180px;
	text-align: center;
}

#statsCampaign {
	float: left;
	width: 200px;
	border-right: 1px dotted black;
	border-left: 1px dotted black;
}

#statsView {
	float: left;
	width: 150px;
}

#statsButton {
	clear: both;
	padding-left: 230px;
}

#statsForm .spacer {
	margin-left: 10px;
}

#statsForm label {
	float: none;
	display: inline;
}

#statsForm h3 {
	border-bottom: 1px dotted black;
	text-align: center;
}

#colorSelector {
	display: none;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 270px;
}

#teaserViewer {
	position: absolute;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 5px;
	display: none;
}

#teaserViewerImage {
	display: none;
	border: 0;
}

#teaserViewerIframe {
	display: none;
	border: 0;
}

teaserViewerText {
	display: none;
	border: 0;
}

#teaserViewerNotice {
	color: #ff0000;
	font-weight: bold;
	display: none;
	border: 0;
}

#overlay {
	display: block; 
	position: absolute; 
	top: 0;
	left:0; 
	width: 100%; 
	height: 2400px; 
	z-index: 99;
	background-color: #000; 
	-moz-opacity: 0.8;
	opacity: 0.8; 
	filter: alpha(opacity=80);	
}

#overlayContent {
	display: block;
	position: fixed;
	top: 40%;
	left: 40%;
	z-index: 100;
	width: 697px;
	height: 372px;
	margin: -220px 0 0 -250px;
	background: url('../images/lightbox.png') no-repeat; 
	text-align: left;
}

#LightBoxHeader {
	height: 20px;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	margin: 5px 0 0 10px;
}

#LightBoxContent {
	padding: 20px 30px 0 30px;
	font-size: 14px;
	height: 230px;
}

#LightBoxFooter {
	padding: 10px; 
	margin-top: 17px;
}

#faq ol {
	padding-left: 20px;
}

#faq ol li {
	padding-bottom: 10px;
}

#faq ol ul {
	padding: 5px;
}

.createCampaignButton {
	background: url("../images/btn_kampagne.png") no-repeat;
	height: 35px;
	width: 172px;
	padding: 10px 0 0 30px;
	font-weight: bold;
}
	
.factorage ul {
	margin-left: 24px;
	list-style-image: url("../images/greenHook.gif");
}

.boxBody {
	background-image: url("../images/boxBackgroundBody.gif");
	background-repeat: no-repeat;
	padding: 10px;
	width: 390px;
}

.boxFooter {
	background-image: url("../images/boxBackgroundFooter.gif");
	background-repeat: no-repeat;
	height: 14px;
	width: 410px;
}

.input {
	border: 0;
	padding: 5px;
	width: 178px;
	height: 17px;
	color: rgb(51, 51, 51);
	background-color: #e3e3e3;
	background-image: url("../images/inputBackground.png");
	background-repeat: no-repeat;
}

.spacer {
	margin-bottom: 10px;	
}

.statusMessage {
	color: rgb(255, 0, 0);
	font-weight: bold;
}

.innerBox {
	background-color: #F1F1F1;
	padding: 10px;
}

.menuHead {
	background-image: url("../images/menuArrow.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 15px;
	font-weight: bold;
}

.submenu {
	margin-left: 40px;
	margin-bottom: 10px;
}

.submenu a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.menuPoint {
	margin: 1px 0;
	height: 20px;
	line-height: 20px;
	padding-left: 3px;
	font-weight: bold;
}

.menuPointHover {
	margin: 1px 0;
	height: 20px;
	line-height: 20px;
	padding-left: 3px;
	font-weight: bold;
	background-color: #333333;
}

.newsObject {
	margin-bottom: 20px;
}

.newsHeader {
	font-size: 13px;
	padding-top: 3px;
	padding-left: 3px;
}

.newsDate {
	float: left;
	width: 100px;
}

.newsTitle {
	float: left;
	font-weight: bold;
}
.newsContent {
	background-color: rgb(255, 255, 255);
	padding: 10px;
	font-size: 12px;
	border: 1px solid black;
}

.redText {
	color: rgb(226, 2, 2);
}

.headlineText {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

.campaign {
	margin-bottom: 20px;
}

.campaignScreenshot {
	width: 170px;
	float: left;
}

.campaignContent {
	width: 380px;
	float: right;
}

.campaignPageInfo {
	width: 170px;
	float: left;
}

.campaignPageLogo {
	width: 208px;
	float: right;
}

.campaignHeadline {
	height: 17px;
	border-bottom: 1px dotted;
	margin-bottom: 5px;
}

.campaignHeadline div {
	font-weight: bold; 
	border-right: 1px dotted;
}

.campaignOverviewLine1 {
	float: left; 
	width: 85px;
	border-right: 1px dotted;
}

.campaignOverviewLine2 {
	padding-left: 10px;
	float: left; 
	width: 90px;
	border-right: 1px dotted;
}

.campaignOverviewLine3 {
	padding-left: 10px;
	float: left; 
	width: 130px;
	border-right: 1px dotted;
}

.campaignOverviewLine4 {
	padding-left: 10px;
	float: left; 
	width: 50px;
	border-right: 1px dotted;
}

.campaignOverviewLine5 {
	padding-left: 10px;
	float: left; 
	width: 160px;
	border-right: 1px dotted;
}

.bannerMenu {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px dotted;
}

.bannerMenuSelected {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px dotted;
	font-weight: bold;
}

.bannerMenu a {
	text-decoration: none;
}

.tableHeadline {
	border-bottom: 1px dotted black;
	font-weight: bold;
}

.tableBorder {
	border-right: 1px dotted black;
}

.tableBGColor1 {
	background-color: #d1d1d1;
}

.tableFooter {
	border-top: 1px dotted black;
	border-right: 1px dotted black;
	border-bottom: 1px double black;
	font-weight: bold;
}

.listPoint {
	float: left;
	width: 30px;
}
	
.listText {
	float: left;
	width: 340px;
	margin-top: 3px;
}

.clear {
	clear: both;
	margin-bottom: 10px;
}