/* css-datei von www.schilbach-scheulen.de */

/* BASIC */

body {
	margin: 30px 0px 0px 0px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: url(../images/schilbach-bg-lines.gif);
}

h1 {
  font-size: 12px;
  padding-top: 12px;
  margin: 0;
  padding-bottom: 0;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 4px 0 0 0;
}

h2 a {
  color: #666;
}

h2 a:hover {
  text-decoration:underline;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

h3 a  {	color: #666; }
h3 a:hover { text-decoration:underline; }

h4 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1474b6;
}
	
  h4 a:hover { color:#000; }

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: disc;
	list-style-position: inside;
}

a {
	color: #1474b6;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #3191d3;
}

/** HEADER **/

#header {
	width: 960px;
	height: 138px;
	background: #bfe3fd url(../images/bg-header.jpg) no-repeat left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

#header h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #666;
	letter-spacing: 0,1em;
	float: right;
	margin: 0px;
	padding: 25px 60px 0px 0px;
}

/** MENU **/

#menu {
	width: 960px;
	height: 30px;
	background-color: #4997cd;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow:auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 270px;
}

#menu li {
	display: inline;
	width: auto;
}

#menu a {
	display: block;
	float: left;
	padding: 7px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
}

#menu a:hover {
	color: #666;
	font-weight: bold;
	background-color: #F1F4FB;
}

/** CONTENT **/

#content {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/bg-content.png)
}

#columnA {
	float: right;
	width: 650px;
	padding: 20px;
	padding-top: 8px;
	min-height: 450px;
	height: auto !important; /* für moderne Browser */
	height: 450px; /*für den IE */
}

#columnA h3 {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
}


#columnA p {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 16px;
}

#columnA li, #columnA li a {
	line-height: 16px;
}

#columnA li a:hover {
	color: #000;
}

#columnA img {
	margin-right: 15px;
	margin-bottom: 5px;
}

/** SIDEBAR **/

#columnB {
	float: left;
	width: 220px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: auto;
	background-image: url(../images/bg-subnav_off.png);
	background-position: 25px 0px;
	background-repeat: no-repeat;
}

#columnB h2 {
	font-size: large;
}

#columnB h3 {
	font-size: 11px;
}

#columnB ul {
	list-style-type:none;
}

#columnB li a {
	line-height: 17px;
	text-decoration: none;
	padding: 0 0 0 15px;
}

#columnB li a:hover {
	color: #000;
}

/** FOOTER */

#footer {
	width: 930px;
	background: #809CDD url(../images/img05.gif) no-repeat left bottom;
	margin: 0px auto;
	margin-bottom: 20px;
	background-color: #ccc;
	padding-left: 30px;
}

#footer p {
	margin: 0px;
	padding: 8px 5px;
	background: url(../images/img06.gif) no-repeat right bottom;
	font-size: 9px;
	color: #666;
}

#footer a {
	text-decoration:none;
	color:#666;
}

.sub-nav-box {
	background: #e4e5f9;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#footer a:hover {
	text-decoration:none;
	color:#333333;
}

/** BOXES **/

.boxed {
	background: #d7ecfc url(../images/bg-boxed-bottom.png) no-repeat left bottom;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

.boxed .title {
	margin: 0;
	padding: 10px 0 0 15px;
	background: #d7ecfc url(../images/bg-boxed-top.png) no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-align:left;
}

.boxed .content {
	padding: 5px 15px 0 15px;
}


.boxed p {
	padding-left:15px;
	line-height:16px;
}

/** OTHER **/

.border {
	border: 2px solid #bfe3fd;
	margin-right: 15px;
}

.float_left {
	border: 2px solid #bfe3fd;
	float: left;
}

.blue {
	color: #1474b6;
	font-weight: bold;
}

.bold_black {
	color: #000;
	font-weight: bold;
}

/** promuro **/

.adresse {
  font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
  display: block;
	float: left;
	margin: 0px;
	padding: 60px 0px 0px 66px;
	font-size: 11px;
	color: #666;
}

.adresse a {
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

