/* Standard-CSS für www.tschernobyl-kinderhilfe-online.de*/



/*

Wichtige Farben
Blau = #6BC5DE; oder rgb(107, 197, 222)
Gelb = #FFF200 oder rgb (255,242,0)


Bildergalerie
Bilder um 30px weiße Leinwand nach unten erweitern
Schrift: Arial 16
grüner Hintergrund: #7C9E05

*/

html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, form, img, li

{
margin: 0;
padding: 0;
font-family:  Verdana,Arial, Helvetica, sans-serif;
}

html, body
{
background: #6BC5DE;
font-size: 11pt;
color: black;
text-align:center;
}

a:link
{
color: black;
background: white;
text-decoration: none;
width:155px;
}

a:visited
{
color: #C0C0C0;
background: white;
text-decoration: none;
width:155px;
}

a:hover
{
color: #f60;
background: white;
text-decoration: none;
width:155px;
}

a:active
{
color: #f60;
background: white;
text-decoration: none;
width:155px
}

img
{
border: 0;
}


/* main*/
.main
{
width:760px;
margin:0px auto;
margin-top:30px;
text-align:left;
border:1px solid #000000;
}
/*ende main*/


/* header */
#header
{
background:blue;
color:black;
padding-top:15px;
padding-bottom:15px;
}
/* ende header*/


/* logo */
#logo
{
border:0px;
float:left;
position:absolute;
top:2%;
left:20%;
z-index:4
}
/* Ende logo */


/* menue */
#menue
{
position: relative;
top:30px;
left:25px;
width:155px;
float:left;
font-weight:bold;
}

.m-container
{
margin-top:80px;
background: #FFF;
color:black;
border:1px solid #000;
float:left;
}

#menue a
{
display:block;
padding:3px;
padding-left:8px;
border-top:1px solid #000;
background:#6BC5DE;
color:black;
text-align:left;
text-decoration:none;
}
/* ende menue */

#content
{
border:1px solid blue;
background:blue;
color:black;
}
#weiss
{
background: white;
color:black;
margin-right:27px;
margin-left: 200px;
padding-top:50px;
padding-right:20px;
padding-left:35px;
}

.motiv
{
margin-top:30px;
text-align:right;
}

input
{
border: dotted 2px #6bc5de;
width:100px;
margin-top:5px;
}

.sponsi1
{
padding:4px;
vertical-align:bottom;
background:#dadada;
color:black;
font-weight:bold;
}

a.sponsi1:link
{
color: black;
background-color:transparent;
text-decoration: none;}

a.sponsi1:visited
{
color:#808080;
background-color:transparent;
text-decoration: none;
}

a.sponsi1:hover
{
color:#f60;
background-color:transparent;
text-decoration: none;
}

a.sponsi1:active
{
color:#f60;
background-color:transparent;
text-decoration: none;
}

.sponsi2
{
padding:4px;
vertical-align:bottom;
background:#6bc5de;
color:black;
font-weight:bold;
}

a.sponsi2:link
{
color: black;
background-color:transparent;
text-decoration: none;
}

a.sponsi2:visited
{color:#808080;
background-color:transparent;
text-decoration: none;
}

a.sponsi2:hover
{
color:#f60;
background-color:transparent;
text-decoration: none;
}

a.sponsi2:active
{
color:#f60;
background-color:transparent;
text-decoration: none;
}

.initial
{font-size:20pt
}