/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family: Trebuchet MS;
	font-size:12px;
	border: solid 0px pink;
	color: #666;
	line-height: 19px;
}
h1 {font-size: 15px;margin-bottom:7px;}
h2 {font-size: 14px;margin-bottom:5px;}
h3 {font-size: 13px;margin-bottom:3px;}


html, body {
	height:100%;
	}

body {
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-image: url('images_tpl/screendesign.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0197F8;
	

	}

#distance { 
	width:1px;
	height:20px;
	/*margin-bottom:-50px; / half of container's height */
	}

#container {
	margin:0 auto 0;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:630px;
	width:900px;
	clear: left;
	border: 0px solid green;
	/*background: url('http://www.felix-speer.de/layouts/felix/bg.jpg') repeat-y center;*/
	overflow: hidden;
	}


#page_content
{
	margin-left:30px;
	margin-right:30px;
	margin-top:20px;
	border: solid 0px pink;
	display: block;
	text-align:left;
	display: block;
}
#article_content
{
	border: solid 0px pink;
}
#article_content ul {
	margin-left: 20px;
	border: solid 0px red;
	padding-left: 0px;
}
#article_content ul li 
{
	border: solid 0px pink;
}
#pages_list
{
	text-align: right;
	list-style-type: none;	
	margin:auto;
	overflow: display;
	border: solid 0px #cccccc;
	padding:0px;
	float: left;
	height:40px;
	margin-top:100px;
	width:650px;
	display: block;
	margin-left: 0px;
}
#pages_list li a
{
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding:5px;
	color: #fff;
}
#pages_list li a:hover
{
	
	color: #FF9900;
}
#pages_list .selected a
{
	color: #fff;
}
#pages_list li
{
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	margin-bottom:0px;
	height:auto;
	padding:0px;
	overflow: hidden;
	cursor: pointer;
	margin-left:7px;
	float: left;
}
#header 
{
	margin: 0 0 0 0px;
	padding: 0;
	width: 900px;
	height: 160px;
	display: block;
	text-align:right;
}
#footer 
{
	padding: 0px;
	margin: 0 auto;
	width: 900px;
	height:270px;
	display:block;
	border: solid 0px pink;
	position: relative;
}
#flashmovie
{
margin-top:-167px !important;
}


.download_item_box
{
	margin: 15px;
	margin-left:0px;
	padding-left: 20px; 
}
.download_item_box a
{
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size:13px;
}
.download_item_box a:hover
{
	text-decoration: underline;
}


#slider
{
float: left;
width:490px;
height:290px;
overflow: hidden;
margin-right:30px;

}
#slider_con
{
float: left;
width:490px;
height:330px;
overflow: hidden;
margin-right:30px;
background: #fff;
margin-bottom:40px;
border: solid 0px pink;

}
#slider_con .nav
{
padding:0px;
margin:0px;
}
#slider_con .nav a:hover
{text-decoration: none;}

#slider .simg
{

}
/*----------TinyMCE editor----------*/
body.mceContentBody
{
background: url(); 
color: #333;
text-align: left;
width: 600px;
}

