body {
	color: #000;
	background-color: #FFF;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

img {
	border: none;
}

table, th, td {
	border: 1px #E6E6E6 solid;
	text-align: left;
	vertical-align: top;
}
table .editor {
	width: 400px;
}

th {
	color: #FFF;
	background-color: #A762CD;
}

input, select {
	font-size: 10px;
}

input.large {
	width: 480px;
}

select.small {
	width: 160px;
}

input.small {
	width: 160px;
}

textarea {
	width: 400px;
	height: 360px;
	font-size: 12px;
}

textarea.smallrows {
	width: 480px;
	height: 60px;
	font-size: 12px;
}

#main {
	width: 980px;
	min-height: 720px; /* Für moderne Browser */
	height: auto !important; /* Für moderne Browser */
	height: 660px; /* Für IE */
	margin: auto;
	padding-bottom: 8px;
	background-image: url(../images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px #A762CD solid;
}

#header {
	clear: both;
	height: 132px;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
}

#header .company_brand {
	padding: 2px;
}

#topnav {
	clear: both;
	margin: 0 0 4px 0;
	width: 100%;
	padding: 2px 0 2px 0;
	color: #A762CD;
	background-color: #FFC5DC;
	text-align: right;
	border-top: 1px #A762CD solid;
	border-bottom: 1px #A762CD solid;
}

#topnav a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#topnav a:hover {
	color: #A762CD;
	text-decoration: underline;
}

#topnav a:active {
	color: #FF0000;
}

#leftnav {
	clear: both;
	float: left;
	width: 155px;
	margin-top: 6px;
	padding: 2px;
	height: 480px;
	min-height: 480px;
}

#leftnav a.mainnav {
	display: block;
	margin: 0 0 2px 0;
	padding: 4px;
	color: #000;
	background-color: #E0A2B3;
	font-weight: bold;
	text-decoration: none;
}

#leftnav a.mainnav:hover {
	color: #FFF;
	background-color: #A762CD;
}

#leftnav a.mainnav:active {
	color: #FFF;
	background-color: #A762CD;
}

#leftnav a.subnav {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}

#leftnav a.subnav:hover {
	color: #FFF;
	background-color: #A762CD;
}

#leftnav a.subnav:active {
	color: #FFF;
	background-color: #A762CD;
}

#leftnav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: square;
}

#leftnav li {
	margin: 0 0 0 16px;
}

#content {
	float: left;
	width: 780px;
	padding: 0 12px 0 12px;
	text-align: left;
}

#content h1 {
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #E0A2B3;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #E0A2B3;
}

#content h3 {
	margin: 12px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#content a {
	display: inline;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #FFF;
	background-color: #A762CD;
}

#content a:active {
	color: #FFF;
	background-color: #A762CD;
}

#content .imgcnt {
	float: left;
	margin: 0 16px 6px 0;
	border: 1px #A762CD solid;
}

#content .imgcnt2 {
	clear: both;
	float: right;
	border: 1px #A762CD solid;
}

#content .imgcnt3 {
	clear: both;
	float: left;
	margin: 0 16px 6px 0;
	border: 1px #A762CD solid;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

#footer a {
	display: inline;
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #A762CD;
}

#footer a:active {
	color: #A762CD;
}

.error {
	font-weight: bold;
	color: #DC3626;
}

/* ----- EDITOR SPECIALS ----- */

.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.hidden {
	left: -10000px;
	position: absolute;
}
