body {
	background-image: url(../media/bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.mainborder {
	background-color: #ffffff;
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
}

h1 {
	font-size: 18px;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	color: #4b86ee;
	margin : 0px;
}

h2 {
	font-size: 16px;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	color: #4b86ee;
	margin : 0px;
}

.content .ueberschrift {
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	color: #85B7E6;
}

.content .text, .content p, .content ul, .content ol {
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana;
}

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

.content a {
	color: #4b86ee;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	text-decoration : none;
}

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

.imageenlarge {
	font : bold 12px Arial;
	color : #000000;
}

.footer small {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana;
	color: #ffffff;
}

/*

a {
	color: #482A99;
	text-decoration:none;
	font-weight : bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight : bold;
}
a:link {
	color: #482A99;
	text-decoration:none;
	font-weight : bold;
}

.menu {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : #005BBB;
}

.titel {
	font : bold 22px Arial;
	color : #000000;
}

.ueberschrift1 {
	font : bold 16px Arial;
	color : #000000;
}

.ueberschrift2 {
	font : bold 14px Arial;
	color : #000000;
}

.text, p {
	font : normal 13px Arial;
	color : #000000;
}

.textklein {
	font : normal 11px Arial;
	color : #000000;
}

.beschreibungtext {
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	color : #005BBB;
}



.mainspaceborder {
	border-style : none none solid none;
	border-width: 0px 0px 1px 0px;
	border-color: #005BBB;
}

.adminborder {
	border-style : dotted dotted dotted dotted;
	border-width: 1px 1px 1px 1px;
	border-color: #005BBB;
}

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

.menuborder {
	border-style : solid none solid none;
	border-width: 1px 0px 1px 0px;
	border-color: #005BBB;
	background-color : #BED7F3;
}

.menuspaceborder {
	border-style : none solid none none;
	border-width: 0px 1px 0px 0px;
	border-color: #005BBB;
}

.logininputtext {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	border-style : solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	width : 170px;
}*/

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

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

.button {
	cursor: hand;
	background-color: #4b86ee;
	border : 1px solid #A39EC6;
	color: #FFFFFF;
	font : bold 12px "Trebuchet MS", Verdana;
}
.button-over {
	cursor: hand;
	background-color: #FFFFFF;
	border : 1px solid #A39EC6;
	color: #4b86ee;
	font : bold 12px "Trebuchet MS", Verdana;
}

.selecttext {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
}	
.checkbox {
	cursor: hand;
}
.smallertext {
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
}


/****************************************************************************************************************************************/
	/* mod_raster */
	
	.raster
	{
		width: 100%;
		overflow:hidden;
	}
	
	.raster_left
	{
		float: left;
		margin: 0 20px 0 0;
	}
	.raster_right
	{
		float: right;
		margin: 0;
		padding:0;
	}


