@media all {

/* generelle Styles */
body {
	font-family:        Verdana;
    font-weight:		plain;
}

/* Ende Styles fürs Layout */

/* Styles für Navigation */
table.table_navigation {
	border-width:		3px;
	border-color:		#FFFFFF;
	width:				80%;
	height:				95%; 	
	margin-left:		25px; 
	margin-top:			10px;
}

tr.tr_navigation {
	background-color:	#FFFFFF;
}

td.td_navigation {
	padding-left: 		10px;
	padding-right:		10px;
	padding-top:		3px;
	padding-bottom:		3px;
	color:				#E7EBEC;
}

tr.tr_navigation2 {
	background-color:	#FFFFFF;
}
td.td_navigation2 {
	padding-left:		20px;
	padding-right:		15px;
	color:				#01216A;
}

a.nav:link {
		font-size:					80%;
		color:						#858E97;
        text-decoration:            none;
}

a.nav:visited {
		font-size:					80%;
		color:						#858E97;
        text-decoration:            none;
}

a.nav2:link {
		font-size:					80%;
		color:						#858E97;
        text-decoration:            none;
}

a.nav2:visited {
		font-size:					80%;
		color:						#858E97;
        text-decoration:            none;
}

/* content Bereich */

td.td_content {
		border-width:				2px; 
		border-style:				solid; 
		border-color:				#E7EBEC;
		padding:					25px;
}
p.header {
		font-weight:	bold;
		font-size:		80%;
		color:			#FF6503;
}

p.content {
		color:			#858E97;
		font-size:		80%;
}

li.list {
		color:			#858E97;
		font-size:		80%;
}

td.contentText {
		color:			#858E97;
		font-size:		80%;
		vertical-align:	top;
}
}

