/*--------------- kopiert aus styles css ---------------*/

body, p {
	background: #ecf0f0;
	color: navy;
	font-family : arial, verdana, sans-serif;
	font-size: 14px;
}

a {	
	text-decoration: none;
	color: navy;
}

a:hover {
	text-decoration: underline;
	color: navy;
	font-weight : bold;
}

a:link {
	color:navy;
	text-decoration:underline;
	text-underline:single;
}

a:visited {
	color: purple;
	text-decoration:underline;
	text-underline:single;
}

h3 {
	font-size: 13pt;
	color: navy;
}

.rubrictitle {
	color: navy;
	font-weight: bold;
	font-size: 18pt;
}

.rubricsubtitle{
	color : navy;
	font-weight : bold;
	font-size : 18px;
 }

.modulewelcomeheader {
	color: navy;
	font-weight : bold;
	font-size : 22px;
}

.modulewelcometext {
	color: navy;
	font-weight : bold;
	font-size : 16px;
}

/*--------------- ab hier neu ---------------*/

/*--------------- Gestaltung ---------------*/
#inhalt {
	border-left: solid 5px #4de76a;
	}
	
#kopf {
	vertical-align: middle;
	padding: 22px 0 22px 0;
	text-align: center;
	background: #4de76a;
	color: navy;
	font-weight: bold;
	font-size: 36px;
	}	
	
#text {	
	padding: 0 30px 0 30px;
	}
	
/*--------------- Tour Übersicht mit kleinen Bildern ---------------*/	
#bilderklein{
	text-align: center;
	}
	
.bild_quer {
	margin: 55px 10px 25px 10px;
	width: 170px;
	height: 125px;
	border: 0;
	}
	
.bild_hoch {
	margin: 10px 10px 25px 10px;
	width: 125px;
	height: 170px;
	border: 0;
	}
	
/*--------------- Bild in default ---------------*/

.aktuell {
	float: right;
	margin-right: 5%;
	}
	
/*--------------- Einzelne grosse Bilder ---------------*/
/*--------------- auch für Hochformat verwenden ---------------*/
#quer {
	margin: 30px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	}
	
/*--------------- interne links ---------------*/
#links {
	float: left;
	}

.mitte {
	text-align: center;
	}
				
#rechts {
	float: right;
	}
	
.oben {
	text-align: right;
	}
