body {
	color: #3C3C6E;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	background-color: #fff;
}

/* Why do tables use larger font otherwise? */
body, table {
    font-size: 12px;
}
/* Scrollbar immer sichtbar*/
html { height: 101%; }

/* default alignment of table cells */
td {vertical-align: top; text-align: left;}

/* no borders on images */
img { border: 0px; }


#titelbereich_l {
	float: left;
	width: 200px;
	height: 80px;
	background: url(../_data/logo_filler_1x80.jpg) repeat-x;
}

#titelbereich_r {
	float: left;
	width: 100px;
	height: 80px;
	background: url(../_data/logo_filler_1x80.jpg) repeat-x;
}

#titelbereich {
	float: left;
	width: 600px;
	height: 80px;
	background: url(../_data/logo_600x80.jpg) no-repeat;
}


#rahmen {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#menubereich {
	float: left;
	width: 218px;
	border-right: thin solid;
	border-color: #3C3C6E;
	height: 600px;
}

#rechts {
	float: right;
	width: 680px;
}

.kurztext  {
	padding-left: 0px;
	padding-right: 10px;
/*	padding-bottom: 10px; */
	margin-bottom: 10px
}

.bild {
	height: auto;
	margin: 10px 0px 0px 20px;
	width: 200px;
}
.artikel {
	padding-left: 40px;
	padding-right: 20px;
}

.titel            {
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.untertitel            {
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 6px;
}

.weiterlink {
	font-size: 12px;
	padding-bottom: 10px;
}

/* -- Navigation -- */
#navigation ul {
	list-style: none;
	text-align: right;
	margin-right: 25px;
	text-decoration: none; 
}

#navigation li {
	font-size: 12px;
	text-align: right;
	text-decoration: none; 
}

#navigation a:link {
	color: #3C3C6E;
	text-decoration: none; 
} 

#navigation a:visited {
	color: #3C3C6E;
	text-decoration: none; 
}
 
#navigation a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#navigation a:active {
	color: #3C3C6E;
	text-decoration: none;
}

A:link             {
	text-decoration: none;
	color: #3C3C6E;	
}
A:active           {
	text-decoration: none;
	color: #3C3C6E;
}
A:visited          {
	text-decoration: none;
	color: 3C3C6E;
	}
A:hover            {
	text-decoration: underline;
	color: FF6600;
}
/* -- Ende Navigation -- */

#globalheader {
	background: #eee;
	margin-bottom: 1em;
}

#localheader {
	margin-top: 12px;
	margin-bottom: 25px;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 40px;
}

#localfooter {
    background: #eee;
    margin-top: 1em;
}

#globalfooter {
    background: #eee;
    margin-top: 1em;
    text-align: center;
}

.pager {
	margin: 1em 0 1em 0;
}

.more {
	margin-top: 1em;
}

#pageheader {
	background: #ccc; 
	margin-bottom: 1em;
}

#pagecontent {}

#pagefooter  {
	background: #ccc; 
	margin-top: 1em; 
	text-align: center;
}

#pagefooter a.backend {
	text-decoration: none;
}

.search {
	float: right; 
	font-size: 11px; 
	font-weight: bold; 
	padding: 25px 11px 0 0;
}

.submitsearch {
	border: 0; 
	background: transparent url(../_data/lupe.gif);  
	width: 20px; 
	height: 20px;
	margin-left: 10px;	 
	margin-right: 15px;
}

.submitsearch:hover {
	background: url(../_data/lupe-over.gif);
}

.submitpfeil {
	border: 0; 
	background: transparent url(../_data/pfeil.gif); 
	width: 20px; 
	height: 20px; 
	margin-left: 5px;
}

.submitpfeil:hover {
	background: url(../_data/pfeil-over.gif);
}
