@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #5f5f5f;
	margin: 10px auto;
	text-align: center;
	width: 100%; /*1000px; */
	/*min-width: 1000px;*/
	/* width: 1000px;*/
	background-color: #FFFFFF; /*#5F5F5F;*/
}

.p img{
	border: none;
	padding-left: 10px;
}
	
h1, h2, h3 {
	color: #5F5F5F;
	text-align: left;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 13px;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 200%;
}

p {
}

ul {
	padding: 10px 0 10px 0;
}

ol {
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#body img:left {
	/*padding: 4px 14px 4px 10px;*/
	padding-right: 20px;
}

#body img:right {
	padding: 4px 10px 4px 4px;
}

/*#content IMG.align-left {
	vertical-align: middle;
	padding: 4px 14px 4px 10px;
}

#content IMG.align-right {
	vertical-align: middle;
	padding: 4px 10px 4px 4px;
}*/

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	/*display: none; */
}

#wrap {
	width: 1100px; /*100%; /*1000px;*********************************************/
	min-width: 1100px;
	height: auto;
	margin: auto;
	background-color: #FFFFFF;
	/*border: 1px solid #FF99FF;*******************************/
}
/* IE Hack: min-width
* html #wrap {
        width: 1100px;
}
*/

/* Header */
#header {
	width: 100%; /*1000px;*********************************************/
	height: 123px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(images/wuerfel_103x101.jpg) no-repeat 55px 18px;
	font-family: arial, sans-serif;
	/*border: 1px solid #E7EBEE;
	border-bottom: none;*/
}

#header h1 {
	margin: 0;
	padding: 33px 0 0 180px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #4C4C4C;
}
#header h1 a {
	text-decoration: none;
}

#header h2 {
	padding: 10px 0 0 180px;
	font-weight: normal;
	font-size: 16px;
	color: #4C4C4C;
}

#header a {
	text-decoration: none;
	color: #4C4C4C;
}

/* Menu */
#menu {
	margin: auto;
	padding: 0;
	float: left;
	width: 100%; /* 1000px; *********************************************/
	height: 31px;
	color: #4C4C4C;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	/*border-left: 1px solid #E7EBEE;
	border-right: 1px solid #E7EBEE;*/
	border-bottom: 1px solid #DF4344;
}

#menu ul {
	margin: 0 0 0 14px;
	padding: 0;
	list-style-type: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 23px;
	line-height: 22px;
	margin: 8px 1px 0 0;
	padding: 0px 10px 0 10px;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	color: #4C4C4C;
	background-color: #E7EBEE;
}

#menu a:hover {
	text-decoration: none;
}

#menu .active a {
	background-color: #CE3233;
	color: #ffffff;
	line-height: 30px;
	height: 31px;
	margin: 0 1px 0 0;
}

/*actual path*/

#actpath {
	height: 31px;
	width: 740px;
	font-size: 100%;
	text-align: left;
	color: 4C4C4C;
	/*background: #CCCCCC;*/
	margin: auto;
	padding: 0 0 0 20px;
	line-height: 31px;
	font-weight: normal;
}

#actpath a {
	text-decoration: none;
	font-weight: normal;
	color: #4C4C4C;
}

#langswitch {
	float: right;
	width: auto;
	padding-right: 10px;
}

#langswitch a {
	text-decoration: none;
	font-weight: bold;
	color: #99A0A1;
	background-color: #FFFFFF;
}

/* Page */

#bg {
	float: left;
	width: 100%; /* width: 1000px; *********************************************/
	min-height: 390px;
	margin: 0;
	padding: 1px 0 0 0;
	/*border-left: 1px solid #E7EBEE;
	border-right: 1px solid #E7EBEE;*/
}

#page {
	width: 100%;
	margin: auto;
}

/* Content */

#content {
	float: left;
	width: 760px;
	/*height: auto;*/
	min-height: 400px;
	margin: 0 0 20px 0;
	padding: 0;
	/*background-color: #FF99FF;*/
}

* html #content { /* IE Hack: min-height */
        height: 400px;
}

#content h1 {
	margin: 24px 0 18px 0;
	padding: 0;
	/*background: url(images/emp_logo_26x22.gif) no-repeat left center;*/
}

