/*allgemeine Einstellungen*/
* {
	margin: 0;
	padding: 0;
}
/*Allg Texte, Links*/
html {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0e3053;
	background-image: url(../images/gestaltungselemente/background.jpg);
	font-size: 0.8em;
}
p {
	margin: 5px 0 0.5em 20px;
	padding-top: 5px;
}
h2, h3 {
	margin: 0.7em 0 0.2em 0;
}
h1 {
	font-size: 210%;
        font-family: garamond, serif;
        font-weight: normal;
        margin: 5px 0 5px 0;
	color: #fff;
}
right {
}

h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	color: #333;
}
h5 {
	font-size: 95%;
	font-weight: normal;
}
a {
	color: #cc6600;
}
a:hover {
	text-decoration: none;
}
body {
	text-align: center;
}
/*um alles drumherum*/
#all {
	width: 900px;
	text-align: left;
	background-color: none;
	border: none;
	overflow: hidden;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/*Menü oben*/
#nav {
	display: none;
}
/*Header*/
#header {
        display: none;
}
#header h1 {
	text-indent: -9999px;
	margin: 0;
}

/*Menü links*/
#menu {
	display: none;
}

/*Inhalte*/
#left {
	display: none;
}
#normal {
	float: left;
	width: 900px;
        margin-bottom: 20px;
        margin-top: 0px;
}
#right {
	display: none;
}
#border {
	float:left;
	width:0px;
}
/*Fußzeile*/
#footer {
	display: none;
}

/*Bildunterschriften*/
.csc-textpic-caption {
	font-size: 80%;
}

.flaggen img {
margin-left:10px;
}