/*------------------------------------
	Benutzte Farben:

	bright = #DDDDCC 
	mid = #B4B488
	dark = #676744
-------------------------------------*/   

body
{
	background-color: #DDDDCC;
	background-image: url('pix/bg_tile.jpg');
}

body, p, td, form
{
	font-family:"Trebuchet MS",Trebuchet,Helvetica,Verdana,Geneva,Arial,Sans-Serif;
	font-size:100.1%;
	font-weight:normal;
	text-align:left;
	padding:0px;
	margin:0px;
	color:#FFF;  
}

a, 
a:visited, 
a:link
{
	color:#B4B488;
	text-decoration:underline;
}

a:hover
{
	color:#DDDDCC;
	text-decoration:none;
}

table.dates
{
	margin-left:15px;
	padding:0px;
	border:1px solid #676744;
	border-collapse:collapse;
	border-spacing:0px;
}

table.dates th
{
	color:#FFF;
	font-size:0.82em;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding:4px;
	background-color:#B4B488;
	border:1px solid #676744;
}

table.dates td
{
	height:60px;
	border:1px solid #676744;
	padding:4px;
	font-size:0.75em;
	color:#676744;
	text-align:left;
	vertical-align:top;
}

.activeDates
{
	background-color:#FFF;
}

.oldDates
{
	background-color:#DDDDCC;
}


/* ------------------------------------------------------
   Definition Textarten
   ------------------------------------------------------ */

.titleTop
{
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	margin-left:14px;
	margin-top:3px;
}

.titleContent
{
	font-size:0.92em;
	font-weight:bold;
	line-height:0.95em;
	color:#676744;
	width:100%;
	border-bottom:3px solid #B4B488;
	padding-bottom:4px;
	margin-bottom:5px;
}

.titleContent2
{
	font-size:0.8em;
	font-weight:bold;
	line-height:0.92em;
	color:#676744;
	width:100%;
	border-bottom:1px solid #B4B488;
	padding-bottom:2px;
	margin-bottom:3px;
}

.textContent
{
	font-size:0.8em;
	line-height:1.3em;
	color:#676744;
	text-align:justify;
}
.textContent:first-letter
{
	font-size:1.3em;
	font-weight:bold;
}

.textContentEinzug
{
	font-size:0.8em;
	line-height:1.3em;
	color:#676744;
	text-align:left;
	padding-left:20px;
}

.textContentLinks
{
	font-size:0.75em;
	line-height:0.92em;
	color:#676744;
	text-align:left;
	padding-left:10px;
	margin-top:10px;
}

.einzug
{
	padding-left:30px;
}

.lineSpacer
{
	font-size:0.75em;
	line-height:0.75em;
}

.lastUpdate
{
  	font-size:0.6em;
  	color: #676744;
  	text-align:right;
  	margin:0px 7px 5px 0px;
}

/* ------------------------------------------------------
   screenArea 
   ------------------------------------------------------ */

#screenArea
{
	position:absolute;
	top:50px;
  	left:50%;
  	width:800px;
  	height:600px;
  	margin-left:-400px;
    /* border:1px solid yellow; */
}

#screenAreaDemos
{
	position:absolute;
	top:0px;
  	left:50%;
  	width:600px;
  	height:auto;
  	margin-left:-300px;
	background-color:#000;
	padding: 0px 30px 0px 30px;
    	border:1px solid #B4B488;
	
}

/* ------------------------------------------------------
   topArea 
   ------------------------------------------------------ */

#topArea
{
	position:absolute;
  	top:0px;
  	left:15px;
  	width:765px;
  	height:20px;
}

/* ------------------------------------------------------
   logoArea 
   ------------------------------------------------------ */

#logoArea
{
	position:absolute;
  	top:15px;
  	left:15px;
  	width:765px;
  	height:70px;
  	background-image: url('pix/bg_banner.jpg');
	border:1px solid #FFF;
	z-index:2;
}

#logoAreaText
{
  	position:absolute;
  	top:55px;
  	left:0px;
  	width:765px;
  	text-align:right;
	z-index:2;
}

