@charset "utf-8";
@import url("reset.css");
/* CSS Document */

/*CONTENTS*/
h1 {
	color: #b3004c;
	font-size:1.3em;line-height:1.25;margin-bottom:1.25em;
	font-weight:bold;
	/*
	color: #b3004c;
	font-size:1.5em;line-height:1;margin-bottom:1em;
	font-weight:bold;*/
}
h2 {
	color: #000;
	font-size: 1em;
	line-height:1.25;
	margin-bottom:2.5em;
	font-weight:bold;
	/*
	color: #b3004c;
	font-size:1.2em;line-height:1.25;margin-bottom:1.25em;
	font-weight:bold;*/
	
}
h3 {
	color: #000;
	font-weight:bold;
	line-height:0em;
	font-size:1em;
	/*
	color: #b3004c;
	font-size:1em;font-weight:bold; margin-bottom:0em;
	font-weight:bold;*/
}
h4 {
	color: #b3004c;
	font-weight:bold;
}

h5 {
	font-weight:bold;
}

h6 {
	color: #b3004c;
}

a{
	color: #b3004c;
	text-decoration:none;
}

a:hover{
	color: #b3004c;
	text-decoration:underline;
}

blockquote{
color: #666;
}


.contentelement ul{
	list-style-image: url(../images/pfei_grau.gif);	
}

/*TABELLEN*/
table.contenttable{
	width:100%;
	margin:0px;
	padding:0px;
	
}
table.contenttable td{
	margin:0px;
	padding:0px;
	background-color:#FFF;
	vertical-align:top;
}
table.contenttable th{

	background-color:#E7E7E7;
}
table.contenttable td p{
	margin:0px;
	padding:0px;
	
}
/*NEWS*/
.readonRight{
	text-align:right;
	padding-bottom: 1.5em;

}

/*FLAGS*/

/*.flags img{
	padding-left:6px;
}*/



/*SEARCH*/

.searchfield{
	margin-left:4px;
	width:100px;
	padding:1px;
	font-size:11px;
	color:#333333;
	border:1px solid #CCCCCC;
}
.submit{
	background-color:transparent;
	font-size:11px;
	border:none;
	border-style:none;
	color:#666;
	font-weight:bold;
	padding:1px;
	margin-left:-5px;
}

.boxMagenta {
	background-image: url(../images/box_magenta.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	height: 230px;
	padding-top: 30px;
	margin-top: 10px;
}

.boxGreen {
	background-image: url(../images/box_gruen.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	height: 230px;
	padding-top: 30px;
	margin-top: 10px;
}

.boxBlue {
	background-image: url(../images/box_blau.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	height: 230px;
	padding-top: 30px;
	margin-top: 10px;
}

.boxMagenta2 {
	background-image: url(../images/box_magenta2.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	height: 230px;
	padding-top: 30px;
	margin-top: 10px;
}

.boxMagenta p, .boxBlue p, .boxGreen p, .boxMagenta2 p {
	color:#ffffff;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding-left: 25px;
	padding-top: 0px;
	margin-bottom: -2px;
}

.boxMagenta a, .boxMagenta a:hover, .boxBlue a, .boxBlue a:hover, .boxGreen a, .boxGreen a:hover, .boxMagenta2 a, .boxMagenta2 a:hover {
	color: #ffffff;
}	

.boxes {
	width: 980px;
	margin-left: -15px;
}
