/* CRESCENDO WUERZBURG CSS-DATEI */

/* Schriftart für alle Seiten festlegen */
* {
	font-family: "Verdana,Arial,Helvetica,sans-serif";
}

/* Body-Tag definieren */
body {
	padding:0;
	margin:0;
	background-color: #6666CC;
	color: #FFFFFF;
}
/* Schriftgroessen- und abstaende definieren */
textarea {
	font-family: "Verdana,Arial,Helvetica,sans-serif";
	font-size: 12px;
}
p {
	font-family: "Verdana,Arial,Helvetica,sans-serif";
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {font-family: "Verdana,Arial,Helvetica,sans-serif";
	font-size: 12px;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
li {
	font-family: "Verdana,Arial,Helvetica,sans-serif";
	font-size: 12px;
	display: marker;
	text-align: left;
	list-style: outside;
	margin-left: 15px;
}
.normal {
	font-family: "Verdana,Arial,Helvetica,sans-serif";
	font-size: 12px;
	line-height: 16px;
}
/* Etwas kleinere Schrift */
.smaller {
	font-family: "Verdana,Arial,Helvetica,sans-serif";
	font-size: 11px;
	line-height: 14px;
}
/* Kleine Schrift fuer Bildunterschriften etc. */
.small {
	font-family: "Verdana,Arial,Helvetica,sans-serif";
	font-size: 9px;
}
/* Grosse Schrift */
.gross {
	font-family: "Verdana,Arial,Helvetica,sans-serif";
	font-size: 14px;
	line-height: 18px;
}

/* Ueberschriften definieren */
h1 {
	font-family: "Verdana,Arial,Helvetica,sans-serif";
	font-size: 22px;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	font-family: "Arial,Helvetica,Verdana,sans-serif";
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	font-family: "Arial,Helvetica,,Verdana,sans-serif";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	top-padding: 8px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h4 {
	font-family: "Verdana,Arial,Helvetica,sans-serif";
	font-size: 16px;
	top-padding: 8px;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* Bildanzeige festlegen */
img {
	border-style: none;
}
/* Navigationsbuttons links */
.nav {
	border-style: none;
	margin-bottom: 5px;
}
/* Bilder in linkem Layer rechtsbuendig */
.mainleft {
	border-style: none;
	align: right;
	margin-top: 0px;
	margin-bottom: 2px;
}
/* Bilder in rechtem Layer linksbuendig */
.mainright {
	border-style: none;
	align: left;
	margin-top: 0px;
	margin-bottom: 2px;
}
/* Bilder in linkem Layer rechtsbuendig und Text fliesst um das Bild */
.mainleftfloat {
	border-style: none;
	float: right;
	margin-left: 24px;
	margin-top: 0px;
	margin-bottom: 4px;
}
/* Bilder in rechtem Layer linksbuendig und Text fliesst um das Bild */
.mainrightfloat {
	border-style: none;
	float: left;
	margin-right: 24px;
	margin-top: 0px;
	margin-bottom: 4px;
}


/* FARBEN */
/* Hintergrundfarben */
.blau {
	color: #6666CC;
}
.dunkelblau {
	color: #003399;
}
.grau {
	color: #A5ACBB;
}
/* Textfarben */
.schwarz {
	color: #000000;
}
.weiss {
	color: #FFFFFF;
}
.orange {
	color: #EAA829;
}


/* SEITENLAYOUT FESTLEGEN */
/*                        */
/* Crescendo-Wuerzburg Emblem links oben auf allen Seiten */

#headpic {
	background-color: #6666CC;
	position: absolute;
	height: 132px;
	width: 217px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Bildbereich in Titelzeile für Homepage */
#homepic1 {
	background-color: #6666CC;
	position: absolute;
	height: 132px;
	width: 172px;
	top: 0;
	left: 217px;
	margin: 0;
	padding: 0;
	border: 0;
}
/* Bildbereich in Titelzeile für Homepage */
#homepic2 {
	background-color: #6666CC;
	position: absolute;
	height: 132px;
	width: 66px;
	top: 0;
	left: 389px;
	margin: 0;
	padding: 0;
	border: 0;
}
/* Bildbereich in Titelzeile für Homepage */
#homepic3 {
	background-color: #6666CC;
	position: absolute;
	height: 132px;
	width: 164px;
	top: 0;
	left: 455px;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Bereich für Seitentitel - alle Seiten ausser Homepage */
#headtitle {
	background-color: #6666CC;
	position: absolute;
	width: 392px;
	height: 46px;
	top: 0;
	left: 217px;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Bereich für Kommentar unter Seitentitel - alle Seiten ausser Homepage */
#headtext {
	background-color: #6666CC;
	color: #FFFFFF;
	text-align: justify;
	font-size: 12px;
	position: absolute;
	width: 392px;
	height: 86px;
	top: 46;
	left: 217px;
	margin: 0;
	padding: 12px 38px 24px 24px;
	border: 0;
}
#headtext a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
#headtext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headtext a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#headtext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Adressfeld Crescendo Wuerzburg fuer alle Seiten */
#headadr {
	background-color: #A5ACBB;
	color: #000000;
	position: absolute;
	font-size: 12px;
	width: 392px;
	height: 132px;
	top: 0;
	left: 609px;
	margin: 0;
	padding: 12px 24px 24px 38px;
	border: 0;
}
#headadr a:link {
	color: #000000;
	text-decoration: none;
	}
