﻿@charset "utf-8";
/* CSS Document */

/*  GLOBAL  */

body {
	background-image: url('../img/hg_beta/rot_hg.png'); /* #fed; */
	font:10pt Verdana, "Times New Roman", Times, serif;
	text-decoration:none;
	padding: 4px; /* Abstand zwischen oberem Rand des Browserfensters und erstem Element */
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	
}
div.bodyblur {
	margin:	0em auto auto auto; /*oben rechts unten links*/
	padding:		0 0 0 0;
	width:			1000px;
	background-image: url('../img/hg_beta/beige_hg1.png');
}

div.earth {
	/*Element in die Mitte des Bildschirms rücken*/
	margin: auto auto auto auto; /*oben rechts unten links*/
	/*Breite der Menübar*/
	width:			950px;
	/*text-align für6jeglichen Text im Wrapper*/
	text-align:		left;
	/*Textfarbe für Text außerhalb von <p>- oder <span>-Tags*/
	color:			black;
	/*Hindergrundfarbe des Text-Wrapper in der Mitte*/
	background-image: url('../img/beige.png');
	/*background-color: #fed;*/
}

div.earth div.sidebar {
	width: 215px;
	float:left;
	padding-right:5px;
}
div.earth div.sidebar p.head {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bolder;
}
div.earth div.sidebar p.text {
	text-align: left;
	font-weight:bold;
	font-size: 12px;
	color:#333;
}

div.earth div.news {
	margin:0 auto;
	width:760px;
	position:relative;
}

div.earth div.news p.text {
	text-align:right;
	font-weight:bold;
	font-size: 12px;
	color:#333;
}

div.earth div.news div.head,
div.earth div.news div.head a,
div.earth div.verankOrt div.head,
div.earth div.verankOrt div.head a,
div.earth div.veranstaltung p.head,
div.earth div.veranstaltung p.head a,
div.earth div.veranstaltungskalender p.head,
div.earth div.veranstaltungskalender p.head a {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	font-size: 24px;
	font-weight:bold;
	line-height:2;
	color:#000;
	text-decoration:none;
}

input.btn {
	background:url('../img/button.png');
	display:block;
	color:white;
	font-weight:bold;
	height:30px;
	line-height:23px;
	margin-top:1px;
	text-decoration:none;
	width:132px;
}