/*css layout formatting done by mtness.net*\
		for www.3dst.de
\*              2007-02-05                */

* {	margin: 0; border: 0; padding: 0; }

html
{
}
body
{
	padding: 109px 0 32px 0;
	font-size: 1.05em;
	line-height: 1.1em;
	z-index: 0;
	background: #fff fixed bottom right no-repeat url(images/3dst_grid_bg.jpg);
}
#header,
#submenu_wrap,
#footer
{
	position: absolute;
	left: 0;
	overflow: hidden;
	z-index: 3;
}

#header
{
	top: 0;
	width: 100%;
	height: 107px;
	border-bottom: 0px solid #c3c3c3;
	z-index: 5;
}

#submenu_wrap
{
	position: absolute;
	width: 100%;
	top: 107px;
}

#content_bg_wrap
{
	position: absolute;
	width: 100%;
	bottom: 32px;
}
#footer 
{
	overflow: hidden;
	width: 100%;
	height: 32px;
	position: absolute;
	bottom: 0px; /*ugly fix for IE*/
	left: 0;
	border-top: 0px solid #ddd;
	color: #000;
	background: #fff fixed bottom right no-repeat url(images/3dst_grid_bg.jpg);
	z-index: 4;
}

@media projection
{
	html>body>div#header,
	html>body>div#submenu_wrap, 	/* This element causes FF inputcursor bug */
	html>body>div#content_bg_wrap,
	html>body>div#footer
	{
		position: fixed;

	}

	.keywords { display: none; }
	.hidden { display: none; }

	#rootline 
	{
		position: fixed;
		top: 0;
		left: 0;
		padding: 0px 0 0 4px; 
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 9px;
		color: #c3c3c3;
		z-index: 5;
	}
	#rootline a:link   {  color: #c3c3c3; text-decoration: none;}
	#rootline a:visited{  color: #c3c3c3; text-decoration: none;}
	#rootline a:hover  {  color: #c3c3c3; text-decoration: underline;}
	#rootline a:active {  color: #c3c3c3; text-decoration: none;}

	#multilang
	{
		position: fixed;
		top: 0;
		right: 0;
		padding: 0px 4px 0 0; 
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 9px;
		color: #c3c3c3;
		z-index: 5;
	}
	#multilang li { list-style: none; float: left; padding: 3px; }
	
	#topframe
	{
		margin: 0 auto 0 auto;
		border-bottom: 1px solid #FFCC00;
		width: 800px;
		height: 106px;
		background: #fff;
		z-index:3;
	}

	#logo
	{
		position: relative;
		top: 32px;
		left: 32px;
		z-index:3;
	}
	
/* menu ******************************************************************** */
	#menu
	{
		position: relative;
		top: 32px;
		padding-left: 279px;
		height: 32px;
		z-index: 24;
		font-family: forgotten futurist, verdana, helvetica, arial, sans-serif;
		font-size: 19px;
		font-weight: bold;
		text-transform: uppercase;
		/* background: blue; */
	}
	#menu li { list-style: none; float: left; padding: 0 0.75em 0 0; }
	#menu li a 
	{
		display: block;
		background-color: #fff;
		color: #000;
		text-decoration: none;
		float: left;
	}
	html>body #menu li a 
	{
		width: auto;
	}

	#menu li a:hover 
	{
		background: center left no-repeat url(images/FNORD_menuarrow.gif);
		color: #F4811F;
	}
/* end of menu ************************************************************* */
	
	#submenu_center
	{
		margin: 0 auto 0 auto;
		width: 800px;
		z-index: 3;
	}

	#submenu
	{
		position: relative;
		top: 0;
		left: 0;
		width: 260px;
		min-height: 472px; /* height adjustment necessary for visibility */
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 13px;
		z-index: 3;
		background: fixed top left repeat-x url(images/3dst_submenu_bg.png);
	}


  	#submenu h1
	{
		position: relative;
		top: 20px;
 		border-top: 1px solid #fff;
 		border-bottom: 1px solid #fff;
		padding: 2px 32px 2px 32px;
		font-size: 1em;
		text-align: center;
		background: #fff;
		color: #000;
	}
	
	#submenu a {}
	#submenu a:link   {  color: #060606; text-decoration: none;}
	#submenu a:visited{  color: #060606; text-decoration: none;}
	#submenu a:hover  {  color: #060606; text-decoration: underline;}
	#submenu a:active {  color: #060606; text-decoration: none;}



	#submenu ul
	{
		position: relative;
		top: 20px;
		list-style: none;
		z-index: 3;
 	}
	#submenu li
	{
		display: block;
		padding: 1px 0 0 1px;
		z-index: 3;
	}
	#submenu li a 
	{
		display: block;
		text-decoration: none;
		width: 100%;
		padding: 4px 32px 4px 32px;
		text-align: right;
		z-index: 3;
	}

	.active { background: #fff; color: #00458A; }
	.actifsub { background: #f9f9f9; }
	
	html>body #submenu li a 
	{
		width: auto;
		z-index: 3;
	}

	#submenu li a:hover 
	{
		background: #fafafa center left no-repeat url(images/FNORD_menuarrow.gif);
		color: #00458A;
		z-index: 3;
	}

	#submenu li ul
	{
		position: relative;
		top: 0px;
		list-style: none;
		z-index: 3;
 	}
	#submenu li ul li
	{
		font-size: 0.8em;
	}
	#submenu li ul li a
	{
		padding: 0 40px 0 32px;
	}
	
	#content_wrap
	{
		z-index: 2;
	}
	#content_frame
	{
		margin: 0 auto 0 auto;
		border:0;
		width: 800px;
	}


	#content
	{
		position: relative;
		top: 0;
		left: 260px;
		width: 500px;
		min-height: 472px;
		padding: 20px;
		font-size: 0.7em;
		text-align: left;
		color: #3d3d3d;
		z-index: 4;
	}

/* content elements formatting xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#content h1 { font-family: verdana, helvetica, arial, sans-serif; font-size: 1.3em ; margin: 0px; padding: 8px 0 8px 0; }
#content h2 { font-family: verdana, helvetica, arial, sans-serif; font-size: 1.2em; margin: 0px; padding: 0 0 8px 0; }
#content h3 { font-family: verdana, helvetica, arial, sans-serif; font-size: 1.0em; margin: 0px; padding: 0 0 8px 0; }
#content p  { font-family: verdana, helvetica, arial, sans-serif; margin: 0; padding: 0 0 16px 0; }
#content a  { font-family: verdana, helvetica, arial, sans-serif; color: #c3c3c3; margin: 4px 0px 4px 0px; padding: 0; }
#content ul { font-family: verdana, helvetica, arial, sans-serif; margin: 0 0 8px 16px; }
#content em { font-family: verdana, helvetica, arial, sans-serif; font-style: normal; color: #fff; margin:0px; }
#content li { margin-bottom: 5px; }

#content  a:link   {  color: #00458A; text-decoration: none;}
#content  a:visited{  color: #00458A; text-decoration: none;}
#content  a:hover  {  color: #00458A; text-decoration: underline;}
#content  a:active {  color: #00458A; text-decoration: none;}

/* /content elements formatting xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


.csc-mailform 					{ font-family: verdana, helvetica, arial, sans-serif; overflow:auto; }
.csc-mailform label 				{ display: block; float: left; width: 224px;overflow:auto }
.csc-mailform-field input 		{ border: 1px solid #c3c3c3; z-index: 4;overflow:auto }
.csc-mailform-field input:hover 	{ border: 1px solid #666666; background: #c3c3c3; overflow:auto; }
.csc-mailform-field textarea 	{ border: 1px solid #c3c3c3; z-index: 4;overflow:auto; }
.csc-mailform-submit 			{ right: 0; margin-left: 200px; padding: 2px; }

#tx-rggooglemap-cat { font-family: verdana, helvetica, arial, sans-serif; }

.news-latest-container{ padding: 20px 8px 0px 8px;  font-family: verdana, helvetica, arial, sans-serif;  }
.news-latest-item {padding-bottom: 16px;}
.news-latest-date { font-size: 0.7em; }
.news-latest-item h3 { font-size: 1em; }
.news-latest-item img {}
.news-latest-item p { float: left; clear: left; font-size: 0.85em; line-height: 1.2; }
.news-latest-morelink { font-size: 0.85em; }

.news-list-container {}
.news-list-item { position: relative; clear: right; padding: 32px 0 0 0; }
.news-list-item h3 { }
.news-list-date {}
.news-list-item img { float: right; } 
.news-list-item p {}
.news-list-morelink { }

.news-single-item { font-family: verdana, helvetica, arial, sans-serif; }
.news-single-item h2 { }
.news-single-timedata { padding: 8px 0 0 0;}
.news-single-img { float: right; padding: 0 0 8px 8px; }
.news-single-item p { padding: 0 0 -16px 0; }
.news-single-additional-info {}
.news-single-backlink {}


	#content_bg_wrap
	{
		z-index: 1;
	}
	
	#content_bg_frame
	{
		margin: 0 auto 0 auto;
		width: 800px;
		z-index: 1;
	}


	#content_bg_l
	{
		position: relative;
		top: 0;
		left: 260px;
		width: 9px;
		height: 472px;
 		background: bottom left no-repeat url(images/3dst_content_bg_l.png);
		float: left;
	}
	#content_bg
	{
		position: relative;
		top: 0;
		left: 260px;
		width: 524px;
		height: 472px;
 		background: fixed bottom left repeat-x url(images/3dst_content_bg.png);
		float: left;
	}
	#content_bg_r
	{
		position: relative;
		top: 0;
		left: 793px;
		width: 7px;
		height: 472px;
 		background: bottom left no-repeat url(images/3dst_content_bg_r.png);
	}


	#legal
	{
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 26px;
		border: 0px solid #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 0.6em;
		z-index: 21;
	}
	
	#legal a:link   {  color: #060606; text-decoration: none;}
	#legal a:visited{  color: #060606; text-decoration: none;}
	#legal a:hover  {  color: #060606; text-decoration: underline;}
	#legal a:active {  color: #060606; text-decoration: none;}

	#print_contact { display: none; }
	#mtness
	{
		position: fixed;
		bottom: 3px;
		right: 3px;
		border: 0px solid #000000;
		z-index: 23;
	}

	
}
