/* Stylesheet für die Webside des West Münsterland Catan Club - WMC2 */
/* Autor: Peter Höing */


/* Basisregeln für das gesamte Dokument */

body {
	background-image: url('none');
	background-color: #FFFFCC;
	min-width: 40em;
}	
/* Farbalternative für Background: #FF9645 */


/* Überschriften und Textmarkierungen */

h1 {
	font-weight: 800;
	font-size: 200%;
	text-align: center;
	font-family: arial rounded mt bold; sans-serif;	
	color: maroon;
	border-width: 1px;
	border-style: solid
}

h2 {
	font-weight: 700;
	font-size: 150%;
	color: maroon
}

h3 {
	font-weight: 600;
	font-size: 120%;
	color: maroon;
}

.subtitle {	
	text-align: center;
	font-family: arial rounded mt bold; sans-serif;
	font-size: 120%
}



/* Regelung der Darstellung bestimmter Textbausteine */

.diesiedler {
	color: maroon;
	font-size: 120%;
	font-family: Bell MT, serif;
	font-weight: 700;
}

.theclub {
	color: maroon;
	font-size: 120%;
	font-family: Bell MT, serif;
	font-weight: bold;
}

.suf {
	color: maroon;
	font-size: 120%;
	font-family: Old English Text MT, Ravie, Copperplate Gothic Bold, serif;
	font-weight: bold;
}


.remark {
	border-style: solid;
	background: #FFCC99;
	border-width: thin;
	border-color: black;
	padding-left: 5px;
	padding-bottom: 2px;
	font-style: italic;

}
.markimportant {
	font-weight: bold;
	color: maroon;
	letter-spacing: 2px;
	font-size: 105%;
}



/* ----------------------- Listenformatierungen ----------------------- */

.descriptionlist li {
	font-weight: 700;
}

li div {
	font-weight: normal;
	margin-bottom: 15px;
}



/* Nach-Oben-Abschnitte innerhalb einer Seite */
.pagesection {
	veritcal-align: middle;
	font-size:80%;
	color: Navy;
}

div.pagesection a:visited {
	text-decoration: none;
}

div.pagesection a:link {
	text-decoration: none;
}


/* Eingabefelder grau machen, wenn eingabereit */
input:focus {
	background: silver;

}

fieldset {
	border-color: maroon;
}

input.preselect {
	font-weight: 600;
	font-size: 102%;
}


/* ---------------------- Formatangaben zu Tabellen ---------------------------------- */



tr.tkopf {
	font-weight: bold;
	display: table-row;	
	background-color: #FFCC66;
}

table.overview {
	border-style: medium solid;
	border-color: black;
	border-spacing: 20px 5px;
	border-collapse: collapse;
	margin-right: 5px;
}
table.overview td {
	display:table-cell;
	border: thin solid black;
	padding: 0 2px 0 5px;
}


table.hide {
	border-spacing: 20px 5px;
	border-collapse: collapse;
}

table.hide td {
	display:table-cell;
	padding: 0 20px 0 5px;
}


/* Tabellen für Leitbildanzeige */

table.forleftimage {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: maroon;
	border-collapse: collapse;
	margin-right: 15px;
}

table.forrightimage {
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: maroon;
	border-collapse: collapse;
	margin-right: 15px;
}

td.subimage {
	veritcal-align: middle;
	font-size:80%;
	text-align: center;
}
	


/* Fußnotenformatierung */
table.footnote { 
	border-spacing: 20px 5px;
	border-collapse: collapse;
	empty-cells: hide;
	border: none;
	Font-size: 80%;

}

table.footnote td {	
	padding: 4px 40px 0 5px;
	vertical-align: bottom;
	border-left: 0px;	
}


.lookfirst {
	color: maroon;
	font-size: 103%;
}

/* interne links Formatieren */

a.internallink:link {
	color: #800040;
}	
	
a.internallink:visited {
	color: #800040;
}	

a.internallink:hover {
	color: blue;
	font-weight: bolder;
}

/* Blacklinks verhalten sich wie internallink's, werden nur nicht größer beim hovern (für Tabellen) */
a.blacklink:link {
	text-decoration: none;
	color: #800040;
}

a.blacklink:visited {
	color: #800040;
	text-decoration: none;
}
a.blacklink:hover {
	color: blue;
	text-decoration: none;
}

/* Grafiken umfließen */
.leftfloat {
	float: left;
	margin: 0 1em 1em 0;
}

.rightfloat {
	float: right;
	margin: 0 1em 1em 0;
}


/* Regelnummerrierung */
.rulenr {
	vertical-align: top;
	font-size: 0.7em;
	color: maroon;
}

/* ============= Navigationsleiste ============= */
#fixiert {
  position: absolute;
  top: 0.8em; left: 0em;
  width: 10em;
}

/* Bilder in der Navigationsleiste in der Breite anpassen */
#Navigation img {
	width:150;	
}
#Navigation {
  font-size: 1em;
  margin: 0 0 1.2em 0; padding: 0;
}
#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
    font-size: 90%;

}
  
ul#Navigation a {
  display: block;
  padding: 0 0.2em 0 0.2em;
  font-weight: bold;
}


ul#Navigation a:visited {
  color: black;
}


ul#Navigation a:hover {
	color: blue;
	font-weight: bolder;
}

ul.smallist {
	display: block;
	font-weight: bold;
	font-size: 90%;
	padding-left: 1em;
	margin-left: 0em;
}


/* Copyrighthinweis  und Seiteninformation*/
div.marker, div.pageinfo {
	font-size: 80%;
	text-align: center;
	margin-top: 1em;		
}



html>body #fixiert {  /* nur fuer moderne Browser! */
  position: fixed;
}

/* Alle Inhalte müssen Abstand halten von der Navigationsleiste */
#Inhalt {
  margin-left: 9.5em; padding: 0 1em;
  border-left: 2px ridge gray
}
