/* css copyright 2008-2009 
run-e gmbh & co. kg & 
oliver bischof it.consult /*


/* ****** */
/* basics */
/* ****** */

.invisible { width:0px; height:0px; left:-1000px; top:-1000px; position:absolute; overflow:hidden; display:inline; }

html, body {
		text-align:center;
		font-size: 12px;
		font-family: 'Verdana','Arial';
}

.error {
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
	color: #ed6f00;
	float: left;
}

a {
	text-decoration: underline;
	color: #807f84;
}

a:hover {
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
	color:#ed6f00;
}

h1 {
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
/*	margin: 0px 0px 0px 0px !important; */
	margin: 0px 0px 20px 20px;
	color:#ed6f00;
}

h2 {
	font-family: Verdana;
	font-size:13px;
	font-weight:bold;
/*	margin: 0px 0px 0px 0px !important; */
	margin: 0px 0px 20px 20px;
	color:#807F84;
}

h3 { 
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
/*	margin: 0px 0px 0px 0px !important; */
	margin: 0px 0px 20px 20px;
	color:#ed6f00;
}

h4 {
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
/*	margin: 0px 0px 0px 0px !important; */
	margin: 0px 0px 20px 20px;
	color:#807F84;
}

.ce_text {
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: #807F84;
	font-family: 'Verdana';
}

.ce_text.screenshot {
	margin-left: 55px;
	margin-right: 35px;
	text-align: left;
}

.ce_text h1 {
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
/*	margin: 0px 0px 0px 0px !important; */
	margin: 0px 0px 20px 0px;
	color:#ed6f00;
}

.ce_text h2 {
	font-family: Verdana;
	font-size:13px;
	font-weight:bold;
/*	margin: 0px 0px 0px 0px !important; */
	margin: 0px 0px 20px 0px;
	color:#807F84;
}

.ce_table table {
	margin: 0px;
	margin-left: 20px;
	width: 400px;
	border-spacing: 0 10px;
}

.ce_table tr {
	margin: 0px;
	_padding-bottom: 10px;
}

