html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body
{
	/*background-color: #AAAAAA;*/ 
	background-image: url(img/bgmain.png);
	background-repeat: repeat-y;
	background-color: #C9BD9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 22px;
	
}

/* Überschrift Nachrichteneintrag */
*.news
{
	font-weight: bold;
}

/* Überschrift Nachrichteneintrag hervorgehoben */
*.news_highlighted
{
	font-weight: bold;
	color: red;
}

/*div.page
{
	height: 100%;
	width: 750px;
	background-color:#f3f1eb;
		margin: 0;
	padding: 0;
}*/

*.totop
{
	border-top: 1px dotted #948c76;
	padding:3px;
	text-align:right;
}

/* Allgemeine Links */
a
{
	/*color: #ce8302;*/
	font-weight: bold;
	color: #4A7CB3;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	/*color: #935b03;*/
	color: #60646C;
}

/* Assikuranza Werbung */
div.ad {
	position: absolute;
	left: 770px;
	top: 30px;
}

/* Wird von IE < 7 ignoriert */
div.ad[ad] {
	position:fixed;
}

/* Header mit Logo */
div.header {
	position:absolute; left:0px; top:0px; background-color: #374b71;
}

/* Navigationsleiste links */
div.navigation {
	position:absolute;
	left: 0px;
	top: 100px;
	width: 200px;
	background-image:url(img/navi_bg.gif);
	background-repeat: no-repeat;
}

/* Container fuer Inhalt */
div.content {
	position:absolute;
	left: 200px;
	top: 100px;
	width: 530px;
	background-color: #F5F2EB;
	padding: 10px;
}

/* Navigation */
p.navigation {
	display: block;
	margin: 0px;
	padding: 8px;
	padding-left: 20px;
	border-bottom: 1px solid white;
}

a.navigation:link
{
	color: white;
	text-decoration: none;
}

table.opened_applet
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

tr.opened_applet
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

*.opened_applet_current_day
{
	text-align: center;
	border: 1px solid gray;
	border-bottom: 0px;
}

*.opened_applet_other_days
{
	text-align: center;
	border: none;
	border-bottom: 1px solid gray;
}

td.opened_applet_cell
{
	border: 1px solid gray;
	border-top: 0px;
	padding: 2px;
	background-color: white;
}

a.navigation:visited
{
	color: white;
	text-decoration: none;
}

a.navigation:hover
{
	color: white;
	text-decoration: underline;
}

img
{
	border: 0px;
}

h1
{
	font-style: italic;
	font-weight: normal;
	color: #d68835;
	font-size: 14pt;
	border-bottom: 2px dotted #942711;
	display: block;
}

h2
{
	font-weight: normal;
	font-size: 12pt;
	font-style: italic;
	display: block;
	border-bottom: 1px solid gray;
}

input
{
	/*border: 1px solid #374b71;
	font-size: 9pt;*/
	font-size: 9pt;
}

p.news_entry
{
	display: block;
	border-bottom: 1px dotted black;
}


*.admin_textbox
{
	width: 350px;
}

*.info
{
	background-color: #fff5bb;
	border: 1px solid blue;
	padding: 5px;
}

/*fieldset
{
	display: compact;
}*/

fieldset.gb_entry
{
	border: 1px solid gray;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
}

legend.gb_entry
{
	font-size: 9pt;
	font-weight: normal;
}

legend
{
	font-weight:bold;
}

/* Highlighted news entries */
a.highlight
{
	color: #FF6600;
}

a.highlight:visited
{
	color: red;
}

*.error
{
	background-color: #fff5bb;
	border: 1px solid red;
	padding: 5px;
}

*.warning
{
	background-color: #fff5bb;
	border: 1px solid #FF9900;
	padding: 5px;
}

textarea
{
	/*border: 1px solid #374b71;*/
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

tr.table
{
	background-color: white;
	border-bottom: 1px solid black;
}

th.table
{
	background-color: #d68835;
	color: white;
	text-align: left;
}

img.photo
{
	border: 1px solid black;
}