/* Stylsheet for Publicsite of Royal Lousie */

/*******************************************************************************
*** allgemeine Definitionen
********************************************************************************/
* {
	padding: 0;
	margin: 0;
}

body {
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	color: black;
}

a {
	color: #1D538A;
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	text-decoration: underline;	
}
a:active,
a:visited {
	color: #1D538A;
}
a:hover {
	color: #000063;
}

.active {
	background: #2828B5;
}

.clear {
	clear: both;
}
/* Farbe des body-Hintergrundes */
.even {
	background: #FFFFFF;
}
.odd {
	background: #E0E4FF;
}

h1 {
	font: bold 18px Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 20px;
}
h2 {
	font: bold 14px Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 15px;
	margin-top: 10px;
}

img {
	border: none;
}

/*******************************************************************************
*** Hauptfenster
********************************************************************************/
#main {
	position: absolute;
	left: 50%;	
	width: 738px;	
	margin-left: -369px; /* die haelfte von width */	
	background: #F2F8FD;
	border: 1px solid #919191;	
	overflow: hidden;
}
/*******************************************************************************
*** Headpicture
********************************************************************************/
#head {
	border-top: solid 1px white;
	overflow: hidden;
	height: 230px;
}
/*******************************************************************************
*** Metanavigation
********************************************************************************/
#navimeta ul li#element_1 a {
	padding-left: 77px;
	padding-right:78px;	
}
#navimeta ul li#element_last a {	
	padding-right:385px;	
}
#navimeta ul li a:hover {
	background: none;
}
/*******************************************************************************
*** Hauptnavigation
********************************************************************************/
.navigation {
	xbackground-color: #191970;	
	color: white;
	overflow: hidden;
}
.navigation ul {
	list-style-type: none;
}
.navigation ul li {
	display: block;	
	float: left;
	border-right: solid 1px white;
	background-color: #191970;
}
.navigation ul li#element_last { 
	border: none;
}
.navigation ul li a {
	color: white;
	text-decoration: none;
	padding: 3px 16px 4px 16px;	
	display: block;
	float: left;
}
.navigation ul li#element_1 a {
	padding-left: 60px;
	padding-right:60px;
}
.navigation ul li a:active,
.navigation ul li a:visited {
	color: white;	
}
.navigation ul li a:hover {
	color: white;
	background: #2828B5;
}
#navi ul li#element_last a { 
	padding-left: 17px;
	padding-right: 17px;
}
/*******************************************************************************
*** Footer
********************************************************************************/
#footer ul li#element_1 a {
	padding-left: 47px;
	padding-right:47px;
}
#footer ul li#element_3 {
	border: none;
}
#footer ul li#element_last {
	padding-left: 254px;
}
#footer ul li#element_last a:hover {
	background: none;
}
/*******************************************************************************
*** Content
********************************************************************************/
#content {
	overflow: hidden;
}
#content p {
	margin-bottom: 10px;
}
/*******************************************************************************
*** Teaser
********************************************************************************/
#teaser_content {
	padding: 10px 20px 10px 10px;
}
/*******************************************************************************
*** Main Content
********************************************************************************/
#main_content {
	width: 538px;
	float: right;
	border-left: 1px solid #919191;
	padding: 20px 20px 10px 20px;
}
/*******************************************************************************
*** Formular Styles
********************************************************************************/
label {
	display: block;
	float: left;	
	width: 120px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.label_right {
	width: 300px;
	margin-top: 9px;		
}
/* Hack fuer IE6 */
*html .label_right { margin-top: 12px;}

input,
textarea, 
select {
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	margin: 5px 0 5px 0;
	padding: 2px;
}
select {
	padding: 0;
}
option {
	padding: 2px 5px 2px 2px;
}
textarea {
	width: 300px;
	height: 100px;
}
.checkbox {
	margin: 10px 0 10px 0;
}
.checkboxLabel_right {
	margin: 10px 10px 10px 120px;
	float: left;
}

.error_text {
	display: block;
	color: red;
}
.error_field {
	background: #FED7D7;
	border: 1px solid red;
}
/*******************************************************************************
*** Artikel ansicht
********************************************************************************/
.artikel_teaser {
	margin-bottom: 25px;
	text-align: justify;
	clear: both;
	overflow: hidden;
}
.bild img {
	xwidth: 150px;
	margin-bottom: 5px;
}
.bild {
	width: 150px;
	float: left;
	overflow: hidden;
	font: italic 9px Verdana,Arial,Helvetica,sans-serif;
	margin: 3px 15px 3px 0;
	text-align: left;
}
.artikel_teaser h3 {
	font: bold 10px Verdana,Arial,Helvetica,sans-serif;
	xcolor: #919191;
	color: black;
	background: #919FFF;
	padding: 2px 5px 2px 5px;
	margin-bottom: 5px;
}
/*******************************************************************************
*** Tabellen
********************************************************************************/
table {	
	xbackground: #CDDBE8;
	border: 1px solid #919191;
}
table th,
table td {
	text-align: left;
	padding: 6px 12px 6px 5px;
	line-height: 16px;
}
table #element_0 {	
	width: 100px;
}
table #element_1 {	
	width: 80px;
}
table #element_2 {	
	width: 180px;
}
table #element_last {
	padding-right: 0;
	width: 92px;
}
table td#monat {
	background: #919FFF;
	padding: 3px;
	font: bold 12px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: 3px;
	color: white;
	text-align: center;
}

.infoText {
	display: none;
	cursor: pointer;
}
.infoText td {	
	xborder-bottom-width: 2px;
	xborder-bottom-style: solid;
	xborder-bottom-color: #C0C0C0;
}
.link {
	color: blue;
	text-decoration: underline;
}

