/* CSS Document */
body, td
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006093;
	font-weight: normal;
}
a {

	font-family: Arial, Verdana, Helvetica, sans-serif;

	font-size: 10pt;

	color: #f56600;

	font-weight: bold;

	text-decoration: none;	

}

a.blue {

	color: #006093;

	font-weight: normal;

}

a.orange {

	color: #f56600;

	font-weight: normal;

}

a:visited {

	color: #888888;

	text-decoration: none;

}

a.orange:visited {

	color: #f56600;

	text-decoration: none;

}

a:hover {

	color: #FFFFFF;

	background-color: #f56600;

	text-decoration: none;	

}

a.orange:hover {

	color: #FFFFFF;

	background-color: #f56600;

	text-decoration: none;	

}

h1 {
	font-size: 22px;
	color: #006093;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 5px 0;
} 
h2 {
	font-size: 15px;
	color: #006093;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 15px 0;
} 

em {

	font-family: Arial, Verdana, Helvetica, sans-serif;

	font-size: 10pt;

	color: #f56600;

	font-weight: normal;

	font-style: normal;

}

.border {

	width: 956px;
	border: 1px solid #006093;
}

#logo  {
	margin: 15px; 
	text-align: left;
}

#logo h1 span { display: none; }

#container {
	margin: 25px 0 0 0;
	padding: 0;
	position: relative;
}
	
	#hotline {
		position: absolute;
		top: 5;
		right: 5;
		border: 2px solid #F56600;
		color: #f56600;
		padding: 5px;
		background: #FFD0AE;
		width: 310px;
		height: 110px;

	}
	#hotline h1 {
		font-size: 22px;
		color: #f56600;
	}
	#hotline .subtext {
		font-size: 10px;
		margin: -7px 10px 0 0;
	}

	#navigation
	{
		float: left;
		width: 125px;
		text-align: left;
		padding: 3px 0 3px 0 ;
		margin: 20px 0 0 5px;
		border-left: 3px solid #7088B5;		
	}
	#navigation ul, li
	{
		list-style-type: none;
		margin: 0 0 5px 0;
		padding: 0;
	}
	
	#navigation a {
		text-decoration: none;
		font-weight: bold;
		color: #7088B5;
		white-space: normal;
		font-size: 16px;
		padding: 0 5px 0 5px;
	}
		#navigation ul li.navActive a  {
			color: #F56600;
			padding-bottom: 3px;
			font-weight: bold;	
		}
		#navigation ul li.navActive .spaceafterlink { 
			font-size: 18px;
			background: url(http://www.coaching4success.de/data/media/template/1/nav_active_icon.gif) center right no-repeat; 
		}
		#navigation ul li.navActive a:hover  {
			color: #fff;
			background-color: #F56600;
		}
		#navigation ul ul li.navActive a  {
			color: #F56600;
			padding-bottom: 1px;
			font-weight: bold;	
		}
		#navigation ul ul li.navActive a:hover  {
			color: #fff;
			background-color: #F56600;
		}
		#navigation ul li.navActive ul a  {
			color: #7088B5;
			font-weight: bold;	
		}
		
		#navigation ul li.navActive ul li.navActive a  {
			color: #F56600;
			padding-bottom: 3px;
			font-weight: bold;	
		}	

	#navigation a:visited {
		font-weight: normal;	
		text-decoration: none;
		color: #444444;
	}
	#navigation a:hover {
		text-decoration: none;
		color: #ffffff;
		background-color: #f56600;
	}
	#navigation a:active {
		text-decoration: underline;
		font-weight: normal;
	}
		
	#content
	{
		margin: 0 10px 0 180px;
		padding: 15px 0 0 0;
		text-align: left;
	}
	
	#content ul
	{
	margin: 0; 
	padding: 3px 0 3px 20px;
	
	}
	#content li {
	list-style-type: square;	
	color: #7088B5;
	}
	
#content .orangelist
	{
		color: #f56600;
	}
#kontaktformular {
	border: 1px dashed #f56600;
	padding: 5px;
}
/* Klassen */
.cutout
{
	background: url(http://www.coaching4success.de/images/icon_schere.gif) bottom right no-repeat;
	height: 16px;
	margin: 0 0 -19px 0;
	padding:0;
}
.cutout[class]
{
	background: url(http://www.coaching4success.de/images/icon_schere.gif) top right no-repeat;
	margin:0;
	padding:0;
}

