﻿@charset "utf-8";
/* CSS Document */

*
{
	border-style:none;
	border-width:0px;
	background-color:transparent;
	font-family:Tahoma, Verdana, Arial;
	font-size:14px;
	color:#000;
	margin:0px;
	padding:0px;
}

body
{
	white-space:nowrap;
	overflow:visible;
	background-image:url('pics/body_bg.png');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F0B7B2;
}

br
{
	clear:both;
}

table
{
	width:100%;
	table-layout:fixed;
}

table.produkte td
{
	padding:0px 28px 15px 0px;
	width:105px;
}

td
{
	vertical-align:top;
	white-space:normal;
}

td.left
{
	width:200px;
}

td.right
{
	width:100%;
	border-top:#F83122 solid 7px;
	padding:10px 150px 30px 20px;
}

p
{
	white-space:normal;
	text-align:justify;
}

p.headline
{
	font-weight:bold;
	margin-bottom:20px;
}

a:link, a:visited, a:active
{
	color:#F83122;
	text-decoration:none;
	font-weight:bold;
}

input, select, textarea
{
	color:#666;
	width:534px;
	margin:0px 0px 5px 10px;
	padding:3px 10px;
	background-color:#FFF;
	border:solid thin #000;
}

select, textarea
{
	width:554px;
	padding-left:0px;
	padding-right:0px;
}

.defaultSkin table.mceLayout
{
	margin:0px 0px 5px 10px;
}

input[type=submit]
{
	color:#000;
	width:556px;
	background-color:#F83122;
}

input[type=checkbox], input[type=radio]
{
	width:auto;
	margin-right:10px;
	border:none;
}

div.header
{
	width:983px;
	height:282px;
	margin:30px auto 0px auto;
	clear:both;
	background-position:bottom;
	background-repeat:no-repeat;
}

div.content_bg
{
	width:983px;
	margin:0px auto;
	clear:both;
	background-image:url('pics/content_bg.png');
	background-repeat:repeat-y;
}

div.status
{
	width:965px;
	height:26px;
	margin:0px auto;
	padding-right:5px;
	background-color:#F83122;
	text-align:right;
	line-height:25px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}

div.content
{
	width:936px;
	margin:0px auto;
	padding:40px 7px 40px 40px;
}

div.footer
{
	width:983px;
	height:72px;
	margin:0px auto;
	clear:both;
	background-image:url('pics/footer.png');
	background-position:top;
	background-repeat:no-repeat;
}

div.submenu
{
	width:217px;
	margin:0px auto 30px auto;
	clear:both;
}

ul
{
	list-style-image:url('pics/list_style.gif');
	margin-bottom:12px;
	margin-left:25px;
	margin-top:10px;
}

ul.menu
{
	list-style:none;
	margin:0px auto;
}

ul.menu li
{
	float:left;
}

ul.menu li a
{
	font-size:12px;
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}

.personal
{
	width:160px;
	float:left;
	margin-bottom:20px;
}

.personal p
{
	text-align:center;
}
