/**************Formatierung der Seite allgemein***********************************************************/
html, body{
	margin: 5px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:center;
	background-image: url(background.gif);
	background-repeat: repeat;
}

/* formatierung fuer alle Bilder**********************************/
img{
	border: none;
}

/**************Formatierung der Bereiche*******************************************************************/
#header{
	width: 790px;
	overflow:hidden;
	margin:auto;
	background-image: url(back-top.jpg);
	border-right: 1px solid #CCCCCC;
	border-bottom: 5px groove #663333;
	border-left: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 10px;
}

#logoarea{
	width: 132px;
	height: 85px;
	float: left;
	margin: 3px 10px 3px 3px;
	background-image:url(../pics/strand.jpg);
	background-repeat:no-repeat;
}

#main{
	width: 790px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 5px groove #663333;
	margin:auto;
	background-image: url(back-left.jpg);
}

#navigation{
	width: 138px;
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	text-align:left;
	background-image: url(back-left.jpg);
	background-repeat: repeat-y;
}

#content{
	margin: 0 0 0 140px;
	background: #EEEEEE;
}

#footer{
	width: 790px;
	margin: auto;
	padding: 10px 0;
	clear: both;
	border: 1px solid #cccccc;
	text-align: center;
	background-image: url(back-footer.jpg);
}

/* Formatierung fuer die Ueberschriften allgemein***************************************************/

/* SiteName für die Formatierung des Untertitels im head ************************************************************/
#siteNameSmall{
	padding: 0px 0px 10px 10px;
	color: #666666;
	font-size: 10pt;
}

/* pageName für die Formatierung des jeweiligen Seitennamens**************************************************************/
#pageName{
	padding: 15px 0 10px 10px;
	text-align:left;	
}

/* Formatierung der einzelnen Ueberschriften*********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #003333;
}

h1{
	font-size: 24px;
	padding: 15px 30px 10px 30px;
	color: #663333;
}

h2{
	font-size: 18px;
	text-align: center;
}

h3{
	font-size: 110%;
}

h4{
	font-size: 100%;
}

h5{
	font-size: 95%;
}

h6{
	font-size: 95%;
	font-weight: normal;
}

/* formatierung fuer Listen*****************************/
ul{
	list-style-type: disc;
	text-indent: 0px;
	list-style-position: outside;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}
li{
}

/* Formatierung der Tabellen******************************/
td {
	text-align:left;
} 

th {
} 

tbody {
} 


thead {
	color : #663333;
	text-align : left;
	background-color : #cccccc; 
} 

tfoot {
} 

.table {
	width: 620px;
	margin: auto;
	text-align:left;
}

.table-center {
	text-align : center;
}

.table-right {
	text-align : right;
}

/* Formatierung fuer Links allgemein ***************************************/

a:link, a:visited {
	color: #663333;
	text-decoration: underline;
}

a:hover {
	color: #663333;
	text-decoration: none;
}

/*********** #navigation link styles ***********************************************************/
#navigation ul a:link, #navigation ul a:visited {display: block;}
#navigation ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navigation li {border-bottom: 1px solid #cccccc;}

/* fix for browsers that don't need the hack */
html>body #navigation li {border-bottom: none;}

/*********** #nav-links styles *******************************************************/
#nav-links{
	position: relative;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	font-weight:bold;
	
}

#nav-links a:link{
	border-top: 1px solid #cccccc;
	padding: 7px 0px 7px 10px;
	TEXT-DECORATION: none;
	color:#000000;
}

#nav-links a:visited{
	border-top: 1px solid #cccccc;
	padding: 7px 0px 7px 10px;
	TEXT-DECORATION: none;
	color:#000000;
}

#nav-links a:hover{
	border-top: 1px solid #cccccc;
	padding: 7px 0px 7px 10px;
	TEXT-DECORATION: none;
	background-color: #663333;
	color:#FFFF99;
}
.actlnk{
	border-top: 1px solid #cccccc;
	padding: 7px 0px 7px 10px;
	TEXT-DECORATION: none;
	background-color: #663333;
	color:#FFFF99;
	display:block;
}