#logoAreaFlag
{
 	position:absolute;
  	top:2px;
  	right:5px;
}
/* ------------------------------------------------------
   navAreas
   ------------------------------------------------------ */

#navArea1,
#navArea2,
#navArea3
{
  	position:absolute;
  	left:630px;
  	width:150px;
  	height:150px;
  	border:1px solid #FFF;
	z-index:1;
}

#navArea1
{
  	top:100px;
	background-color:#676744;
}

#navArea2
{
  	top:260px;
  	background-color:#B4B488;
}

#navArea3
{
  	top:420px;
  	background-color:#DDDDCC;
}

.navBlock
{
	position:absolute;
	top:30px;
	left:10px;
	width:130px;
}

.navBlock .navItem--1 a,
.navBlock .navItem--2 a,
.navBlock .navItem--3 a
{
	font-size: 0.82em;
	font-weight: bold;
	letter-spacing:1px;
	text-decoration: none;
	background-color: transparent;
	display:block;
	padding: 5px;
}

.navBlock .navItem--1 a
{
	color: #B4B488;
}

.navBlock .navItem--2 a
{
	color: #DDDDCC;
}

.navBlock .navItem--3 a
{
	color: #676744;
}

.navBlock .navItem--1 a:hover,
.navBlock .navItem--2 a:hover,
.navBlock .navItem--3 a:hover
{
	color : #FFF;
}

.navBlock .navItemSelected a
{
	font-size: 0.82em;
	font-weight: bold;
	letter-spacing:1px;
	text-decoration: none;
	background-color: transparent;
	display:block;
	padding: 5px;
	color: #FFF;
}

/* ------------------------------------------------------
   contentArea 
   ------------------------------------------------------ */

#contentArea
{
  	position:absolute;
  	top:100px;
  	left:15px;
  	width:600px;
  	height:470px;
  	background-color:#FFF;
  	/* border-top:1px solid #676744;
  	border-left:1px solid #676744;
  	border-right:1px solid #B4B488;
	border-bottom:1px solid #B4B488; */
	border:1px solid #FFF;
	z-index:2;
}

#contentAreaTop
{
  	position:absolute;
  	top:0px;
  	left:0px;
  	width:597px;
  	height:31px;
  	background-image: url('pix/bg_titleAreaTop.jpg');
}

#picContent
{
  	width:150px;
  	height:150px;
  	border: 1px solid #676744;
  	background-color:#B4B488;
  	float:left;
  	margin-right:10px;
  	margin-bottom:6px;
}

.picContentLink
{
  	width:80px;
  	height:80px;
	float:left;
  	border: 1px solid #676744;
	overflow:hidden;
}

.textContentLink
{
	width:180px;
  	height:80px;
	float:left;
	margin-right:20px;
	border:1px solid #FFF;
}

#textArea
{
  	position:absolute;
  	top:50px;
  	left:15px;
  	width:570px;
  	height:375px;
  	background-color:transparent;
	/* overflow:hidden; */
}

#contentAreaBottom
{
  	position:absolute;
  	top:439px;
  	left:3px;
  	width:597px;
  	height:31px;
  	background-image: url('pix/bg_titleAreaBottom.jpg');
  	text-align:right;
}

#contentAreaBottomNav1,
#contentAreaBottomNav2
{
	position:absolute;
	top:0px;
	width:20px;
	height:20px;
}

#contentAreaBottomNav1
{
	left:11px;
	text-align:left;
}

#contentAreaBottomNav2
{
	right:11px;
	text-align:right;
}

#contentAreaBottomNav1 a:link,
#contentAreaBottomNav1 a:visited,
#contentAreaBottomNav1 a:active,
#contentAreaBottomNav1 a:hover
{
	font-size:1.32em;
	color:#676744;
	text-decoration:none;
}

#contentAreaBottomNav1 a:hover
{
	color:#B4B488;
}