.ce_table td {
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

.ce_download {
	margin: 0px;
	margin-left: 20px;
}

.ce_download.screenshot {
	margin-left: 55px;
}


/* ********** */
/* navigation */
/* ********** */

.mod_navigationMain ul {
	margin:0px 20px;
	padding:0px;
	list-style-type:none;
	white-space:nowrap;
}

.mod_navigationMain li {
	margin:0px;
	margin-right: 28px;
	padding:44px 0px;
	list-style-type:none;
	display:inline;
	float:left;
}

.mod_navigationMain p
{
	margin:0px;
	padding:0px;
}

* html .mod_navigationMain ul,
* html .mod_navigationMain li
{
	height:1px;
}

.mod_navigationMain a,
.mod_navigationMain li,
.mod_navigationMain p	{
	text-decoration:none;
	text-align:left;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #807F84;
	font-family: 'Verdana';
}

.mod_navigationMain a.active,
.mod_navigationMain li.active,
.mod_navigationMain p.active {
	color: #ed6f00;
	text-decoration:none;
}	

.mod_navigationMain a:hover,
.mod_navigationMain li:hover,
.mod_navigationMain p:hover {
	color: #ed6f00;
	text-decoration:none;
}

.mod_navigationSub ul {
	margin:0px 20px;
	padding:0px;
	list-style-type:none;
	white-space:nowrap;
}

.mod_navigationSub li {
	margin:0px;
	margin-right: 8px;
	padding: 10px 0 0 0px;
	list-style-type:none;
}

.mod_navigationSub p
{
	margin:0px;
	padding:0px;
}

* html .mod_navigationSub ul,
* html .mod_navigationSub li
{
	height:1px;
}

.mod_navigationSub a,
.mod_navigationSub li,
.mod_navigationSub p	{
	text-align:left;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #807F84;
	font-family: 'Verdana';
}

.mod_navigationSub a.active,
.mod_navigationSub li.active,
.mod_navigationSub p.active {
	color: #ed6f00;
}	

.mod_navigationSub a:hover,
.mod_navigationSub li:hover,
.mod_navigationSub p:hover {
	color: #ed6f00;
}	

.mod_customnav ul {
	margin:0px 20px;
	padding:0px;
	list-style-type:none;
	white-space:nowrap;
}

.mod_customnav li {
	margin:0px;
	margin-right: 15px;
	padding:7px 0px;
	list-style-type:none;
	display:inline;
	float:left;
}

.mod_customnav p
{
	margin:0px;
	padding:0px;
}

* html .mod_customnav ul,
* html .mod_customnav li
{
	height:1px;
}

.mod_customnav a,
.mod_customnav li,
.mod_customnav p	{
	text-align:left;
	vertical-align: bottom;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #807F84;
	font-family: 'Verdana';
	text-decoration:none;
}

.mod_customnav a.active,
.mod_customnav li.active,
.mod_customnav p.active {
	color: #ed6f00;
	text-decoration:none;
}	

.mod_customnav a:hover,
.mod_customnav li:hover,
.mod_customnav p:hover {
	color: #ed6f00;
	text-decoration:none;
}	

.mod_customnav.sc ul {
	margin:0px 20px;
	padding:0px;
	list-style-type:none;
	white-space:nowrap;
}

.mod_customnav.sc li {
	margin:0px;
	margin-right: 30px;
	padding: 10px 0 0 0px;
	list-style-type:none;
	white-space:nowrap;
}

.mod_customnav.sc p
{
	margin:0px;
	padding:0px;
}

* html .mod_customnav.sc ul,
* html .mod_customnav.sc li
{
	height:1px;
}

.mod_customnav.sc a,
.mod_customnav.sc li,
.mod_customnav.sc p	{
	text-align:left;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #807F84;
	font-family: 'Verdana';
	text-decoration: underline;
	white-space:nowrap;
}

.mod_customnav.sc a.active,
.mod_customnav.sc li.active,
.mod_customnav.sc p.active {
	color: #ed6f00;
	text-decoration:none;
}	

.mod_customnav.sc a:hover,
.mod_customnav.sc li:hover,
.mod_customnav.sc p:hover {
	color: #ed6f00;
	text-decoration:none;
}	


/* ********** */
/* pagination */
/* ********** */

.pagination ul {
	margin: 0px 20px;
	padding:0px;
	list-style-type:none;
	white-space:nowrap;
}

.pagination li {
	margin:0px;
	margin-right: 15px;
	padding:7px 0px;
	list-style-type:none;
	display:inline;
	float:left;
}

.pagination span.pagination_current {
	color: #ed6f00;
}

* html .pagination ul,
* html .pagination li
{
	height:1px;
}

.pagination a,
.pagination li	{
	text-align:left;
	vertical-align: bottom;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #807F84;
	font-family: 'Verdana';
}

.pagination a.active,
.pagination li.active	{
	color: #ed6f00;
}	

.pagination a:hover,
.pagination li:hover	{
	color: #ed6f00;
}	

.pagination p
{
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	padding-top: 20px;
	font-size: 10px;
	color: #ed6f00;
}


/* **** */
/* team */
/* **** */

.ce_text.team p {
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: #807F84;
	font-family: 'Verdana';
}

.ce_text.team a {
	text-decoration: underline;
	color: #807f84;
	margin: 0px;
}

.ce_text.team a:hover {
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
	color:#ed6f00;
}


/* ***** */
/* login */
/* ***** */

.ce_text.login {
	margin-top: -5px;
	font-size: 11px;
}

.mod_login p {
	margin: 0px;
	margin-top: -5px;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 11px;
}

.mod_login p.error {
	margin: 0px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: -15px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #ed6f00;
}

.mod_login input.text {
	margin: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-color: #f8e8db;
	border: 1px solid;
	border-color: #cccccc;
	font-size: 11px;
	width: 150px;
}

.mod_login input.submit {
	margin: 0px;
	margin-left: 50px;
	margin-top: 5px;
	color: #fff;
	background-color: #ed6f00;
	border: thin outset;
	border-color: #cccccc #807F84 #807F84 #cccccc;
}


/* **************************** */
/* newsletter & presseverteiler */
/* **************************** */

.ce_text.newsletter {
	margin-top: -5px;
	font-size: 11px;
}

.ce_text.presseverteiler {
	margin-top: -5px;
	margin-left: 55px;
	margin-right: 35px;
	font-size: 11px;
}

.mod_subscribe p {
	margin: 0px;
	margin-top: -5px;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 11px;
}

.mod_subscribe p.error {
	margin: 0px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: -15px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #ed6f00;
}

.mod_subscribe.presseverteiler p.error {
	margin: 0px;
	margin-left: 55px;
	margin-right: 10px;
	margin-top: -15px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #ed6f00;
}

.mod_subscribe input.text {
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #f8e8db;
	border: 1px solid;
	border-color: #cccccc;
	font-size: 11px;
	width: 180px;
}

.mod_subscribe input.submit {
	margin: 0px;
	margin-left: 75px;
	margin-top: 5px;
	color: #fff;
	background-color: #ed6f00;
	border: thin outset;
	border-color: #cccccc #807F84 #807F84 #cccccc;
}

.mod_subscribe.presseverteiler input.text {
	margin: 0px;
	margin-left: 55px;
	margin-bottom: 10px;
	background-color: #f8e8db;
	border: 1px solid;
	border-color: #cccccc;
	font-size: 11px;
	width: 180px;
}

.mod_subscribe.presseverteiler input.submit {
	margin: 0px;
	margin-left: 85px;
	margin-top: 5px;
	color: #fff;
	background-color: #ed6f00;
	border: thin outset;
	border-color: #cccccc #807F84 #807F84 #cccccc;
}


/* ******* */
/* kontakt */
/* ******* */

.ce_form.kontakt {
	margin-top: -5px;
	font-size: 11px;
}

.ce_form.kontakt p {
	margin: 0px;
	margin-top: -5px;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 11px;
}

.ce_form.kontakt p.error {
	margin: 0px;
	margin-left: 20px;
	margin-top: -15px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #ed6f00;
}

.ce_form.kontakt input.text {
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 2px;
	background-color: #f8e8db;
	border: 1px solid;
	border-color: #cccccc;
	font-size: 12px;
  float:left;
  display:block;
  width:250px;
}

.ce_form.kontakt textarea {
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
	background-color: #f8e8db;
	border: 1px solid;
	border-color: #cccccc;
	font-size: 12px;
  float:left;
  display:block;
  width:250px;
}

.ce_form.kontakt input.text {
	margin: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 10px;
	font-size: 12px;
	float:left;
  display:block;
  padding: 0px;
}

.ce_form.kontakt input.submit {
	margin: 0px;
	margin-left: 200px;
	margin-top: 20px;
	color: #fff;
	background-color: #ed6f00;
	border: thin outset;
	border-color: #cccccc #807F84 #807F84 #cccccc;
	clear:both;
}

.ce_form.kontakt label {
	margin: 0px;
	margin-left: 20px;
	_margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	font-size: 12px;
	width: 100px;
	float:left;
  clear:both;
  display:block;
  white-space:nowrap;
}

#.mandatory:after {
#	content: "*"; color:#ed6f00;
#}

.ce_form.kontakt label.mandatory {
	color: #ed6f00;
}

.checkbox_container.checkboxes label {
	margin: 0px;
	margin-top: -20px;
	_margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 3px;
	padding: 2px;
	font-size: 12px;
	float:right;
  width: 440px;
  vertical-align: middle;
}

.checkbox_container.checkboxes input.checkbox {
	margin: 0px;
	margin-left: 30px;
	margin-bottom: 5px;
	_margin-bottom: 1px;
	float: left;
  width: auto;
  vertical-align: middle;
}


/* ***** */
/* suche */
/* ***** */

.mod_search p {
	margin: 0px;
	margin-top: -5px;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.mod_search p.header {
	margin: 0px;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #ed6f00;
}

.mod_search p.context {
	margin: 0px;
	margin-top: -10px;
	margin-left: 40px;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
}

.mod_search p.url {
	margin: 0px;
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 20px;
	font-size: 12px;
	font-style: normal;
}

.mod_search h3 {
	color: #807f84;
}

.mod_search a {
	text-decoration: underline;
	color: #807f84;
	margin-top: 5px;
}

.mod_search a:hover {
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
	color:#ed6f00;
}

.mod_search p.error {
	margin: 0px;
	margin-left: 20px;
	margin-top: -15px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #ed6f00;
}

.mod_search input.text {
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #f8e8db;
	border: 1px solid;
	border-color: #cccccc;
	font-size: 12px;
	width:350px;
}

.mod_search input.radio {
	margin: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 12px;

}

.mod_search input.submit {
	margin: 0px;
	margin-left: 0px;
	margin-right: 50px;
	margin-top: 0px;
	color: #fff;
	background-color: #ed6f00;
	border: thin outset;
	border-color: #cccccc #807F84 #807F84 #cccccc;
	vertical-align: middle;
	float: right;
}


/* ******** */
/* features */
/* ******** */

.ce_headline.features {
	background: #f8e8db;
	width: 475px;
	height: 20px;
	margin: 0px;
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 5px;
}

.ce_text.features {
	background: #f8e8db;
	width: 475px;
	margin: 0px;
	margin-left: 15px;
	margin-top: -12px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/* *********** */
/* screenshots */
/* *********** */

.ce_headline.screenshots {
	margin: 0px;
	margin-top: -25px;
	padding-left: 60px;
}


/* ********* */
/* bildlinks */
/* ********* */

.image_container img {
	border: 0;
}


/* ****** */
/* slogan */
/* ****** */

.ce_text.slogan {
	margin: 0px;
	margin-left: 25px;
	margin-top: 53px;
	text-align:left;
	vertical-align: bottom;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-family: 'Verdana';
}


/* ********* */
/* aktuelles */
/* ********* */

.ce_text.aktuelles {
	margin: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 10px;
	text-align:left;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #807F84;
}

h3.head_aktuelles { 
	margin-left: 30px;
}

.ce_hyperlink a {
	margin: 0px;
	margin-top: -10px;
	margin-left: 20px;
	text-decoration: underline;
	color: #807f85;
}

.ce_hyperlink a:visited {
	margin: 0px;
	margin-left: 20px;
	text-decoration: underline;
	color: #807f85;
}

.ce_hyperlink a:hover {
	margin: 0px;
	margin-left: 20px;
	text-decoration: none;
	color: #ed6f00;
}


/* **** */
/* motd */
/* **** */

.ce_text.motd {
	margin: 0px;
	margin-left: 20px;
	margin-right: 100px;
	text-align:left;
	font-size: 15px;
	font-weight: bolder;
	font-style: italic;
	color: #ed6f00;
	font-family: 'Verdana';
}


/* *********** */
/* motd_author */
/* *********** */

.ce_text.motd_author {
	margin: 0px;
	margin-top: 8px;
	margin-left: 20px;
	margin-right: 100px;
	text-align:left;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #807F84;
	font-family: 'Verdana';
}


/* ***** */
/* promo */
/* ***** */

.mod_article.promo {
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:justify;
	font-weight: normal;
	font-style: normal;
	color: #807F84;
}


/* ******* */
/* sitemap */
/* ******* */

.mod_sitemap ul {
	margin:0px 20px;
	padding:0px;
	list-style-type:none;
	white-space:nowrap;
}

.mod_sitemap li {
	margin:0px;
	margin-right: 8px;
	padding: 10px 0 0 0px;
	list-style-type:none;
}

.mod_sitemap p
{
	margin:0px;
	padding:0px;
}

* html .mod_sitemap ul,
* html .mod_sitemap li
{
	height:1px;
}

.mod_sitemap a,
.mod_sitemap li,
.mod_sitemap p	{
	text-decoration: underline;
	text-align:left;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #807F84;
	font-family: 'Verdana';
}

.mod_sitemap a:hover,
.mod_sitemap li:hover,
.mod_sitemap p:hover {
	color: #ed6f00;
}


/* ****** */
/* layout */
/* ****** */

#container_out {
	width:997px;
	top: 0px;
	margin:0;
	padding:0;
	color: #807F84;
	background: #fff;
	text-align:left;
	border-width: 1px;
	border-style: solid;
	border-color: #807F84;
	position: relative;
}

#container_head {
	width:997px;
	height: 142px;
	top: 100px;
	background: #fff;
	margin:0;
	padding:0;
	position: relative;
}

#header {
	width: 983px;
	height: 26px;
	text-align:left;
	top: 0px;
	left: 0px;
	background: #fff;
	color:#807F84;
	position: relative;
}

