/*
 * by  Marco A. Mendes <andrade.m@gmail.com>
 * for Lueckendesign http://lueckendesign.de
 *
 * February 2010
 */


html, body, div, p {
	margin: 0px;
	padding: 0px;
}

html, body, div, p, td, input, textarea {
	font-family: Arial, Helvetica;
	color: black;
}

html, body, div, p, td, input { font-size: 12px; }
textarea                      { font-size: 14px; }

/*/ ------------------------------------------------------------------------------------|
*/

html, body		{ background: #8592a2; }
	div#BODY 			{ margin: 0px auto;  width: 692px; }
		div#PAGE			{  }
			div#HEADER		{ height: 56px; overflow: hidden;  }
				div#HEADER_1		{ float: left; width: 558px; height: inherit; overflow: inherit; }
				div#HEADER_2		{ float: right; width: 122px; height: inherit; overflow: inherit; }
				div.clear		{  }
			div#CONTENT		{  }
				div#_LEFT	{ float: left;  width: 310px; height: 310px; overflow: hidden; }
				div#_RIGHT	{ float: right; width: 278px; height: 266px; overflow: hidden; padding: 22px 16px; }
				div.clear		{  }
			div#FOOTER		{  }

/*/ ------------------------------------------------------------------------------------|
*/

div#HEADER, div#_LEFT, div#_RIGHT, div#FOOTER  {
	margin-top: 60px;
}

div#HEADER, div#_LEFT, div#_RIGHT  {
	background: #e6e6e6;
	border: 2px solid white;
	border-top-color: #a6abb1;
	border-left-color: #a6abb1;
}

div#_LEFT               { background: black;   }
div#HEADER, div#_RIGHT  { background: #e6e6e6; }

img#LOGO { margin: 0px; border: 0px; }



/*/ ------------------------------------------------------------------------------------|
*/

div#HEADER_1  div.links {
	font-family: Impact;
	font-size: 20px;
	margin: 27px 0px 0px 14px;
}

div#HEADER_1   a                                 { color: #6e7f91; text-decoration: none; padding: 0px 4px; background: #e6e6e6; }
div#HEADER_1   a.actual                   { color: black; }

div#HEADER_1   a.active:link         { color: #6e7f91; }
div#HEADER_1   a.active:visited   { color: #6e7f91; }
div#HEADER_1   a.active:hover       { color: #6e7f91; text-decoration: underline; }
div#HEADER_1   a.active:active     { color: #6e7f91; text-decoration: underline; }
div#HEADER_1   a.active:focus       { color: #6e7f91; text-decoration: underline; }



/*/ ------------------------------------------------------------------------------------|


a:link         { color: #006; text-decoration: underline; }
a:visited   { color: #006; text-decoration: underline; }
a:hover       { color: #00c; text-decoration: underline; }
a:active     { color: #00f; text-decoration: underline; background: #efefef; }
a:focus       { color: #00c; text-decoration: none; background: #efefef; }

p.li  a         { text-decoration: none;  }
*/

/*/ ------------------------------------------------------------------------------------|
*/

a:link         { color: #005ca8; text-decoration: underline; }
a:visited   { color: #005ca8; text-decoration: underline; }
a:hover       { color: #207cc8; text-decoration: underline; }
a:active     { color: #207cc8; text-decoration: underline; background: #efefef; }
a:focus       { color: #207cc8; text-decoration: none; background: #efefef; }

p.li  a         { text-decoration: none;  }

/*/ ------------------------------------------------------------------------------------|
*/

.unterlegt { font-family: Arial; background: #f7f7f7; padding: 1px 2px; }
.color { font-family: Arial; font-weight: bold; color: #005ca8; }



.clear { display: block; height: 0px; clear: both; }

.small { font-size: 90%; }
.TODO  { text-decoration: blink; padding: 4px; border: 2px solid orange; }
.ERROR { text-decoration: blink; padding: 4px; border: 2px solid red; } 

.draggable {
	padding-top: 14px!important;
	cursor: move;
}

p { padding-bottom: 12px; }
p#Fordern_Sie_uns {  }

ul {
	list-style: square outside;
	padding-left: 14px;
	margin: 8px 0px 8px 10px;
}

.left { width: 47%; float: left;  }
.right { width: 47%; float: right;  }
.bottom { clear: both; margin-top: 7px; }

ul.left { width: 35%; float: left; margin-bottom: 0px; }
ul.right { width: 45%; float: right; margin-bottom: 0px; }
ul.bottom { clear: both; margin-top: 0px; margin-bottom: 16px; }

p.li  span, /* List item + Page Title */
p.page-title  {
	font-family: Helvetica,Arial,Arial,sans-serif;
	display: block;
	font-size: 125%;
	white-space: nowrap;
}


/*/ ------------------------------------------------------------------------------------|
*/
 
div#BN_NAVIG {
	width: 310px; 
	position: absolute;
	top: 507px;
	margin-left: -16px;
}

div#BN_NAVIG  div#BACK  { float: left;  margin-left: 10px; }
div#BN_NAVIG  div#NEXT  { float: right; margin-right: 7px; text-align: right; }


div#BN_NAVIG  div  a {
	text-decoration: none;
	padding: 0px 10px 3px;
	border: 1px solid #eee;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
	/*border: 1px solid #a5b2c2;
	border-bottom-color: #657282;
	border-right-color: #657282;*/
}

div#IMG_BG {
	margin: 0px;
	padding: 0px;
	width: 310px;
	height: 310px;
	background: #e7e7e7;
	text-align: center;
	vertical-align: middle;
}

div#IMG-Caption {
	font-size: 90%;
	position: absolute;
	top: 497px;
	background: transparent;
	padding-left: 4px;
}

table.THUMBS  tr { vertical-align: middle; }
table.THUMBS  tr td  { vertical-align: middle; }
table.THUMBS  img:hover { cursor: pointer; }


/*/ ------------------------------------------------------------------------------------|
*/


div#SLIDE-SHOW {
	display: none;
}

div#SLIDE-SHOW  div#CONTROL {
	position: absolute;
	top: 497px;
	text-align: right;
	width: 300px;
}

div#SLIDE-SHOW  div#CONTROL a {
	padding: 1px 2px;
	text-decoration: none;
	color: #444;
}

div#SLIDE-SHOW  span {
	display: block;
	position: absolute;
	width: 310px;
	height: 310px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

div#SLIDE-SHOW  span  p  {
	color: white;
	text-align: center;
	margin: 0px;
	padding: 21px 14px;
	width: 290px;
	line-height: 200%;
}

div#UPLOADER {
	width: 310px;
	height: 310px;
	overflow: hidden;
	padding-top: 122px;
	text-align: center;
}

/*
 * SITEMAP
 *
 */

div#SITEMAP {
	position: absolute;
	top: 180px;
	width: 671px;
	height: 310px;
	background: #e6e6e6;
	border: 2px solid white;
	border-top-color: #a6abb1;
	border-left-color: #a6abb1;
	font-size: 90%;
	margin: 0px;
	padding: 10px;
	z-index: 1;
	min-height: 255px;
	text-align: left;
	line-height: 10px;
	display: none;
}

div#SM_LEFT { width: 310px; float: left; }
div#SM_RIGHT { width: 310px; float: right; }


div#SITEMAP  p {
	font-size: 80%;
	margin: 1px;
	padding: 1px;
	line-height: 10px;
}

div#SITEMAP  strong {
	background: #ccc;
	padding: 2px;
	border: 1px solid #333!important;
	margin-bottom: 14px;
	display: block;
}



/* /===================================================================================|
 */








