*{
margin:0;
padding:0;
}
html, body{
font-family:arial,verdana;
font-size:9pt;
color:#000;
}
img#ersatzbanner {
background:url(http://www.euros-4-mails.de/images/ersatz.png) no-repeat;
}

input[type=button] {
    background-color: white; 
    color: black; 
    border: 2px solid red;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
input[type=button]:hover {
    background-color: red;
    color: white;
}
input[type=submit] {
    background-color: white; 
    color: black; 
    border: 2px solid red;
}
input[type=submit]:hover {
    background-color: red;
    color: white;
}
input[type=reset] {
    background-color: white; 
    color: black; 
    border: 2px solid red;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
input[type=reset]:hover {
    background-color: red;
    color: white;
}
  input:disabled {
        background: #252424;
        border: 2px solid black;
	color: #9C9B9B;
        opacity: 0.9;
        cursor: not-allowed;
  }
  input:disabled:hover {
        background: #252424;
        border: 2px solid black;
	color: #9C9B9B;
        opacity: 0.9;
        cursor: not-allowed;
  }
button[type=submit] {
    background-color: white; 
    color: black; 
    border: 2px solid red;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
button[type=submit]:hover {
    background-color: red;
    color: white;
}
button[type=reset] {
    background-color: white; 
    color: black; 
    border: 2px solid red;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
input[type=text] {
    border: 1px solid black;
    padding: 2px;
    margin-bottom: 1px;
}
input[type=number] {
    border: 1px solid black;
    padding: 2px;
    margin-bottom: 1px;
}
input[type=password] {
    border: 1px solid black;
    padding: 2px;
    margin-bottom: 1px;
}
input[type=text]:focus {
    background-color: #FB8686;
}
input[type=password]:focus {
    background-color: #FB8686;
}
select {
  /* irrelevante Eigenschaften gekürzt */
  border: 1px solid black;
  padding: 1px 1px 1px 1px;
  background-color:white;
  color:black;
  margin-bottom: 1px;
}
option {
  background:white;
  border-top:1px solid black;
  padding: 1px 1px 1px 1px;
  color: black;
}
select:focus {
  /* irrelevante Eigenschaften gekürzt */
  border: 1px solid black;
  padding: 1px 1px 1px 1px;
  background-color:#FB8686;
  color:black;
  margin-bottom: 1px;
}
option:focus {
  background:#FB8686;
  border-top:1px solid black;
  padding: 1px 1px 1px 1px;
  color: black;
}
option:hover {
  background:#FF3C3C;
  border-top:1px solid black;
  padding: 1px 1px 1px 1px;
  color: black;
}
textarea {
  border: 1px solid black;
  padding: 2px;
  margin-bottom: 1px;
}
textarea:focus {
  background:#FB8686;
  border: 1px solid black;
  padding: 2px;
  margin-bottom: 1px;
}


.fa-smile-o {
  background: #DADADA;
  color: black;
  border-radius: 100%;
  height: 0.9em;
  width: 0.9em;
}
.fa-smile-o:hover {
  background: #DADADA;
  color: red;
  border-radius: 100%;
  height: 0.9em;
  width: 0.9em;
}
.buttons {
cursor: pointer;
font: 12px Verdana,sans-serif;
color: #000000;
border: 1px solid #000000;
background-color: #EED5FF;
width: 120px;
padding: 2px;
line-height: 130%;
}
/* unvisited link */
a:link {
    color: red;
}

/* visited link */
a:visited {
    color: red;
}

/* mouse over link */
a:hover {
    color: #707070;
}

/* selected link */
a:active {
    color: red;
}

/* markierter Text farbig Opera/Safari usw*/
::selection {
    background: #C0C0C0;
    color: #000;
}
/* markierter Text farbig Firefox */
::-moz-selection {
    background: #C0C0C0;
    color: #000;
}

.tooltiphinweis {
    position: relative;
    display: inline-block;
}

.tooltiphinweis .tooltiptexthinweis {
    visibility: hidden;
    width: 250px;
    background-color: #B8000D;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltiphinweis:hover .tooltiptexthinweis {
    visibility: visible;
}

.tooltipinfo {
    position: relative;
    display: inline-block;
}

.tooltipinfo .tooltiptextinfo {
    visibility: hidden;
    width: 400px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltipinfo:hover .tooltiptextinfo {
    visibility: visible;
}

html{
min-width:100%;
height:100%;
min-height:100%;
background-color: #C0C0C0;
}
body{
min-width:100%;
min-height:100%;
background:url('../images/design/bg_foot.jpg') bottom repeat-y;
}
/*Div um alles rum*/
#all{
width:1014px;
height:100%;
margin:0 auto;
}
/*Header mit den Buttons und dem Login*/
#header{
width:105%;
height:193px;
text-shadow: 0.1em 0.1em 0.1em black;
margin-top:10px;
margin-left:-24px;
background:url('../images/design/header.png');
}
#header2{
width:105%;
height:193px;
text-shadow: 0.1em 0.1em 0.1em black;
margin-top:10px;
margin-left:-24px;
background:url('../images/design/header_logged.png');
}

#headerwerbung{
margin-top:81px;
margin-right:-264px;
float:right;
background-color:#000;
width:468px;
height:60px;
border: 1px solid #000;
}

#fixiert{
    margin-top:0px;
    margin-left:10px;
    position: absolute;
    background-color:#8cff80;
    border:1px solid #3dcf2d;
    border-radius:4px;
    float:right;
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }

