body {
	background-color:#DDDDEE;
	font-family:Arial , sans-serif;
	color:#111111;
	font-size:13px;
	padding:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

a {
	text-decoration:none;
	color:#0077DD;
}


.header {
	border:solid 1px;
	width:100%;
	height:150px;
}

.content {
	float:left;
	width:67%;
	border: solid 1px;
	padding:1%;
}

.quotes {
	border: solid 1px;
	float:right;
	width:30%;
    list-style-type:none;
	padding:2px;
	margin:0px;
}

.title {
	border: solid 1px;
}


.navhead {
	
}

.navhead:hover {

}
/*** Nav bar styles  ( http://www.phoenity.com/newtedge/horizontal_nav/#block )***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #DDE;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #99A;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid;
}

.nav a{
	text-decoration: none;
}
/*.menue {
	border: solid 1px;
	float:left;
	width:100%;
	height:auto;
    list-style-type:none;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	font-size:14px;
}

.oberpunkte {
	border:solid 1px;
	height:1.2em;
	overflow:visble;
	width:200px;
	float:left;
	/*width:100%;
	height:1.1em;
	overflow:hidden;
    list-style-type:none;
	margin:0px;
	padding:0px;
	display:inline;
}

.oberpunkte:hover {
	/*border:solid 1px;
	height:1em;
	overflow:visible;
	width:200px;
	float:left;	
	/*width:auto;
	height:auto;ich 
	overflow:hidden;
    list-style-type:none;
	margin:0px;
	background-color:#9999AA;
	display:inline;
}

.unterpunkte {
	height:1.2em;
	overflow:hidden;
	display:inline;
	/*width:100%;	
    list-style-type:none;
	padding:5px;
	margin:0px;
	background-color:#AAAABB;
	display:inline;
}
.unterpunkte:hover {
	border:1px solid;
	background-color:#aab;
	height:auto;
	/*width:100%;
    list-style-type:none;
	padding:5px;
	margin:0px;
	background-color:#AAAABB;
	display:inline;
}

.oberpunkt {
	font-weight:bold;
	display:inline;
}
.unterpunkt {
	/*border-color:#666666;
	border-width:1px;
	border-bottom-style:solid;	
}

.unterpunkt:hover {
	/*background-color:#888899;
	border-color:#666666;
	border-width:1px;
	border-bottom-style:solid;
}*/
