
/* ALLGEMEINES */
html, body {
	background: #ececec;
}

img {
	border-width: 1px;
	border-style: solid;
	border-color: #2A609E;
	float: left;
	margin-top:10px; 
	margin-right:20px; 
	margin-bottom:10px;
}

img:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #1BE426;
	float: left;
	margin-right:20px; 
	margin-bottom:10px;
	cursor: hand;
}

.clearthis { /*check it*/
	clear: both;
	float: none;
	font-size: 1px;
	color: #FFF;
}


/* CONTAINER */
#container {
	width: 820px;
	padding: 0;
	margin: auto;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#menucontainer {
	float: left;
	width: 236px;
	margin: 0;
	background: #fff url(../img/elements/menuebckgr.gif);
}



#content {
	float: right;
	width: 556px;
	margin: 0;
	padding: 0;
	background: #fff url(../img/elements/textbckgr.gif);
}

#contenttext {
	float: left;
	padding: 15px 15px 15px 15px; /*top right bottom left*/
	width: 536px;
}

#textstart {
	float: left;
	width: 556px;
	height: 4px;
	margin: 0;
	background: #fff url(../img/elements/textstart.gif);
}

#textend {
	float: left;
	width: 556px;
	height: 4px;
	margin: 0;
	background: #fff url(../img/elements/textend.gif);
}


/* MENUE*/
#mainmenueHOLDER, #sponsorfoot, #menuestart{
	float: left;
	width: 236px;
	height: 84px;
	margin: 0;
}
#menuestart {
	background: #fff url(../img/elements/logo.gif);
}
#submenuebox {
	float: left;
	width: 236px;
	height: 35px;
	margin: 0;
	background: #fff url(../img/elements/between1.gif);
}
#submenu {
	float: left;
	padding: 15px 5px 8px 4px; /*top right bottom left*/
}
a.submenue{
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
}
#menueend {
	float: left;
	width: 236px;
	height: 13px;
	margin: 0;
	background: #fff url(../img/elements/menueend.gif);
}

#menu {
	float: left;
	padding: 20px 20px 20px 20px; /*top right bottom left*/
}

#menu ul {
	padding: 0;
	margin: 0;
	line-height: 15px;
}

#menu li {
	border-bottom: 1px solid #ececec;
	list-style: none;
	margin: 0;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #2660A2;
	padding-left: 5px;
}
#menu a:hover {
	color: #fff;
	background: #C3D3E2;
}

.clearthis { /*check it*/
	clear: both;
	float: none;
	font-size: 1px;
	color: #FFF;
}

/****** LEXICON CONTAINER ******/

#MAINlexicon{
	width: 100%;
	float: left;
}

#lexiconNAVIGATION {
	position:relative;
	width: 100%;
	float: left;
	padding: 0px;
    background: #f7f7f7;
}

#rewindCONTAINER{
	position:relative;
	width: 40%;
	float: left;
	padding: 10px;
}

#forwardCONTAINER{
	position:relative;
	width: 40%;
	float: right;
	padding: 10px;
}

#lexiconBLOCK{
	width: 100%;
	position: relative;
	float: left;
}

#LEXICONcontentCONTAINER{
	width: 50%;
	float: left;
	padding: 10px;
	position:relative;
	text-align: justify;
}

#LEXICONimageCONTAINER{
	width: 40%;
	float: right;
	padding: 10px;
	position:relative;
}

#LEXICONlinkCONTAINER{
	width: 70%;
	float: left;
	position:relative;
	padding: 10px;
}