﻿body 
{
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial;
	font-size:9pt;
	background-color:#969678;
	background-image:url('../Images/background.png');
	background-repeat:repeat-y;
	background-position:center;
	line-height:15pt;
}

a
{
	color:#5A5A37;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/*Seitendefinitionen*/

/*Header*/
#topHeader
{
	position:relative;
	width:880px;
	height:70px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../Images/topHeader.png');
	background-repeat:no-repeat;
}

#innerTopHeader
{
	position:absolute;
	right:20px;
	bottom:15px;
	text-align:right;
}
#innerTopHeader a
{
	color:White;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}

#innerTopHeader a:hover
{
	text-decoration:underline;
}

#mainHeader
{
	width:880px;
	height:280px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../Images/mainHeader.jpg');
}

/*content*/
#contentArea
{
	width:880px;
	margin-left:auto;
	margin-right:auto;
}

#sideBar
{
	width:200px;
	float:left;
}

#innerSideBar, #innerContent
{
	padding:10px;
}

#content
{
	width:680px;
	float:left;
}

#clearContent
{
	clear:both;
}

/*footer*/
#footer
{
	width:880px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
}

/*Editoren-Toolbar*/

.editorsToolbar
{
	height:25px;
	line-height:25px;
	background-color:#969678;
	border-bottom: solid  1px #5A5A37;
	margin-bottom:5pt;
	color:White;
}

.editorsToolbar a
{
	color:White;
	text-decoration:none;
}

.editorsToolbar a:hover
{
	text-decoration:underline;
}

/*Pager*/

.pager
{
	height:25px;
	line-height:25px;
	margin-top:5pt;
	text-align: right;
	border-top:dotted 1px #969678;
}

/*Allgemeine Stile*/

.contentTitle
{
	color:#5A5A37;
	font-weight:bold;
	font-size:12pt;
}

.sidebarTitle
{
	color:#5A5A37;
	font-weight:bold;
	border-bottom:dotted 1px #5A5A37;
	line-height:12pt;
	margin-bottom:5pt;
}

.controlTitle
{
	color:#5A5A37;
	font-weight:bold;
}

.entryTitle
{
	color:#5A5A37;
	font-weight:bold;
	font-size:11pt;
	/*border-bottom:solid 1px #969678;*/
}

.entrySubTitle
{
	color:#5A5A37;
	font-size:10pt;
}

.entryDate
{
	color:#AAAAAA;
	font-size:8pt;
}

.entrySeparator
{
	border-bottom: solid 1px #EEEEEE;
	border-bottom-color: #969678;
}

.infoBox
{
	background-color:#C7C7B8;
	padding:0 10pt 0 10pt;
}

.textBox
{
	border:solid 1px #5A5A37;
	font-family:Tahoma, Verdana, Arial;
}

.button
{
	border:solid 1px #5A5A37;
	font-family: Tahoma,Verdana, Arial;
	background-color: #969678;
	color:White;
}
