body 
	{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
 	font-family: verdana,helvetica,sans-serif; 
	font-size: 11px;
 	text-decoration: none;
	color: #000000;
 	}

a:link
	{ 
 	color: #777777;
 	text-decoration: none;
 	}

a:visited
	{ 
 	color: #777777;
 	text-decoration: none;
 	}

a:active
	{ 
 	color: #000000;
 	text-decoration: none;
 	}

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

a:focus
	{ 
 	color: #000000;
 	text-decoration: none;
 	}

h1
	{ 
 	color: #1D4672;
	font-size: 13px; 
	font-weight: bold;
 	text-decoration: none;
	margin-top:2px;
	margin-bottom:6px;
 	}

h2
	{ 
 	color: #000000;
	font-size: 13px; 
	font-weight: bold;
 	text-decoration: none;
	margin-top:2px;
	margin-bottom:6px;
 	}

h3
	{ 
 	color: #000000;
	font-size: 12px; 
	font-weight: bold;
 	text-decoration: none;
	margin-top:1px;
	margin-bottom:4px;
 	}

h4
	{ 
 	color: #000000;
	font-size: 12px; 
	font-weight: bold;
 	text-decoration: none;
	margin-top:1px;
	margin-bottom:4px;
 	}

h5
	{ 
 	color: #000000;
	font-size: 11px; 
	font-weight: bold;
 	text-decoration: none;
	margin-top:1px;
	margin-bottom:2px;
 	}

p
	{ 
 	color: #333333;
	font-size: 11px;
	font-weight: normal;
 	text-decoration: none;
	margin-top:2px;
	margin-bottom:8px;
 	}

p.body
	{ 
 	color: #333333;
	font-size: 11px; 
	font-weight: normal;
 	text-decoration: none;
	margin: 2px;
	padding: 0px;
 	}

b
	{ 
 	color: #1D4672;
 	text-decoration: none;
 	}

img 	{
    	border: none;
	padding: 0px !important;
    	margin: 0px !important;
	}

img.left
	{
    	border: none;
    	margin-right: 15px !important;
	}

pre
	{ 
 	color: #FFFFFF;
	font-size: 11px; 
	font-weight: normal;
 	text-decoration: none;
	background-color: #444444;
	margin-top:2px;
	margin-bottom:8px;
 	}

table.kontakt
	{
	table-layout: fixed;
	border-collapse: collapse;
	border: 0px;
	padding: 5px;
 	}

td.kontakt
	{
 	font-family: verdana,helvetica,sans-serif; 
	font-size: 11px; 
	color: #000040;
	padding-bottom: 5px;
	padding-right: 5px;
  	}

td
	{
 	font-family: verdana,helvetica,sans-serif; 
	font-size: 11px; 
	color: #000000;
	padding: 0px;
	vertical-align: top;
  	}

td.content
	{
 	font-family: verdana,helvetica,sans-serif; 
	font-size: 11px; 
	color: #000040;
  	}


input {
	font-size: 11px;
	border-width: thin;
	border-width: 1px;
	border-color: #808080;
	border-style: solid;
	background-color: #FFFFFF;
	}
select {
	font-size: 11px;
	border-width: thin;
	border-width: 1px;
	border-color: #808080;
	border-style: solid;
	background-color: #FFFFFF;
	}	
textarea {
	font-size: 11px;
	border-width: thin;
	border-width: 1px;
	border-color: #808080;
	border-style: solid;
	background-color: #FFFFFF;
	}

.checkbox { 
	border-width: thin;
	border-width: 0px;
	border-color: #808080;
	border-style: solid;
	background-color: #EFEFEF;
	}

.button { 
	border-width: thin;
	border-width: 1px;
	border-color: #808080;
	border-style: solid;
	background-color: #E7E7E7;
        width:140px;
	}

ul 
	{
	list-style-type: square;
	margin-top:5px;
	margin-bottom:5px;
	}

li
	{
	color: #333333;
	font-size: 11px; 
	font-weight: normal;
 	text-decoration: none;
	padding-bottom: 5px;
	margin-left:-25px;
	margin-top:5px;
	}

/* Basic code for droppy - don't modify */
 
#nav { display: block; margin: 0; padding: 0; position: relative; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 165px; }
#nav ul ul { left: 166px; }

/* Everything else is theming */
 
#nav { background-color: #FFFFFF; height: 20px; }
#nav *:hover { background-color: #FFFFFF; color: #1D4672;}
#nav a { background-color: #FFFFFF; color: #1D4672; font-size: 11px; margin-right: 5px ; padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 5px; line-height: 1; }
#nav li.hover a { color: #FFFFFF; background-color: #1D4672; }
#nav ul { top: 20px; background-color: #FEFBDC;}
/* #nav ul li a { color: #999999; background-color: #FEFBDC; } */
#nav ul li.hover > a { color: #1D4672; background-color: #FFFFFF; }
#nav ul a { border-bottom: none; border-right: none; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


