body, td
{
font-family:Verdana;
font-size: 12px;
}
h1
{
font-family:Verdana;
font-size: 18px;
font-weight: bold;
margin-bottom: 14px;
}
h2
{
font-family:Verdana;
font-size: 14px;
font-weight: bold;
color: #333399;
margin: 0px;
margin-bottom: 10px;
}
h3
{
font-family:Verdana;
font-size: 12px;
font-weight: bold;
color: #333399;
margin: 0px;
}
p
{
margin: 0px;  
}



ul
{
margin: 15px;
}

.rahmen {
	width				: 	700px;
	border				:	1px solid black;
    background-color	:	white;
}

.langmenue {
	background-color	:	black;
    color				:	white;
    text-align			:	right;
    padding-right		:	10px;
    padding-bottom		:	5px;
}

.langmenue a {
    text-decoration		:	none;
    color				:	white;

}

.menue {
    font-family:		Verdana;
	font-size: 			13px;
    font-weight:		bold;
    vertical-align:		top;
    padding-left:		40px;
    border-right:       1px solid black;
}

.menue a {
   text-decoration:		none;
   color:               black;
}

.menue a:hover {
 	color: 				red;
}

.content {
   font-family:			Verdana;
   font-size:			12px;
   padding-left:		40px;
   padding-right:		40px;
}