@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(bilder/site/bg_acioo_werbeagentur.jpg);
	background-attachment: fixed;
	position: absolute;
	background-repeat: repeat-x;
	font-size: 12px;
	background-color: #000033;
	color: #333333;
	margin: 0px;
	height: 100%;
	line-height: 18px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
} 
.main {
	position: relative;
	height: 100%;
	width: 100%;
}
.main .sidebar {
	position: absolute;
	z-index: 1;
	width: 212px;
}
.main .content {
	background-color: #FFFFFF;
	padding-top: 77px;
	width: 550px;
	left: 250px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 200px;
}

h1  {
	font-size: 22px;
	color: #315F93;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2  {
	color: #315F93;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.main .content a:link  {
	text-decoration: none;
	color: #315F93;
}
.main .content a:active   { }
.main   .content   a:visited   {
	color: #315F93;
	text-decoration: none;
}
.main  .content  a:hover  {
	color: #315F93;
	text-decoration: underline;
}
.footer {
	position: absolute;
	width: 290px;
	color: #999999;
	font-size: 9px;
	top: 5px;
	left: 560px;
	z-index: 100;
}
.footer a:link {
	text-decoration: none;
	color: #999999;
}
.footer a:active { }
.footer a:visited {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #315F93;
}
.form {
	font-size: 12px;
	padding: 0;
	margin: 0;
    }
    form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
    form label, form input, form textarea {
	margin: 0px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
    }
    form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
    }
    form .button {
        width: auto;
        margin: 0px 0px 0px 100px;
    }
    div.error {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
    }
    div.error ul {
	list-style-type: none;
    }
    input.error {
	border: 1px solid #FF0000;
	background-color: #FFE6E6;
    } 