#fixiert2{
    margin-top:250px;
    position: absolute;
    text-decoration:none;
    color:#fff;
    -webkit-filter: grayscale(8%); /* Chrome, Opera, Safari  */
    filter: grayscale(8%);
  }
  html>body #fixiert2 {  /* nur fuer moderne Browser! */
    position: fixed;
  }

#fixiert2:hover{
    margin-top:250px;
    position: absolute;
    text-decoration:none;
    color:#fff;
    -webkit-filter: grayscale(0%); /* Chrome, Opera, Safari  */
    filter: grayscale(0%);
  }
  html>body #fixiert2:hover {  /* nur fuer moderne Browser! */
    position: fixed;
  }

#fb{
    margin-top:0px;
    margin-left:98%;
    width:25px;
    heiht:25px;
    position: absolute;
    text-decoration:none;
    color:#fff;
    -webkit-filter: grayscale(100%); /* Chrome, Opera, Safari  */
    filter: grayscale(100%);
  }
  html>body #fb {  /* nur fuer moderne Browser! */
    position: fixed;
  }

#fb:hover{
    margin-top:0px;
    margin-left:98%;
    width:25px;
    heiht:25px;
    position: absolute;
    text-decoration:none;
    color:#fff;
   -webkit-filter: grayscale(0%); /* Chrome, Opera, Safari */
    filter: grayscale(0%);
  }
  html>body #fb:hover {  /* nur fuer moderne Browser! */
    position: fixed;
  }

#logo{
position:absolute;
margin-left:90px;
margin-top:80px;
}

#headerlogin{
font:11px;
height:20px;
}

/*Mittelteil mit dem Navi und dem Content*/
/*Das .cont is um den Inhalt vom Rand weg zu bekommen.*/
#middle{
width:100%;
background:url('../images/design/middle_bg.png') repeat-y;
}
#middle .cont
{
width:1000px;
margin:0 auto;
}

/*Ab hier wird das Loginfeld zu rechtgerückt und umgestaltet*/
#login{
margin-top:-10px;
margin-right:140px;
float:right;
font-size:10pt;
font-weight:bold;
width:150px;
height:20px;
border: 2px;
border-color: #fff;
border-radius: 0px 0px 30px 30px;
-moz-border-radius: 0px 0px 30px 30px;
-webkit-border-radius: 0px 0px 30px 30px;
cursor: pointer;
}
#login:hover{
margin-top:-10px;
margin-right:140px;
float:right;
font-size:10pt;
font-weight:bold;
width:150px;
height:20px;
border: 2px;
border-color: #fff;
border-radius: 0px 0px 30px 30px;
-moz-border-radius: 0px 0px 30px 30px;
-webkit-border-radius: 0px 0px 30px 30px;
cursor: pointer;
}



