/* ---------------------------------------------------------- Allgemeines HTML */
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #0a0d77;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	background-image: url(../images/bg_body.jpg);
	background-position: 916px 0px;
	background-repeat: no-repeat;
}
h1 {
	width: 477px;
	height: 43px;
	margin: 26px 0px 10px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 43px;
	padding: 0px 0px 0px 131px;
	color: #fff;
}
h1 a {
	font-size: 12px;
}
.business {
 background-color: #a1b7d7;
}
.trainings {
 background-color: #fbd3b3;
}
.theater {
	 background-color: #f99080;
}
.praevention {
	 background-color: #aed0db;
}
.beispiel {
	 background-color: #a9daab;
}
.referenzseite {
  background-color: #c4eade;
}
.seminarseiten {
  background-color: #f6debc;
}
.coachings {
  background-color: #b4d9f4;
}
.laender {
	background-color: #d2d2d2;
}
.standard {
	width: 600px;
	background-color: #d2d2d2;
	padding: 0px 0px 0px 8px;
}
h1.workshops {
	height: 52px;
	color: #000;
	background-image: url(../images/bg_workshops.jpg);
}
h1 span {

}

/* ---------------------------------------------------------- Grundgestaltung */
#header {
	width: 917px;
	height: 180px;
	overflow: hidden;
	background-image: url(../images/bg_header.jpg);
}
#galli-logo {
	float: left;
	margin: 40px 10px 0px 31px;
}
h1#wortmarke {
	float: left;
	margin: 79px 0px 0px 0px;
	width: 282px;
	height: 43px;
	line-height: 43px;
	font-size: 26px;
	color: #fff;
	text-indent: -9000px;
	background-image: url(../images/logo-wortmarke.gif);
	background-repeat: no-repeat;
	background-color: none;
}
#wrapper {
	width: 950px;
	color: #3a3a3a;
	min-height: 574px;
	background-image: url(../images/bg_wrapper.gif);
	background-repeat: repeat-y;
}
#content {
	width: 950px;
	min-height: 371px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
}
#seitennavi {
	float: left;
	width: 278px;
	margin: 0px 31px 0px 0px;
}
#inhalt {
	float: left;
	width: 608px;
}
#footer {
	width: 950px;
	height: 106px;
	background-image: url(../images/bg_footer.jpg);
	color: #bec0ff;
	font-size: 13px;
}
#footer p {
	margin: 0px;
	text-align: right;
	padding: 13px 10px 0px 0px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.weiss {
	color: #fff;
}
.spalte1 {
	float: left;
	width: 365px;
	margin: 0px 0px 0px 8px;
}
.spalte2 {
	float: left;
	width: 220px;
	margin: 0px 0px 0px 10px;
}
.einspaltig {
	width: 600px;
	margin: 0px 0px 0px 8px;
}
/* ---------------------------------------------------------- Inhaltsgestaltung */


/* ---------------------------------------------------------- Routenplaner */

#route table {
	float: left;
	width: 153px;
	margin: 0px 0px 0px 0px;
}


form {
	margin: 0px;
	padding: 0px;
}
#route input {
	width: 153px;
	border:1px solid #9a9a9a;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#route input#submit2 {					/* Gestaltung des Submit-Buttons */
	padding:2px;
	background: #005da2;
	color: #fff;
	cursor:pointer;
	border: 1px solid #919191;
	margin: 5px 0px 0px 0px;
}

#route input#submit2:hover {
	background: #054d81;
	border: 1px solid #000;
	color: #fff;
}
.route-start td, .route-ziel td{
	background-color: #187ec2;
	border: 1px solid #ccc;
	line-height: 14px;
    padding-left: 5px;
	color: #fff;
	letter-spacing: 1px;
}


/* ---------------------------------------------------------- Allgemeine Styles */
.smaller {
	font-size: 11px;
	line-height: 13px;
}
.smaller p {
	margin: 5px 20px 5px 0px;
	font-size: 11px;
	line-height: 13px;
}
:focus {
 outline: 0;
}
.close {
	float: right;
	margin: 5px;
}
.clearer {
	clear: both;    
	display: block; 
    height: 0; 
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper a, #wrapper a:link, #wrapper a:visited, #wrapper a:active {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#wrapper a:hover {
	color: #000;
	text-decoration: underline;
}
a, a:link, a:visited, a:active {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}