/**
* Tags direkt formatiert
*/
html, body {
	/* height: 100%;*/
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #fDfDfD;
	margin-top: 24px;
	margin-bottom: 12px;
	text-align:center;
}

td, div, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

a {
	text-decoration: none;
	color: #47AB00
}

a:hover {
	text-decoration: underline;
	color: #47AB00
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #007FB3;
}

h1 a, h2 a, h3 a {
	color: #007FB3;
	text-decoration: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
}

h2 {
	margin: 0px 0px 6px 0px;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/**
* Per ID formatierte Div-Container
*/

/*a{display:block;color: #981793;padding:10px} */

#logo {
	margin-bottom: 16px;
}

#container {
	text-align:left;
	width:80%;
	margin:0 auto;
	position: relative
}

#col1 {
	float:left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 332px;
	margin-left: -12px;
	padding-left: 12px;

}

#col1Content {
	padding: 0px 0px 0px 4px;
}

#col2 {
	padding: 96px 0px 0px 356px;

}

#containerTraining {
	display: block;
	margin-bottom: 16px;
}

#containerRelocation {
	display: block;
	margin-bottom: 16px;
}

#containerConsulting {
	display: block;
	margin-bottom: 16px;
}

.textLow {
	color: #a0a0a0;
}

.textHigh {
	color: #333333;
}

/**
* Klassen
*/ 


/* News */
.newsContainer {
	margin-bottom: 48px;
	margin-top: 0px;
/*	background-image: url("http://www.compass-relocation.de/img/all/news_marker.gif");
	background-repeat: no-repeat;
	background-position: top left; */
	clear: both;
/*	border: 1px solid #000000; */
}

.newsDate {
	color: #a0a0a0;
	margin-bottom: 4px;
	margin-left: -12px;
	padding-left: 12px;
	background-image: url("http://www.compass-relocation.de/img/all/news_marker.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.newsHead h2 {

}
.newsHead {
	color: #017394;
/*	margin-left: 12px;*/
}

.newsText {

}

.newsTextFloating {
/*	float: left;*/
}

.newsImage {
	float:right;
	margin-left: 12px;
	margin-bottom: 6px;
}

.text {
    color: #A0A0A0;
}

.textFloatLeft {
	width: auto;
}

.textFloatRight {
	width: auto;
}

/* Spacer */
.spacerNormal {
	height: 14px;
	clear: both;
	display: block;
}

.spacerMedium {
	height: 28px;
	clear: both;
	display: block;
}

/* allgemeine Layoutelemente */
.clearContainer {
	clear: both;
	display: block;
	visibility: hidden;
	height: 2px;
}

.stressContainer {
	margin-top: 24px;
	margin-left: -12px;
	padding-left: 12px;
	color: #333333;
	background-image: url("http://www.compass-relocation.de/img/all/head_marker.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.headMarker {
	margin-left: -12px;
	padding-left: 12px;
	background-image: url("http://www.compass-relocation.de/img/all/head_marker.gif");
	background-repeat: no-repeat;
	background-position: top left;
}


/* Bilder */
.imageLinked {
	border: 0px;
}

.imageRight {
	text-align: right;
}

.imageLeft {
	text-align: left;
}

.imageCenter {
	text-align: center;
}

.imageFloatRight {
	float: right;
	padding: 0px 0px 12px 6px;
/*	border: 1px solid #ff0000; */
}

.imageFloatLeft {
	float: left;
	padding: 0px 12px 6px 0px;
	width: auto;
}