
body
{
	padding: 0px;
	margin: 0px;

	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt; /*14px;*/
	color: #000;

	background: #e1e1e1 url(../gfx/bkgnd.gif) repeat-x top;
}

h1
{
	font-size: 18px;
	font-weight: bold;
}

p
{

}

ul.std li
{
	padding: 3px;
}

a img
{
	border: 0px !important;
}

img.at	{
	width:	14px;
	height:	14px;

	padding:	0px	2px;
	vertical-align:	middle;
}

img.dot	{
	width:	1px;
	height:	14px;

	padding:	0px	1px;
	vertical-align:	middle;
}

div#page 
{
	width: 960px;
	margin: 0 auto;
	position: relative;	
}

div#page div
{
	float: left;
}

div#nav_top
{
	width: 100%;
}

div#nav_top div.border
{
	background: transparent;
	padding: 0px;
	margin: 0px;
	
	float: right;
}

div#nav_top div.border img
{
	width: 19px;
	height: 40px;
}

div#nav_top div.nav_top_content
{
	color: #fff;
	background: #000;
	
	padding: 13px 0px;
	font-size: 12px;
	float: right;	
}

div#nav_top div.nav_top_content a
{
	padding: 0px 15px;

	color: #fff;
	text-decoration: none;
}

div#nav_top div.nav_top_content a:hover
{
	color: #ff8201;
}

div#date
{
	width: 100%;
	margin-top: 10px;
}

span#date_text
{
	float: right;
	font-size: 10px;
	color: #66340c; /*#0c3d66;*/
}

div#search
{
	width: 100%;
	margin-top: 3px;
}

div#search *
{
	float: right;
}

div#search img
{
	width: 51px;
	height: 19px;
}

div#search input#searchTextBox
{
	width: 160px;
	height: 15px;
	font-size: 12px;
	border: 1px solid #ffffff;
}

div#bigpicture
{
	margin-top: 19px;
	width: 100%;
	height: 310px;
	
	background: url(../gfx/bigpicture.jpg) #fff top right no-repeat;
}

div#bigpicture div#left_part
{
	width: 700px;
	height: 310px;
	
	background: url(../gfx/orange2white.jpg) repeat-y;
}

div#bigpicture div#left_part img#logo
{
	width: 300px;
	height: 92px;
	
	margin-top: 100px;
	margin-left: 20px;
	
	background: url(../gfx/logo.png);
}

div#bigpicture div#marquee_container
{
	float: right;
	
	width: 200px;
	height: 200px;
	margin: 50px 10px;
	
	overflow: hidden;
}

div#marquee_container div
{
	width: 200px;
	height: 200px;
	
	overflow: hidden;
}

div#marquee_container div#page1 img
{
	width: 200px;
	height: 200px;
}

div#page div#body
{
	width: 100%;
}

div#main
{
	width: 100%;
	background: #ffffff url(../gfx/hr.gif) repeat-x top;
}

div#categories
{
	width: 255px;
	
	padding: 20px;
	padding-bottom: 0px;
}

img#cats_head
{
	width: 255px;
	height: 43px;
	margin: 0px;
	padding: 0px;	
}

img#cats_foot
{
	width: 255px;
	height: 21px;
}

ul#cats_list
{
	margin: 0px;
	margin-top: -3px;
	
	padding: 0px;
	padding-top: 10px;
	padding-left: 60px;
	
	background: url(../gfx/cats_body.gif) repeat-y center;
}

ul#cats_list li
{
	padding: 8px 10px 8px 5px;
	border-bottom: 1px dashed #aaa;
	
	list-style-position: outside;
	list-style-image: url(../gfx/lp_icon.gif);
}

ul#cats_list li:hover
{
	list-style-image: url(../gfx/lp_anim.gif);
}

ul#cats_list li.empty
{
	list-style: none;
	padding: 5px;
	
}

ul#cats_list li.selected
{
	font-size: 14px;
	font-weight: bold;
	color: #ff8201;
	
	background: #fff; /*url(../gfx/cats_selected.jpg) right repeat-y;*/
}

ul#cats_list li a
{
	font-size: 14px;
	color: #555;
	text-decoration: none;
	
	margin-top: -100px;
}

ul#cats_list li a:hover
{
	color: #666;
	text-decoration: underline;
}

div#content
{
	padding: 20px;
	padding-bottom: 0px;
	
	width: 620px;
}

div#content h1
{
	padding-right: 250px;
}

div#content p
{
	padding-right: 260px;
	line-height: 150%;	
}

div.no_slidebar p
{
	padding-right: 0px !important;
}

div#content div#image_slide
{
	float: right;

	position: relative;
	width: 220px;
	height: 450px;

	border: 1px solid #ddd;
	background: #fff;
	overflow: hidden;
}

div#image_slide div.button
{
	position: absolute;
	width: 220px;
	height: 30px;
	z-index: 1;
	
	text-align: center;
		
	background: #ddd;
	border: 0px;
}

div#image_slide div.button:hover
{
	background: #ccc;
}

div#image_slide div.button img
{
	margin: 4px;
}

div#image_slide div#btn_up
{
	top: 0px;
	border-bottom: 4px solid #fff;	
}

div#image_slide div#btn_down
{
	top: 416px;
	border-top: 4px solid #fff;
	
	/* sicher gehen, dass unter Knopf keine Lücke wenn Seite z.B. im Firefox skaliert wird */
	border-bottom: 10px solid #ddd;
}

div#image_slide div#images
{
	margin-top: 30px;	
}

div#image_slide div#images img
{
	width: 200px;
	margin: 5px 10px;
}

div#image_slide div#images div.highslide-caption
{
	background: #fff !important;
}

div.controlbar 
{
	background: #fff;
}

div.controlbar a
{
	padding: 10px;

	color: #000;
	text-decoration: none;
}

div.controlbar a:hover
{
	color: #f80;
}

div#bottom
{
	width: 100%;
	height: 24px;
	background: #ffffff;
}

div#bottom img
{
	width: 24px;
	height: 24px;
}

div#bottom img#mb_left
{
	float: left;
}

div#bottom img#mb_right
{
	float: right;
}

div#footer
{
	width: 100%;
	font-size: 11px;
}

div#footer a
{
	padding: 0px 15px;

	color: #ff8201;
	text-decoration: none;
}

div#footer a:hover
{
	text-decoration: underline;
}

div#footer div#footer_left
{
	float: left;
	padding: 10px 15px;
}

div#footer div#footer_right
{
	float: right;
	padding: 10px 30px;
}
