/* Allgemeine Vorgaben */
body {
	background-color:white;
	margin:0px;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:101%;
	overflow:auto;
}

table, tr, td, div, span, p {
	font-size:1em;
}

img {
	border:0px;
}

a {
	color:#1B377F;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#18C1AB;
}

/* Anzeigebereiche */
.divBody {
	background-color:#1B377F;
}

.divTable {
	background-color:white;
	
	border-left:2px ridge #18C1AB;
	border-right:2px groove #18C1AB;
}

.divMenu {
	background-image:url('images/bg_menu.gif');
	background-repeat:no-repeat;
	background-position:top right;
	
	padding:10px;
	vertical-align:top;
	
	font-size:0.8em;
}

.divContent {
	padding:10px;
	vertical-align:top;
	
	font-size:0.8em;
}

.divCopyright {
	border-top:1px dotted #1B377F;

	padding:3px;
	
	font-size:0.7em;
}

.headline {
	background-image:url('images/bg_head.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}

/* Menü-Templatestile 
.tplMenu {
	width:100%;

	font-size:1em;
}

.tplMenu0 a {
	display:block;
	height:18px;
	
	color:#000;
	
	border-bottom:1px solid white;

	padding:2px;
	padding-left:10px;

	text-align:left;
	font-weight:bold;
}

.tplMenu0Selected a {
	display:block;
	height:18px;

	color:white;

	border-bottom:1px solid white;

	background-color:#06c;

	padding:2px;
	padding-left:10px;

	text-align:left;
	font-weight:bold;
}

.tplMenu0Selected a:hover {
	color:white;
}

.tplMenu0 a:hover {
	background-color:#dbdbdb;
	color:#000;
}

.tplMenu0 a:active, .tplMenu0Selected a:active {
	background-color:#039;
	color:white;
}*/

/* Templatestile */
.tplTableHeadline, .tplTableArticleHeadline {
/*	background-image:url('images/headline_left2.gif'); 
	background-position:bottom;
	background-repeat:repeat-x;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
*/	
	border-bottom:1px solid #1B377F;
	
	height:20px;

	padding:2px;
	padding-left:10px;
	
/*	font-size:0.8em;*/
	font-weight:bold;
}

.tplTable {
	width:100%;
}

.tplTableData {
/*	font-size:0.8em; */
	
	padding:5px; 
	
/*	border-top:1px solid #ccc;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
*/
}

.tplTableNav {
	font-size:0.9em;
	padding:2px;
/*	border-right:1px solid #ccc;*/
	text-align:right;
}