#headerkonto{
margin-top:-20px;
margin-right:45px;
float:right;
font-size:10pt;
font-weight:bold;
width:200px;
height:87px;
color:#000;
border: 2px solid #000;
border-radius: 10px;
background-color:  rgba(255,255,255, .9);  
-moz-box-shadow: inset 0 0 15px 5px rgba(200,200,200, .8);
-webkit-box-shadow: inset 0 0 15px 5px rgba(200,200,200, .8);
box-shadow: inset 0 0 15px 5px rgba(200,200,200, .8);
border-radius: 8px 0px 8px 0px;
-moz-border-radius: 8px 0px 8px 0px;
-webkit-border-radius: 8px 0px 8px 0px;
}


#logoutblack{
margin-top:-9px;
margin-right:36px;
float:right;
font-size:10pt;
font-weight:bold;
border-radius: 0px 0px 30px 30px;
-moz-border-radius: 0px 0px 30px 30px;
-webkit-border-radius: 0px 0px 30px 30px;
z.index:10;
}

#umfrage{
margin-top:10px;
margin-right:25px;
float:right;
font-size:10pt;
font-weight:bold;
}


/*Ab hier die Buttons*/
#headbuttons{
position:relative;
left:70px;
top:158px;
margin-top:10px;
width:850px;
height:45px;
}
#headbuttons menu{
list-style-type:none;
float:center;
}
#headbuttons menu li {
float:left;
display:inline-block;
height:38px;
width:127px;
margin-top:-13px;
background:url('../images/design/head_button_normal.png') no-repeat;
text-align:center;
}
#headbuttons menu li:hover{
background:url('../images/design/head_button_hover.png') no-repeat;
}

#headbuttons menu li a{
display:block;
width:120px;
height:20px;
margin-top:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
}

/*content */
#content{
width:648px;
float:left;
}
#content .head{
width:100%;
height:45px;
background:url('../images/design/cont_head.png') no-repeat;
}
#content .head h1{
position:relative;
top:17px;
font-size:11pt;
text-align:center;
}
#content .bgdiv{
width:100%;
height:100%;
background:url('../images/design/cont_middle.png') repeat-y;
}
#content .cont{
width:605px;
padding:10px 0;
margin:0 auto;
}
#content .foot{
width:100%;
height:46px;
background:url('../images/design/cont_foot.png') no-repeat;
}


/*Das Navi*/
#navi_left, #navi_right{
width:175px;
}
#navi_left{
float:left;
margin-left:-2px;
}
#navi_right{
float:right;
margin-right:0px;
}
#navi_left .head, #navi_right .head{
width:100%;
height:38px;
}
#navi_left .head{
background:url('../images/design/nav_head_l.png') no-repeat;
}
#navi_right .head{
background:url('../images/design/nav_head_r.png') no-repeat;
}
#navi_left .head h1{
position:relative;
float:left;
font-size:13pt;
margin-top:8px;
margin-left:45px;
}

#navi_right .head h1{
position:relative;
float:left;
font-size:13pt;
margin-top:8px;
margin-left:20px;
}

#navi_left .bgdiv, #navi_right .bgdiv{
width:100%;
height:100%;
background:url('../images/design/nav_bg.png') repeat-y;
}
#navi_left .bgdiv{
background:url('../images/design/nav_bg_l.png') repeat-y;
}
#navi_right .bgdiv{
background:url('../images/design/nav_bg_r.png') repeat-y;
}
#navi_left .cont_link, #navi_right .cont_link, #navi_left .cont_nolink, #navi_right .cont_nolink{
width:190px;
padding:-5px 0 0;
margin:0 auto;
}



