﻿html, body
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body
{
	background-image:url('../img/hintergrund.jpg');
	background-position: center;
}

h2
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin:20px 0px 5px 0px;
}

img
{
    border: 0;
}

p
{
    margin: 0;
    padding: 0;
}

#Farben
{
    color: #e2001a; /*rot*/
    color: #fadde9; /*rosa*/
}

#main
{
    background-image: url('../img/background_middle.png');
    background-repeat: repeat-y;
    width: 974px;
    margin: 0px auto;
    min-height: 100%;
    /*height: auto;*/
}

#header
{
    width: 974px;
    height: 186px;
    margin: 0px auto;
}

.NormalDiv
{
    width: 15px;
    height: 15px;
    border-left: 1px solid white;
    border-top: 1px solid white;
    background-color: transparent;
    float: left;
}

.UsedDiv
{
    width: 15px;
    height: 15px;
    border-left: 1px solid white;
    border-top: 1px solid white;
    background-color: #e2001a;
    float: left;
}

.LockedDiv
{
    width: 15px;
    height: 15px;
    border-left: 1px solid white;
    border-top: 1px solid white;
    background-color: #e2001a;
    /*background-color: #ff99cc;*/
    float: left;
}

.BlackDiv
{
    background-color: #999999;
}

.NoUse
{
    width: 15px;
    height: 15px;
    border-left: 1px solid black;
    border-top: 1px solid black;
    background-color: #000000;
    float: left;
}

#MessagePopUp
{
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    color: #e2001a;
    position: absolute;
    overflow:hidden;
    visibility: hidden;
    left: 20px;
    width: 280px;
    min-height: 80px;
    border: 1px red solid;
    background-color: White;
    padding: 10px;
    z-index: 10;
}

.Feld
{
    position: relative;
    margin: 10px;
    float: left;
}

#form
{
    color: #e2001a;
    margin: 55px 0 0 30px;
}

input, textarea
{
    width: 225px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    border: 1px solid white;
    background-color: #fadde9;
}

textarea
{
    height: 115px;
}

.Button
{
	cursor:pointer;
    background-image: url('../img/button_absenden.jpg');
    font-size: 0px;
    border: 0;
    width: 125px;
    height: 44px;
}

.input-validation-error
{
    border: 1px solid #e2001a;
}

ul
{
    display: block;
    padding: 5px;
    background-color: #fadde9;
}

.validation-summary-errors
{
	background-color:#FADDE9;
    border: 1px solid #e2001a;
    margin: 42px 0px 0px 0px;
}

.validation-summary-errors span
{
	display:block;
	background-color:#FF0000;
	color:#FFFFFF;
	margin:0px;
	font-size:11px;
	padding:4px 0px 4px 10px;
}

.validation-summary-errors ul
{
	margin:0px 0px 0px 18px;
	padding:5px;
	font-size:11px;
}

#content
{
    width: 800px;
    margin: 0 100px;
    /*height: auto;*/
    position: relative;
}

.teaser-right
{
    position: absolute;
    background-image: url('../img/teaser_right.png');
    width: 242px;
    height: 434px;
	right:-86px;
	top:0px;
	z-index: 4;
}

.teaser-right-override
{
    background-image: url('../img/teaser_right_spendenstand_only.png');
    height: 264px;
}

#MainContent
{
    float: left;
}

#footer
{
	margin:0 auto;
	padding:30px 125px 0px;
	position:relative;
	width:724px;
}

.footnotes
{
	color:Gray;
	font-size:10px;
	margin-bottom:20px;
}

#miniLogos
{
    font-size: 12px;
    color: Black;
    text-align: center;
}

#miniLogos img
{
    margin-top: 10px;
}

#trenner
{
    display: block;
    background-color: #e2001a;
    height: 1px;
    margin: 10px 0 10px 0;
}

#impressum
{
	padding-bottom:10px;
}

#impressum, #impressum a
{
    text-align: center;
    text-decoration: none;
    color: #000;
}


#btnGreetings
{
	top:115px;
    width: 223px;
    height: 108px;
    position: absolute;
    left: 490px;
    z-index: 9;
}

#spendenstand
{
    margin: 108px 40px 0 49px;
}

#facebook
{
    margin: 60px 48px 0 75px;
}

#twitter
{
    margin: 30px 48px 0 75px;
}

#facebook a, #twitter a
{
	color:#000000;
	text-decoration:none;
}

#spendeAktuell
{
    text-align: center;
    margin-top: 10px;
    color: #e2001a;
    font-size: 28px;
}

#herzOben
{
    position: absolute;
    left: -70px;
    margin-top: 20px;
}

#teaser
{
    margin: 0px 20px 0px 10px;
    width: 705px;
}

.HeartLink
{
	color:#FF0000;
	background-image:url('../img/Herz_Icon.png');
	background-repeat:no-repeat;
	padding:5px 0px 0px 28px;
}

.HeartLinkLarge
{
	background-image:url('../img/Herz_Icon_Large.png');
	font-size:14px;
	font-weight:bolder;
	padding:7px 0px 10px 37px;
}




/*Teaser Changes*/

#teaserPostcardImg
{
    float:right;
    margin-right:75px;
    position:relative;
    width:200px;
}

#teaserPostcardText
{
    width: 400px;
    position: relative;
    float: left;
}


/*Postcard CSS starts here*/

#postcard
{
    width: 671px;
    height: 421px;
    background-image: url('../img/Postkarte_Formular.jpg');
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin: 50px 0 0 35px;
    color: #e2001a;
}

#postNachricht
{
    border-left: 5px solid #FADDE9;
    margin-left: 20px;
    padding-left: 10px;
}

#Message
{
    height:170px;
	margin:10px 0 0 21px;
	width:210px;
}

.borderLeft
{
    border-left: 5px solid #FADDE9;
    margin-left: 10px;
    padding-left: 10px;
}

#VornameSender, #PLZSender, #VornameReceiver, #PLZReceiver
{
    width:75px;
    float: left;
}

#NachnameSender, #OrtSender, #NachnameReceiver, #OrtReceiver
{
    width: 135px;
    float:left;
}

#StreetSender, #StreetReceiver
{
    width: 165px;
    float: left;
}

#StreetNrSender, #StreetNrReceiver
{
    width: 45px;
    float: left;
}

.btnFree
{
    position: relative;
    float: right;
    margin-right: 90px;
    margin-bottom: 100px;
    background-image: url('../img/button_kostenlos_abschicken.jpg');
    width: 223px;
    height: 45px;
}

#HeadBGFix
{
	height: 100%;
	width: 100%;
	background-image: url('/img/hintergrund.jpg');
}