/* CSS-Datei erstellt von consilia::sozial :: www.consilia-sozial.org */
/* Dunkelrot: #AA0000 */
/* Orange: #FF6600 */
/* Orange hell: #FF7F2A */

/* Design festlegen */
/* Layout */
#container {
	margin: 0em auto;
	width: 800px;
	background-color: #AA0000;
	}
	
#header {
	width: 800px;
	height: 150px;
	}
	
#menu {
	list-style: none;
	margin: 0;
	float: left;
	display: block;
	width: 200px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #AA0000;
	text-align: left;
	}

#content {
	float: left;
	width: 590px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	text-align: left;
	}

	
#fotter {
	width: 790px;
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #AA0000;
	color: white;
	text-align: right;
	font-size: 80%;
	}
	
/* Menü definieren */
#menu li {
	font: 125%  Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu a {
	background: #AA0000;
	border-bottom: 1px solid #AA0000;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #FF6600 url("http://www.consilia-sozial.org/fileadmin/template/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

/* Layout festlegen */
body {
	background-color: Gainsboro;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	color: black;
	text-align: center;
	}
td {
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	color: black;
	}
a {
	color: #FF6600;
	text-decoration: none;
	border-bottom: 1px dashed #FF6600;
	}

a:hover {
	color: #AA0000;
	text-decoration: none;
	border-bottom: 1px solid #AA0000;
	}
a.nav {
	color: white;
	text-decoration: none;
	border-bottom: 0px;
	}
a.nav:hover {
	color: #FF6600;
	text-decoration: none;
	border-bottom: 0px;
	}
h1 {
	font-size: 175%;
	color: #FF6600;
}

h1.csc-firstHeader {
	font-size: 175%;
	color: #FF6600;
}
.cReduceTextSize {
  color: black;
  font-family: arial, verdana, sans-serif;
  font-size:0.9em;
  }

.cNormalTextSize {
  color: black;
  font-family: arial, verdana, sans-serif;
  font-size:1.0em;
  }

.cEnlargeTextSize {
  color: black;
  font-family: arial, verdana, sans-serif;
  font-size:1.2em;
  }