body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	font-size: 76%;
	line-height: 150%;
	text-align: center;
}

/*Hintergrund*/

#bg
{
    background-image: url(../images/background7.jpg);
    position: absolute;
    width: 1024px;
    height: 740px;
    margin-left: -512px;
   	margin-top: 20px;
   	left:50%; 
   	/*border: 1px solid #999999;*/
 	/*text-align: center;*/
}

/*Innerer div*/

#page
{
	width: 660px;
	height: 550px; 
    position: absolute;
    left:50%; 
	margin-top: 95px;
	margin-left: -330px;
	/*border: 1px solid #999999;*/

}

#header
{
	width: 660px;
	height: 110px; 
}

#navi
{
	width: 660px;
	height: 20px; 
	border-left: 1px solid #96664d;
	background: #96664d;
}

/* Inhalt unter der Navi */

#content
{
	width: 660px;
	height: 405px; 
	margin-top: 2px;
}

/* Global */

.impressum
{
	width: 660px;
	height: 10px; 
	text-align:right;
}
	
.inhalt { margin: 5px; }

/* zwei Spalten */
	.in-left-2
	{
		width: 210px;
		height: 403px; 
		float:left;	}
		
	.in-right-2
	{
		width: 450px;
		height: 403px; 
		float:left;
		background-color: #bfa18e;
		text-align:left;
		padding: 0px;}

/* drei Spalten */
	.in-left-3
	{
		width: 290px;
		height: 403px; 
		float:left;	}
	
	.in-middle-3
	{
		width: 240px;
		height: 403px; 
		float:left; 
		text-align:left;
		padding: 0px;
		background-color: #bfa18e;}
	
	.in-right-3
	{
		width: 130px;
		height: 403px; 
		float:left;}
	
	.clear { clear:both; }
	
/* Startseite */
	
	.home-top
	{
	width: 660px;
	height: 230px; 
	background-color: #bfa18e;
	text-align:left;
	padding: 0px;
	border: 0px solid #bfa18e;}
	
	.home-bottom
	{
	width: 660px;
	height: 170px; 
	padding: 0px;
	border: 0px solid #000000;}
	

/* Tabellen Formatierung */

table {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

tr, th {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
	padding: 0;
	margin: 0;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 120%;
	margin: 0 0 16px 0;
	padding: 0;
}

.content { padding: 0px;}
.td-padding  { padding: 3px; border: 1px solid #000000; }
.t-thumb { border: 1px solid #bfa18e; height: 403px; }
.td-thumb { margin: 0px; padding: 0px; border: 0px solid #bfa18e; text-align:center; vertical-align: middle; height: 100px; width:130px;}
.td-thumb-200 { margin: 0px; padding: 0px; border: 1px solid #bfa18e; text-align:center; height: 170px; width:220px; vertical-align: middle;}

/* Schrift */

p {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 120%;
	margin: 0 0 16px 0;
	padding: 0;
}

ul, ol, li {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

ul { list-style-type: square;}
li a { font-weight: bold; text-decoration: none; }


hr {
	border: 1px solid #acb7c1;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #485866;
	font-family: Verdana, arial, helvetica, sans-serif;
	line-height: 16px;
	margin: 5px 0 12px 0;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, arial, helvetica, sans-serif;
	line-height: 14px;
	margin: 5px 0 5px 0;
}

h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, arial, helvetica, sans-serif;
}

textarea {
	border: 1px solid #999999;
}

/* Menue */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	align:right;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	border-left: 0px solid #FFF;
	margin: 0 1px 0 0;
	padding: 3px 0px;
	width: 130px;
	background: #96664d; /*Hintergrund*/
	color: #FFF; /*Textfarbe*/
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #bfa18e}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #96664d;
	border: 1px solid #96664d}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 4px 2px;
		width: 130px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #96664d; /*Dropdown Hintergrund*/
		color: #FFF; /*Dropdown Textfarbe*/
		font: 11px arial}

	#sddm div a:hover
	{	background: #bfa18e;
		color: #FFF}
		
