body {
	background-color: #6284a3;
	/*background-image: url(../media/bg.gif);*/
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial;
}

.mainborder {
	border-style : none solid none solid;
	border-width: 0px 3px 0px 3px;
	border-color: #54585d;
	background-color: #e4e9ef;
}

.partborder {
	border-style : none none solid none;
	border-width: 0px 0px 3px 0px;
	border-color: #54585d;
	background-color: #e4e9ef;
}

.photoborder {
	border-style : solid;
	border-width: 1px;
	border-color: #000000;
}

.search {
	font-size: 11px;
	font-family: Arial;
}

.headtitle p {
	font-size: 22px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	margin : 0px 0px 0px 10px;
}


.content {
	background-color: #E6ECEC;
}

.content h1 {
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	color: #900000;
	margin : 0px 0px 25px 0px;
	
	border-style : none none solid none;
	border-width: 0px 0px 1px 0px;
	border-color: #54585d;
}

.content .ueberschrift1 {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #894034;
}

.content .ueberschrift2 {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #AA5D4E;
}

.content p, ul, ol {
	font-size: 13px;
	font-family: Arial;
}

.content .image {
	border : 1px solid #7FABD2;
}

.content a {
	color: #6284a3;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-decoration : none;
}

.content a:hover {
	color: #81aed7;
	font-weight: bold;
	text-decoration : underline;
}

.content .selected {
	color: #FF6633;
	font-weight: bold;
	text-decoration : none;
}

.inputtext {
	font : bold 12px Arial;
	border : 1px solid #A39EC6;
	width : 300px;
}

.textarea {
	font : bold 12px Arial;
	border : 1px solid #A39EC6;
	width : 300px;
}

.button {
	cursor: hand;
	background-color: #6284a3;
	border : 1px solid #A39EC6;
	color: #FFFFFF;
	font : bold 12px Arial;
}
.button-over {
	cursor: hand;
	background-color: #FFFFFF;
	border : 1px solid #6284a3;
	color: #6284a3;
	font : bold 12px Arial;
}

/****************************************************************************/
/* Raster */
.raster, .raster50, .raster33, .raster25, .raster30_70 {
	width: 100%;
	overflow:hidden;
	/*margin-bottom: 20px;*/
	float: left;
}
  
.raster50plus, .raster30_70plus {
	width: 100%;
	overflow:hidden;
	margin-bottom: 1.4em;
	float: left;
}
	
.raster_left {
	float: left;
	margin: 0 0 0 0;
}
  
.raster_right {
	float: right;
	margin: 0;
	padding: 0;
}