#contentAreaBottomNav2 a:link,
#contentAreaBottomNav2 a:visited,
#contentAreaBottomNav2 a:active,
#contentAreaBottomNav2 a:hover
{
	font-size:1.32em;
	color:#FFF;
	text-decoration:none;
	text-align:right;
}

#contentAreaBottomNav2 a:hover
{
	color:#676744;
}

#contentAreaBottomNav3
{
 	position:relative;
  	top:2px;
  	text-align:center;
}

#contentAreaBottomNav3 a:link,
#contentAreaBottomNav3 a:visited,
#contentAreaBottomNav3 a:active,
#contentAreaBottomNav3 a:hover
{
  	font-size:0.75em;
  	font-weight:bold;
	color:#676744;
	text-decoration:none;
}

#contentAreaBottomNav3 a:hover
{
	color:#B4B488;
	text-decoration:underline;
}

/* ------------------------------------------------------
   Untermenue 
   ------------------------------------------------------ */

#subMenue
{
	position:absolute;
	top:10px;
	right:13px;
	width:500px;
	height:20px;
	text-align:right;
	z-index:99;
}

#subMenue a:link,
#subMenue a:visited,
#subMenue a:active,
#subMenue a:hover
{
	font-size:0.7em;
	color:#B4B488;
	background-color:#FFF;
	text-decoration:none;
	border-top:1px solid #DDDDCC;
	border-left:1px solid #DDDDCC;
	padding:2px 6px 0px 4px;
}

#subMenue a:hover
{
	color:#FFF;
	text-decoration:none;
	background-color:#B4B488;
}

/* ------------------------------------------------------
   Index
   ------------------------------------------------------ */
   
#indexArea
{
	position:absolute;
  	top:130px;
  	left:50%;
  	margin-left:-158px;
  	width:316px;
  	height:322px;
  	border:1px solid #FFF;
  	background-image: url('pix/pic_index.jpg');
	z-index:2;
}

.indexAreaLeft
{
	position:absolute;
	top:5px;
	left:5px;
	text-align:left;
}

.indexAreaRight
{
	position:absolute;
	bottom:5px;
	right:5px;
	text-align:right;
}

.indexAreaLeft a:link,
.indexAreaLeft a:visited,
.indexAreaLeft a:active,
.indexAreaLeft a:hover,
.indexAreaRight a:link,
.indexAreaRight a:visited,
.indexAreaRight a:active,
.indexAreaRight a:hover

{
	font-size:0.92em;
	font-weight:bold;
	color:#FFF;
	letter-spacing:1px;
	text-decoration:none;
	border-left:2px solid #DDDDCC;
	padding-left:2px;
}

.indexAreaLeft a:hover,
.indexAreaRight a:hover
{
	color:#DDDDCC;
	text-decoration:underline;
}

#indexAreaNeeds
{
	position:absolute;
	top:480px;
	left:50%;
	margin-left:-158px;
	width:316px;
	height:50px;
}

.textIndex
{
	font-size:0.65em;
	line-height:0.82em;
	color:#000000;
	text-align:center;
}

/* ------------------------------------------------------
   Schatten 
   ------------------------------------------------------ */

#indexAreaShade,
#logoAreaShade,
#contentAreaShade,
#navArea1Shade,
#navArea2Shade,
#navArea3Shade
{
  	position:absolute;
	margin-left:6px;
	margin-top:7px;
	background-color:black;
	border:0px none;
	filter:alpha(opacity=15);
	moz-opacity: 0.15;
	opacity.15;
	z-index:1;
}

#logoAreaShade
{
  	top:15px;
  	left:15px;
  	width:765px;
  	height:70px;
}

#contentAreaShade
{
  	top:100px;
  	left:15px;
  	width:600px;
  	height:470px;
}

#navArea1Shade,
#navArea2Shade,
#navArea3Shade
{
  	left:630px;
  	width:150px;
  	height:150px;
}

#navArea1Shade {top:100px;}
#navArea2Shade {top:260px;}
#navArea3Shade {top:420px;}

#indexAreaShade
{
  	top:130px;
  	left:50%;
  	margin-left:-152px;
  	width:316px;
  	height:322px;
}





   


