* {margin:0px; padding:0px;}   

body {
	margin:auto;  /* zentriert body */
/*	margin-top: 20px;*/
	margin-top: 20px;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;  /*wenn Verdana dann 12px, wenn Arial 13-14px */
	text-align:center;
	background-color:#700;
	color: #000;
/*	font-size: 13px;*/
	font-size: 12px;
}
/* Ueberschriften allgemein, werden z.T. noch seitenspezifisch formatiert   */
h1 {
	margin:0;
	padding:0;
	padding-bottom:30px;
	color:#900;
	font-size:18px;
	font-weight:normal;
	font-family:Verdana;
	text-transform:none;
}
h1.intro {
	padding-left:50px;
	font-size:50px;
	line-height:1.5em;
	font-weight:normal;
	font-family:'Times New Roman',Times, serif;
	font-style:italic;
}
h2 {
	padding-bottom:15px;
	padding-left:0px;
	color:#000;
	font-size:1em;
	font-weight:normal;
}

/*  general stuff  */
p {
	color: #000;
	padding-bottom:15px;
	padding-left:0px;
  }
p a {
	color: #000;
	text-decoration:none;
  }
p a:hover {
	text-decoration:underline;
  }
/*  
small, small a  {
	font-size:11px;
	color:#000;
 	text-decoration: none;
}
small a:hover {
	text-decoration:underline;
  }*/

ul {
 list-style: none;
 }
	/*  Tabellen    */
	
table, td {
	border:0px solid #999;
	border-collapse:collapse;
	border-color:#ccc;
	}
td {
	vertical-align:bottom;
	padding:3px;
  }
  
table.form {
	border: 0px solid #ccc;
	float:left;
	}
.form td {
	border: 0px solid #ccc;
	vertical-align:bottom;
	padding:3px;
	font-size:.9em;
  }
table.formR {
	border: 0px solid #ccc;
	float:right;
	}
.formR td {
	border: 0px solid #ccc;
	vertical-align:bottom;
	padding:3px;
	font-size:.9em;		
  }
  
strong {
	font-weight:normal;
	color:#f00;
	}



/* CLASSES und DIVs fuer Seitenlayout */
#dummy{
/*	border: 0px solid #ccc;*/
	background-color:#fff;
	margin:0px;
	width: 100%;
/*	height: 0px;*/
	height: 0px;
}
#header{
	border: 0px solid #ccc;
	background-color:transparent;
	margin:0px;
	width: 100%;
	height: 188px;
	background-image:url(../grafik/header.jpg); background-repeat:no-repeat;
/*		border: 1px solid #ff0;*/
}


#seite{
/*	background-color:#fff;*/
	text-align:left;
	margin:0 auto;
	margin-bottom:20px;
	width: 1000px;
	height:720px; /* das hier für den ie */
/*	min-height:720px;*/
	padding:0 0 0 0px;
	border: 1px solid #900;
	background-color:white;
/*	background-image:url(../grafik/bg0.jpg);*/
/*		background-image:url(../grafik/banner_02.jpg);*/
/*	background-image:url(../grafik/bg_eu.jpg);*/
	background-repeat:no-repeat;
}

/* folgende anweisung wird nicht vom ie interpretiert */
#seite[id] {
    height:auto;
    min-height:720px;
}

#navi{
	background-color:transparent;
	border: 0px solid yellow;
	margin:0px;
/*	width: 250px;*/
	width: 200px;
	float: left;
	}
#content{
/*	width: 560px;*/
	width: 500px;
	margin-left:280px;
/*	margin-left:240px;*/
/*	margin-top: 180px;*/
	margin-top: 50px;
	margin-bottom: 50px;
	font-family:verdana;
	font-size:12px;
	color: #000;
/*	border: 1px solid green;*/
	line-height:1.4em;
}
#content_L{
	width: 650px;
	margin-left:280px;
	margin-top:50px;
	margin-bottom: 50px;
	font-family:verdana;
	font-size:12px;
	color: #000;
	border: 0px solid green;
	line-height:1.4em;
}

#content li ,#content_L li {
	line-height:1.9em;
	}

.banner{
	border: 1px solid #ccc;
	background-color:transparent;
	border: 1px solid #333;
	margin:0px;
	width: 100%;
	height: 50px;
	float: left;
	}
	
	
/* Ende DIVs fuer Seitenlayout */

 a.link {
	color:#000;
	text-decoration:none;
}
a.link:hover {
	color:#666;
	text-decoration:none;
}

/*CLASSES*/

img.right {
	float:right;
	padding:10px 0 15px 15px;
}
img.left {
	float:left;
	padding:10px 15px 15px 0;
}
.intro {

	margin-left:0px;
	margin-top:10px;
	padding:0px;
	font-family:verdana;
	font-size:18px;
	color: #900;
	border: 0px solid #c00;
	line-height:1.4em;
}

.form p {
	font-weight:normal;
	color: #963;
}
.smaller {
	font-size: .8em;
}
.start {
	display:none;
}
.nosee {
	display:none;
}

.clear{
	clear:both;
}





