/* ======================================================================
 *
 * Filename:    blaueskreuz.css
 * Website:     www.foerderverein-bkm.de
 * Author:      INTERPAGEmedia
 * Author URL:  http://www.interpage.de
 *
 * Date created:    unknown
 * Last modified:   14/12/2010
 *
 * Description: Standard CSS for Pagelayout.
 *
 * ====================================================================== */
 




/* ########## ALLGEMEIN ############################################### */

body {
	margin: 0px auto;
	text-align: center; /* FUER IE */
	background: url(../img/bg.jpg) repeat-x #fff;
	
	color: #000;
	font-size: 11px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif, verdana, swiss;
	}
    
    
    /* Verlinkte DIVs */
  		a.logo {
			width: 100%;
			height: 100%;
			display: block;
			cursor: pointer;
			}
	
	
	
/* ########## TEXTFORMATIERUNG ###################################### */

/* Hauptueberschriften */
h1 {color: #004595; font-size: 13px; font-weight: bold; margin: 0 0 12px 0;}

/* Zwischenueberschriften */
h2 {color: #004595; font-size: 11px; font-weight: bold; margin: 0 0 6px 0;}

/* Grüne Schrift Fett */
span.green {color: #079038; font-weight: bold;}

/* Blaue Schrift Fett */
span.fett {color: #004595; font-weight:bold; margin:0; padding:0;}

/* Rote Schrift */
span.red {color: red;}

/* Texte unter den Bildern */
span.bilduntertext {font-size: 9px; line-height: 12px;}

/* Absatzformatierung */
p {margin: 0 0 12px 0;}


/* Allgemeine Hyperlinks */
a:link     {text-decoration:none; color:#079038;}
a:visited  {text-decoration:none; color:#079038;}
a:hover    {text-decoration:underline; color:#079038;}
a:active   {text-decoration:underline; color:#079038;}

/* Aktuelles Rechte Spalte */
a.aktuelles {text-decoration:none; color:grey; font-weight: bold; font-size: 14px; display: block; padding: 0 0 10px 0;}
a.aktuelles_an {text-decoration:none; color:#079038; font-weight: bold; font-size: 14px; display: block; padding: 0 0 10px 0;}
a.aktuelles:hover {text-decoration: underline;}

/* ### Aufzählung ### */
ul.text {
	margin:5px 0 5px 0px;
	padding:0;
}

ul.text li {
	list-style-type:disc;
	list-style-position: outside;
	display: list-item;
	margin-left:20px;
	padding: 0;
}



/* ########## SEITENSTRUKTUR ######################################## */
	
#container {
	width: 800px;
	margin: 0px auto;
	display: inline-block;
	text-align: left; /* FUER IE */
	background: url(../img/container.jpg) 80px 0 no-repeat;
	}

#container:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	line-height: 0;
	visibility: hidden;
	}

html[xmlns] #container{
	display: block;
	}

* html #container {
	height: 1%;
	}
	
	
	
	#logo {
		float: right;
		width: 300px;
		height: 64px;
		display: inline;
		margin: 60px 100px 0 0;
		background-image: url(../img/logo.gif);
		}
		

	/* Die Hauptnavigation (mainnav) wird an dieser Stelle über die navigation.css geladen! */
	
	
	#mainblock_top {
		float: left;
		width: 700px;
		height: 6px;
		display: inline;
		margin: 10px 0 0 0;
		background: url(../img/mainblock-top.gif) no-repeat;
		}
		
	#mainblock {
		float: left;
		width: 700px;
		min-height: 485px;
		background: url(../img/mainblock.gif);
		}
		
		
		/* Die Unternavigation (subnav) wird an dieser Stelle über die navigation.css geladen! */
        
        
        #prohihi_button_klein {
            position: absolute;
            border: 0;
            width: 125px;
            height: 124px;
            margin: 310px 0 0 25px;
            background: url(../img/content/pro-hi-hi-button-klein.jpg) no-repeat;
        }
		
		
		#content_home {
			float: left;
			width:620px;
			display: inline;
			line-height: 16px;
			margin: 40px;
			}
		
        #content_aktuelles {
			float: left;
			width: 320px;
			display: inline;
			line-height: 16px;
			margin: 40px 0 0 25px;
			}
        
		#content {
			float: left;
			width: 480px;
			display: inline;
			line-height: 16px;
			margin: 40px 0 0 25px;
			}
            
        #rechts {
            float: left;
            width: 120px;
            display: inline;
            line-height: 16px;
            margin: 40px 0 0 50px;
        }
        
		
	#mainblock-bottom {
		float: left;
		width: 700px;
		height: 7px;
		background: url(../img/mainblock-bottom.gif) no-repeat;
		}
		


	#footer {
		float: left;
		width: 680px;
		height: 50px;
		color: #004595;
		font-size: 10px;
		padding: 3px 0 0 10px;
		}
		
	#footer a:link     {text-decoration:none; color:#004595;}
	#footer a:visited  {text-decoration:none; color:#004595;}
	#footer a:hover    {text-decoration:underline; color:#004595;}
	#footer a:active   {text-decoration:underline; color:#004595;}
    
    
    
/* ########## PAYPAL BUTTONS ######################################## */
	
a#fuenfeur,
a#zehneur,
a#zwanzigeur {
    width: 140px;
    height: 49px;
    display: block;
    cursor: pointer;
    background-image: url(../img/content/button-5eur.gif);
}

a#zehneur {
    background-image: url(../img/content/button-10eur.gif);
}

a#zwanzigeur {
    background-image: url(../img/content/button-20eur.gif);
}

a#fuenfeur:hover,
a#fuenfeur:active {
    background-image: url(../img/content/button-5eur-mo.gif);
}

a#zehneur:hover,
a#zehneur:active {
    background-image: url(../img/content/button-10eur-mo.gif);
}

a#zwanzigeur:hover,
a#zwanzigeur:active {
    background-image: url(../img/content/button-20eur-mo.gif);
}

	
	
	
/* ########## FORMULAR ############################################## */

input.adresse {
	width: 200px;
	margin-bottom: 5px;
	}
	
input.small,
select.small {
	width: 100px;
	margin-bottom: 5px;
	}
	
input.senden {
	margin: 15px 0 15px 0;
	}
		
	