#headadr a:visited {
	color: #000000;
	text-decoration: none;
}
#headadr a:active {
	color: #000000;
	text-decoration: none;
}
#headadr a:hover {
	color: #000000;
	text-decoration: underline;
}


/* Navigationsleiste links - für alle Seiten */
#sidebar {
	background-color: #6666CC;
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	width: 217px;
	top: 132px;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
#sidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:active {
	color: #EAA829;
	text-decoration: none;
}
#sidebar a:hover {
	color: #EAA829;
	text-decoration: underline;
}


/* Hauptfenster fuer Text und Bilder - grosser blauer Rahmen mit voller Breite */
#mainlarge {
	background-color: #003399;
	color: #FFFFFF;
	text-align: justify;
	font-size: 12px;
	position: absolute;
	width: 784px;
	height: 78%;
	top: 132px;
	left: 217px;
	margin: 0;
	padding: 16px 24px 24px 24px;
	border: 0;
	}
#mainlarge a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
#mainlarge a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainlarge a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#mainlarge a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Main-Layer für Hauptfenster links und rechts; nötig, damit Layer gleiche Höhe haben */
#main {
	position: absolute;
	height:78%;
	min-height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	top: 132px;
	left: 217px;
	padding: 0;
	border: 0;
}

/* Hauptfenster fuer Text und Bilder - grauer halbseitiger Rahmen links */
#mainleft {
	background-color: #A5ACBB;
	color: #000000;
	text-align: justify;
	font-size: 12px;
	position: relative;
	float: left;
	left: 602px;
	width: 392px;
	height: 100%;
	border: 0;
	margin-left: -602px;
	}
#mainleft a:link {
	color: #000000;
	text-decoration: none;
	}
#mainleft a:visited {
	color: #000000;
	text-decoration: none;
}
#mainleft a:active {
	color: #000000;
	text-decoration: none;
}
#mainleft a:hover {
	color: #000000;
	text-decoration: underline;
}
.columnleft {
	margin: 0;
	padding: 16px 38px 16px 24px;
}

/* Hauptfenster fuer Text und Bilder - dunkelblauer halbseitiger Rahmen rechts */
#mainright {
	background-color: #003399;
	color: #FFFFFF;
	text-align: justify;
	font-size: 12px;
	position: relative;
	width: 392px;
	height: 100%;
	left: 392px;
	border: 0;
}
#mainright a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
#mainright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainright a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#mainright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.columnright {
	margin: 0;
	padding: 16px 24px 16px 38px;
}

/* Rahmen für Druckansichten */
#printpage {
background-color: #FFFFFF;
	color: #000000;
	text-align: justify;
	font-size: 12px;
	position: absolute;
	width: 650px;
	height: 950px;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	border: 0;
}