/*

Author: Maximilian Pahl

Website: alpha9marketing.com/kunden/

*/


* {
margin: 0;
padding: 0;
}

body {

font-family: verdana, arial, sans-serif;
font-size: 12px;
line-height: 1.4em;
color: #333;
}

a img {
border: none;
}

a {
color: #333;
text-decoration: none;
}

a:hover {
color: #8B1D1D;
text-decoration: underline;
}

h1 {
font-size: 13px;
margin-bottom: 10px;
background-color:#E9EAEA;
}

h2 {
font-size: 1.6em;
margin-bottom: 15px;
}

h3 {
font-size: 1.3em;
margin-bottom: 15px;
}

p {
margin-bottom: 15px;
text-align: justify;
}

#wrapper {
width: 1110px;
margin: 0 auto;
}

#header {
float: left;
width: 1110px;
height: 100px;
}

#header img {
padding: 25px 0 0 25px;
}

#menu {
float: left;
width: 1110px;
height: 45px;
background: url(img/menu.png) no-repeat;
}

#menu ul {
height: 20px;
padding-top: 15px;
}

#menu li {
display: inline;
padding: 5px 30px;
background: url(img/menu-border.gif) repeat-y right top;
}

#menu li a {
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 1.3em;
}

#content_top {
float: left;
width: 1110px;
height: 6px;
background: url(img/content_top.png) no-repeat;
margin-top: 0px;
}

#content {
float: left;
width: 1108px;

background: #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

#content_bottom {
float: left;
width: 1110px;
height: 6px;
background: url(img/content_bottom.png) no-repeat;
margin-bottom: 25px;
}

#mask {
float: left;
width: 1048px;
height: 35px;
background: url(img/mask.png) no-repeat;
margin-bottom: 5px;
padding: 5px 30px;
}

#mask p, form {
display: inline;
}

#mask input, select {
margin: 0 10px;
}

#mask input.url {
width: 450px;
height: 18px;
padding: 1px 5px 0 5px;
}

#mask select {
width: 100px;
}

#mask input.btn {
width: 100px;
}

#content_left {
float: left;
width: 850px;
margin-left: 6px;
padding: 10px 0 0 24px;
}

#content_right {
float: right;
width: 208px;
height: 300px;
margin-right: 6px;
padding-top: 10px;
}

#box_top {
float: right;
width: 208px;
height: 6px;
background: url(img/box_top.png) no-repeat;
}

#box {
float: right;
width: 176px;
padding: 15px;
background: #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

#box_bottom {
float: right;
width: 208px;
height: 6px;
background: url(img/box_bottom.png) no-repeat;
}

#footer {
float: left;
width: 1110px;
height: 50px;
background: #ccc;
background: url(img/footer.png) no-repeat;
}

#footer p {
padding: 40px 30px;
}

#rahmen {
border:1px #E9EAEA solid;
}

/* Login Styles */

.login {
padding: 75px 0;
}

.login_label {
margin-right: 30px;
text-align: left;
}

.login_input {
border: 1px solid #333;
background: #fff;
width: 150px;
}

.login_button {
border: 1px solid #333;
background: #cccccc;
color: #000;
width: 152px;
}

.login_tr1 {
height: 15px;
}

.login_tr2 {
height: 15px;
}

.login_tr3 {
height: 25px;
}

/* Box Styles */

#box li {
list-style-type: none;
margin-left: 10px;
}

#box li.caption {
font-weight: bold;
margin-left: 0;
color: #8B1D1D;
margin-top: 6px;
}

/* Adwords Styles */

.adwords {
margin: 30px 0;
}

.adwords li {
list-style-type: none;
font-family: arial, verdana, sans-serif;
}

.adwords_caption {
color: #0000CC;
font-size: medium;
text-decoration: underline;
}

.adwords_text {
color: #000;
}

.adwords_url {
color: green;
}