#headlanguage {
	width: 14px;
	height: 26px;
	text-align:left;
	top: 0px;
	left: 973px;
	background: #fff;
	color:#807F84;
	position: absolute;
}

#headernav {
	width: 812px;
	height: 77px;
	text-align:left;
	top: 26px;
	left: 0px;
	color:#807F84;
	vertical-align: bottom;
	position: absolute;
	background: url(img/punkte.png) no-repeat; 
}

#logo {
	width: 185px;
	height: 59px;
	text-align:left;
	top: 26px;
	left: 783px;
	background: url(img/logo.gif) no-repeat;
	position: absolute;
}

#upper_left {
	width: 214px;
	height: 142px;
	top: 0px;
	left: 0px;
	background-image: url(img/upper_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ed6f00;
	position: absolute;
}

#upper {
	width: 435px;
	height: 142px;
	top: 0px;
	left: 225px;
	position: relative;
}

#slogan_right {
	width: 326px;
	height: 142px;
	top: 0px;
	left: 671px;
	color: #fff;
	text-align:left;
	background-color: #ed6f00;
	background-image: url(img/slogan_right.gif);
	background-repeat: no-repeat; 
	background-position: top left;
	position: absolute;
}

#left {
	width: 214px;
	height: 182px;
	text-align:left;
	top: 135px;
	left: 0px;
	color:#807F84;
	position: relative;
}

#login {
	width: 214px;
	height: 243px;
	top: 160px;
	left: 0px;
	margin: 0px;
	padding-top: 20px;
	color: #807F84;
	text-align: left;
	background: url(img/login_rahmen.png) no-repeat; 
	position: relative;
}

#right {
	width:270px;
	top: 320px;
	left: 742px;
	color: #807F84;
	background: url(img/dot.gif) repeat-y;
	float: right;
	position: absolute;
}

#main {
	width:520px;
	top: -310px;
	left: 225px;
	margin-bottom: -200px;
	color: #807F84;
	background: #fff;
	position: relative;
}

#footer {
	width:997px;
	height:15px;
	left: 0px;
	margin-top: -15px;
	background: url(img/footer.gif) no-repeat; 
	position: relative;
}