#content h2 {
	margin: 24px 0 10px 0;
	padding: 0;
}

#content p {
	padding: 0;
	margin: 12px 0 12px 0;
	line-height: 1.5em;
	/*text-align: justify;*/
}

#content p.align-right {text-align: right}
#content p.align-left {text-align: left}
#content p.align-center {text-align: center}

#content ul {
	margin: 0 0 0 35px;
	padding: 0;
	color: #4C4C4C;
}

#content li {
	color: #4C4C4C;
	list-style-type: square;
}

#content a {
	color: #4C4C4C;
	font-weight: bold;
}

.post img.float:left {
	float: left;
	padding-right: 20px;
}

.post img.float:right {
	float: right;
	padding-left: 20px;
}

/* Posts */

.post h1.title {
	margin: 40px 0 20px 0;
	padding-left: 33px;
	background: url(images/emp_logo_26x22.gif) no-repeat left center;
}

.post h2.title {
	margin: 40px 0 20px 0;
	padding-left: 33px;
	background: url(images/emp_logo_26x22.gif) no-repeat left center;
}

.post .title a {
	text-decoration: none;
	color: #292929;
}

.post .entry {
	padding-left: 32px;
}
/*
.post ul, .post ol {
	margin-left: 3em;
}
*/
.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

#about {
float: left;
	margin: 0 0px 0 20px;
	width: 710px;
	/*background-color: #FF99FF;*/
}

/* Sitemap */

#sitemap {
	text-align: left;
}

#sitemap ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 0px;
	list-style-type: none;
}

#sitemap li {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

#sitemap li li{
	margin: 0;
	padding: 0 0 0 12px;
	background-image: url(images/bullet_right.gif);
	background-repeat: no-repeat;
	background-position: 0;
}

#sitemap li li li {
	margin: 0;
}

#sitemap li a {
	font-weight: bold;
}

#sitemap li li a {
	font-weight: normal;
}

/* Sidebar */

#sidebar {
	float: left;
	/*width: 250px;**********************************************/
	width: 290px;
	height: auto;
	padding: 0 0 0 28px;
	margin: 0;
	background: #FFFFFF;
	font-family: Arial, sans-serif;
}

#sidebar ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar li {
	padding: 0;
	margin: 0;
}

/* 2nd Navigation */

#2ndnav {
	padding: 0;
	margin: 0;
	
}

#2ndnav a {
	color: #4C4C4C;
	display: block;
	padding: 0 10px 0 12px;
	background: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#2ndnav a:hover {
	color: #DF4344;
	display: block;
	background: #F8FCFF;
}

#2ndnav .active a {
	color: #DF4344;
	display: block;
	/*background: #CCCCCC;*/
}

.box {
	padding: 0;
	margin: 0;
	width: auto;
	/*min-width: 250px;*/
	text-align: left;
	/*border-bottom: 1px solid #E7EBEE;	/*#B0B0B0;*/
	/*border-left: 0px dotted #E7EBEE;		/*#B0B0B0;*/
	/*border-right: 1px solid #E7EBEE;	/*#B0B0B0;*/
}

.box .title {
	height: 31px;
	padding: 0;
	margin: 26px 0 0px 0;
	line-height: 31px;
	font-size: 132%;
	color: #4C4C4C;
	font-weight: bold;
	font-style: italic; 
	text-align: center;
	border-bottom: 1px dotted #E7EBEE;
	color: #DF4344;
}

.box .content {
	padding: 0;
	height: auto;
}

.box ul {
	list-style: none;
	line-height: 1.5em;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 0.9em;
}

.box small {
	font-size: 10px;
	color: #4C4C4C;
}

.box p {
	font-size: 1em;
	padding: 2px 8px 3px 10px;
	margin: 0;
}

.box a {
	color: #4C4C4C;
	display: block;
	height: 26px;
	padding: 0 0 0 12px;
	border-bottom: 1px dotted #E7EBEE;	/*#B0B0B0;*/
	border-right: 1px dotted #E7EBEE;
	text-decoration: none;
	font-style: none; 
	text-align: left;
	font-weight: normal;
	line-height: 26px;
}

