/* ------------------------------------------------------------ */
/* Grundeinstellungen                                           */
/* ------------------------------------------------------------ */
body,font,p,div,td,th,address,nobr,b,i,textarea { 
	font-family:		Arial,Helvetica,Univers,sans-serif;
	font-size:			14px; 
	margin:				0px;
	color:				#000000;
}

body {
	background:			url(../images/back.gif) repeat-x;
	background-color:	#765626;
}

td {
	vertical-align:		top;
	text-align:			left;
}

/* ------------------------------------------------------------ */
/* Pseudo Formats                                               */
/* ------------------------------------------------------------ */

a:link 		{ color:#000000; text-decoration:none; }
a:visited 	{ color:#000000; text-decoration:none; }
a:active 	{ color:#000000; text-decoration:none; }
a:hover 	{ color:#eb7c08; text-decoration:none; }





/* ------------------------------------------------------------ */
/* Main Layout                                                  */
/* ------------------------------------------------------------ */

table.main {
	margin-top:			20px;
	background-color:	#fff;
	border-left:		10px solid #fff;
	border-right:		10px solid #fff;
	border-bottom:		10px solid #fff;
}

td.main_logo {
	width:				635px;
	height:				101px;
}

td.main_img {
	width:				335px;
	height:				525px;
}

td.nav {
	height:				435px;
	width:				224px;
	padding-top:		10px;
}

td.content {
	width:				411px;
}

div.content {
	margin-top:			19px;
	margin-right:		20px;
	margin-bottom:		20px;
	margin-left:		25px;
}


/* ------------------------------------------------------------ */
/* Nav                                                          */
/* ------------------------------------------------------------ */

td.nav_text {
	text-align:			right;
	vertical-align:		bottom;
	width:				138px;
	height:				45px;
	background-color:	#f3e9d6;
}

td.high {
	background-color:	#ffcc00;
}

div.nav_text {
	font-size:			19px;
	font-weight:		bold;
	padding-right:		15px;
	padding-bottom:		11px;
	border-bottom:		1px solid #000;
}

td.nav_img {
	text-align:			right;
	width:				85px;
	height:				45px;
	background-color:	#f3e9d6;
}


/* ------------------------------------------------------------ */
/* Content                                                      */
/* ------------------------------------------------------------ */

h1 {
	font-size:			19px;
	margin:				0px;
	margin-bottom:		13px;
}

ul {
	margin-top: 		0px;
	margin-left: 		3px;
	margin-bottom: 		0px;
	padding-left: 		16px;
	list-style-image:	url(../images/bullet.gif);
	text-align: 		left;
}
li {
	margin-top: 		6px;
	font-size:			14px;
	text-align:			left;
}



/* ------------------------------------------------------------ */
/* Footer                                                       */
/* ------------------------------------------------------------ */



div.footer {
	margin-left:		25px;
}





















