/* globale einstellungen:*/

/* Definition Textblöcke */

#wordsleft {
	float					:	left;
	top					:	100px;
	left					:	140px;
	height				:	150px;
	width					:	250px;
	background				:	#efd;
	border				:	1px solid #000;
	margin				:	5px;
	padding				:	5px;
}

#wordsright {
	float					:	right;
	top					:	100px;
	right					:	150px;
	height				:	200px;
	width					:	150px;
	background				:	#def;
	border				:	1px solid #000;
	margin				:	5px;
	padding				:	5px;
}

#wordsabsolute_1, #wordsabsolute_2 {
	position				:	absolute;
	top					:	335px;
	border				:	1px solid #000;
	margin				:	5px;
	padding				:	5px;
	font-size				:	12px;
	color					:	#da5700;
}

#wordsabsolute_1 {
	left					:	10px;
	width					:	240px;
	background				:	#ddd;
}

#wordsabsolute_2 {
	left					:	265px;
	width					:	395px;
	background				:	#eee;
}

#wordsrelative {
	position				:	relative;
	top					:	325px;
	left					:	0px;
	background				:	#ddd;
	border				:	1px solid #000;
	margin				:	5px;
	padding				:	5px;
	font-size				:	12px;
	color					:	#da5700;
	width					:	240px;
}

#wordsmaincenter {
	position				:	absolute;
	top					:	150px;
	left					:	15px;
	background				:	#fff;
	border				:	0;
	margin				:	5px;
	padding				:	5px;
	font-size				:	12px;
	color					:	#000;
}

/* Bilderpositionierungen Startseite */

#idximg01, #idximg02, #idximg03, #idximg04, #idxwtr {
	position				:	absolute;
	top					:	8px;
	left					:	15px;
	width					:	510px;
	background				:	#da5700;
	border				:	0;
	margin				:	0;
	padding				:	1px;
	font-size				:	13px;
	font-weight				:	bold;
	color					:	#fff;
}

#idximg02 {
	top					:	227px;
}

#idximg03, #idximg04 {
	left					:	535px;
	width					:	140px;
}

#idximg04 {
	top					:	119px;
	background				:	#000;
}

/* Ende Pos. Startseite */

.imgright {

	width					:	auto;
	float					:	right;
	margin				:	0px 0px 0px 0px!important;
}

.imgleft, .imgleft_txt {
	width					:	auto;
	float					:	left;
	margin				:	0px 0px 0px 0px!important;
}

.imgleft_txt {
	margin-right			:	5px! important;
}

.imgcntr	{

	width					:	auto;
	padding-left			:	15px;
}