.box .active a {
	color: #DF4344;
	display: block;
	/*background: #E7EBEE;*/
}

.box a:hover {
	color: #DF4344;
	display: block;
	background: #F8FCFF;
}

/* NewsBox*/

#newsbox {
	color: #4C4C4C;
}

.newsbox {
	padding: 0;
	margin: 15px 0 0 0;
	border: 1px solid #4C4C4C;
	overflow: hidden;
}

.newsbox .title {
	height: 20px;
	padding: 0 0 0 10px;
	background-color: #CCD0D4;	/*#B0B0B0;*/
	line-height: 20px;
	font-size: 1em;
	color: #4C4C4C;
	font-weight: normal;
}

.newsbox ul {
	list-style: none;
	line-height: 1.5em;
}

.newsbox ul li {
	/*margin-bottom: 13px;*/
	font-size: 0.9em;
}

.newsbox small {
	font-size: 0.9em;
	color: #4C4C4C;
}

.newsbox p {
	padding: 0 0px 6px 10px;
	margin: 0;
	font-size: 0.9em;
	line-height: 1em;
}

.newsbox H4 {
	font-size: 0.9em;
	margin: 0;
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #5F5F5F;
	border-bottom: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	text-align: left;
}

.newsbox hr {
	margin: 0 10px 0 10px;
	padding: 0;
	color: #4C4C4C;
}

.more {
	text-align: center;
	padding: 0 10px 6px 10px;
	margin: 0;
	font-size: 0.9em;
	line-height: 1em;
	color: #FFFFFF;
	/*background-color: #E5E5E5;*/
}

.more a {
	text-decoration: underlined;
	font-weight: normal;
	color: #FFFFFF;
}

/*.more a:hover  {
	text-decoration: none;
	font-weight: bold;
}*/

#newsbox h3 {
	display: block;
	background-color: #EEEEEE;
	border-top: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
	padding: 2px 10px 2px 10px;
	margin: 0 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
}

/* Footer */

#smallsearch {
	float: right;
	margin: auto;
}

/* Bottom Banner */

#bottombanner {
	clear: both;
	float: left;
	width: 100%;
	height: 89px;
	overflow: hidden;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF; /**********************************/
	border-bottom: 1px solid #FFFFFF;
}

#footer {
	clear: both;
	width: 1000px;
	height: 1px;
	margin: auto;
	border-bottom: 1px solid #5F5F5F;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 1px;
	color: #4C4C4C;
	border-top: 1px solid #DF4344;
}

#footer2 {
	clear: both;
	width: 1100px;
	height: 20px;
	margin: auto;
	font-size: 100%;
	color: #4C4C4C;
	line-height: 19px;
	border-top: 1px solid #DF4344;
	/*background-color: #B0B0B0;*/
}
#footer2 a {
	text-decoration: none;
	color: #4C4C4C;
}

#footer2 a:hover {
	text-decoration: underline;
	color: #4C4C4C;
}

/*------tabelle formatieren------*/
/* RTE / Table styling */

#content TABLE { float: left; padding:0px; margin:0px; }
#content TABLE.contenttable { padding:0; margin-left:-2px; border:none; }
#content TABLE.contenttable TR TD { padding-bottom:0px; padding-top:0px; margin:0px; border:none; }
#content TABLE.contenttable TR TD P.bodytext { padding:0px 0 0px 0; margin: 0px; font-size: 0.84em; }
#content TABLE.contenttable TR { margin:0px; padding:0px; background-color:none; } /*Grau***F5F5F5**/
#content TABLE.bodytext { margin:0px; padding:0px; }


/*
#content .csc-mailform { clear:both; float: left; padding:0px; margin:0 0 10px 17px; width: 330px; border: none;}
.csc-mailform-field { float: left; text-align: left; padding: 0 0 5px 0; }
.csc-mailform textarea { float: right; margin: 0 0 5px 0; width :250px; } 
.csc-mailform label { float: left; margin: 0 0 5px 0;  text-align: left; }
.csc-mailform input { float: right; margin: 0 0 5px 0; width: 250px; }
.mailformformtype_mail { float: right; margin: 0 0 5px 0; }
*/
