﻿@charset "utf-8";

/*##############################*/
/*###  A L L G E M E I N  ###*/
/*##############################*/
* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    font-family: verdana, arial, sans-serif;
    background-image: url(../img/bg_html.jpg);
}

h1, h2, h3, a, p {
    font-family: verdana, arial, sans-serif;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color : #ccc;
    font-style: italic;
    margin: 10px 0 0 20px;
    letter-spacing: 1px;
    text-shadow: 1px 2px 0px #999;
}

h2 {
    color: #3b69ad;
    font-size: 15px;
    font-style: italic;
    margin: 15px 0 3px 20px;
    text-decoration: underline;
}

p {
    margin: 10px 0 0 20px;
    width: 410px;
    text-align: justify;
}

a, p {
    font-size: 10px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

img {
    border: none;
}

#meta_innen,
#head,
#container,
#container2,
#footer{
    width: 900px;
    margin: 0 auto 0 auto;
}

.box2 img,
.box3 img,
.box4 img,
.box2 img.pfeil,
.box4 img.pfeil,
.box2 a,
.box3 a,
.box4 a {
    position: absolute;
}

.box2 img,
.box4 img {
    margin-top: 100px;
}

.box2 img.pfeil,
.box4 img.pfeil {
    left: 20px;
}

.box3 img.pfeil {
    bottom: 31px;
    left: 208px;
}

.box2 img.pfeil,
.box4 img.pfeil {
    bottom: 31px;
    right: 215px;
}

.box2 a,
.box3 a,
.box4 a {
    color: #3b69ad;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #999;
}

.box2 a,
.box4 a {
    top: 202px;
    left: 50px;
}

.box3 a {
    top: 202px;
    right: 20px;
}



/*##############################*/
/*###  M E T A  ###*/
/*##############################*/
#meta{
    height: 30px;   
    position: relative;
    padding-top: 6px;
    background: #3b69ad;
}

#meta_innen {
    position: relative;
}

#meta_innen span {
   color: #fff;
   font-size: 10px;
}

#meta_links .login {
   color: #fff;
   font-size: 14px;
   font-style: italic;
}

#meta_links {
    top: 0;
    left: 0;
    position: absolute;
}

#meta_rechts {
    top: 0;
    right: 0;
    position: absolute;
}



/*##############################*/
/*###  H E A D  ###*/
/*##############################*/
#head {
    padding-top: 40px;
}

/*##############################*/
/*###  C O N T E N T  ###*/
/*##############################*/
#container {
    height: 500px;
    position: relative;
}

#container2 {
    background: #fff;
    border: 1px solid #3b69ad;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#container2 a {
    color: #555;
    font-size: 12px;
    margin: 10px 0 10px 30px;
    line-height: 20px;
    
}

#container2 a:hover {
    color: #3b69ad;
}

/*#################################################*/
.box1 {
    top: 0;
    left: 0;
    width: 443px;
    height: 248px;
    background-image: url(../img/box_o_l.jpg);
    background-repeat: no-repeat;
    position: absolute;
}

.box1 p {    
    color: #fff;
    margin: 60px 0 0 10px;
}

/*###############################################*/
.box2 {
    top: 0;
    left: 443px;
    width: 458px;
    height: 248px;
    background-image: url(../img/box_o_r.jpg);
    background-repeat: no-repeat;
    position: absolute;
}

.box2 img {
    bottom: 23px;
    right: 23px;
}

.box2 p.semi_p {
    width: 200px;
    margin-top: 0;

}

/*###############################################*/
.box3 {
    top: 248px;
    left: 0;
    width: 443px;
    height: 248px;
    background-image: url(../img/box_u_r.jpg);
    background-repeat: no-repeat;
    position: absolute;
}

.box3 h1 {
    margin-left: 10px;
}

.box3 img {
    bottom: 23px;
    left: 5px;
 }

.box3 p {  
    margin: 10px 0 0 10px;
}

.box3 p.sack_p {
    width: 240px;
    margin: -12px 0 0 180px;
}


/*###############################################*/
.box4 {
    top: 248px;
    left: 443px;
    width: 458px;
    height: 248px;
    background-image: url(../img/box_r_u.jpg);
    background-repeat: no-repeat;
    position: absolute;
}

.box4 img {
    bottom: 23px;
    right: 23px;
}

/*##############################*/
/*###  F O O T E R  ###*/
/*##############################*/
#footer a {
    color: #ccc;
    font-size: 9px;
    text-decoration: none;
    cursor: pointer;
}

#footer a:hover {
    color: #3b69ad;
    text-decoration: underline;
}

#counter {
    width: 200px;
    height: 20px;
    background: red;
    position: relative;
}
 
#counter img {
    width: 200px;
    height: 20px;
    position: absolute;
    z-index: 5
}