/*Nav mit link*/
#navi_right .cont_link menu, #navi_left .cont_link menu{
font-weight:bold;
list-style-type:none;
}
#navi_left .cont_link menu{
margin-left:13px;
}
#navi_right .cont_link menu{
margin-left:9px;
}
.cont_link menu li{
padding-left:20px;
padding-top:5px;
}
#navi_left .cont_link menu li.top, #navi_right .cont_link menu li.top{
font-size:8pt;
height:20px;
background:url('../images/design/nav_top_lnk.png') no-repeat;
}
#navi_left .cont_link menu li.mid, #navi_right .cont_link menu li.mid{
font-size:8pt;
height:19px;
background:url('../images/design/nav_middle_lnk.png') no-repeat;
}
#navi_left .cont_link menu li.bot, #navi_right .cont_link menu li.bot{
font-size:8pt;
height:22px;
background:url('../images/design/nav_bottom_lnk.png') no-repeat;
}
#navi_left a, #navi_right a{
color:#000;
text-decoration:none;
}
#navi_left .foot_linked, #navi_right .foot_linked{
width:100%;
height:18px;
margin-bottom:-10px;
}
#navi_left .foot_linked{
background:url('../images/design/nav_foot_lnk_l.png') no-repeat;
}
#navi_right .foot_linked{
background:url('../images/design/nav_foot_lnk_r.png') no-repeat;
}


/*Navi - Ohne Link*/
#navi_left .top_nolink, #navi_right .top_nolink{
width:100%;
height:25px;
background:url('../images/design/nav_top_nolink.png') no-repeat;
}
#navi_left .top_nolink{
margin-left:13px;
}
#navi_right .top_nolink{
margin-left:9px;
}
#navi_left .bgdiv_nolink, #navi_right .bgdiv_nolink{
width:100%;
height:100%;
background:url('../images/design/nav_bg.png') repeat-y;
}
#navi_left .cont_nolink, #navi_right .cont_nolink{
font-size:8pt;
width:150px;
padding-left:15px;
background:url('../images/design/nav_middle_nolink.png') repeat-y;
}

#navi_left .cont_nolink_pic, #navi_right .cont_nolink_pic{
font-size:8pt;
width:150px;
padding-left:3px;
background:url('../images/design/nav_middle_nolink.png') repeat-y;
}

#navi_left .cont_nolink{
margin-left:13px;
}
#navi_right .cont_nolink{
margin-left:9px;
}

#navi_left .cont_nolink_pic{
margin-left:13px;
}
#navi_right .cont_nolink_pic{
margin-left:9px;
}
#navi_left .foot_nolink, #navi_right .foot_nolink{
width:100%;
height:19px;
}
#navi_left .foot_nolink{
background:url('../images/design/nav_foot_nolink_l.png') no-repeat;
}
#navi_right .foot_nolink{
background:url('../images/design/nav_foot_nolink_r.png') no-repeat;
}

/*Der Footer*/
#footer{
width:105%;
height:75px;
margin-top:0px;
margin-left:-24px;
background:url('../images/design/footer.png') no-repeat;
}
#footleft{
margin-top:17px;
margin-left:38px;
float:left;
}
#footright{
margin-top:23px;
margin-right:45px;
font-weight:bold;
float:right;
}
#footer a#JB-Tainment{
display:inline-block;
position:absolute;
right:155px;
margin-top:50px;
width:200px;
height:20px;
border:0px none;
}
#footleft a, #footright a{
color:#000;
}
.clear{clear:both;}

/*Bettellink-Seite*/
#bettellink{
background: #C0C0C0 url(../images/design/bettellink.png) no-repeat center center;
height: 100%;
}
#bettelschrift{
margin-top: 60;
}
#bettelwerbung{
margin-top: -10;
margin-left: 200;


/*MailseiteBestaetigungsseite*/
#paidmail{
background: #C0C0C0 url(../images/design/bettellink.png) no-repeat center center;
height: 100%;
}
#pmschrift{
margin-top: 200;
height: 100;
}


.lightmails {
    background-color: #FDFDEF;
    border: 1px solid #EBE9C5;
    border-radius: 4px ;
}

#betteliframe{
margin-top: 1000;
}

#umfrageni {
text-shadow: 0.1em 0.1em 0.1em black;
}