/* ------------------------------------------------------------------- */
/*                         Allgemeine Einstellungen                    */
/* ------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

fieldset, img {
	border: 0;
}

html, body, #seite {
	height: 100%;
}

/* ------------------------------------------------------------------- */
/*         Schrift und Schriftgrößengrößen-Definition                  */
/* ------------------------------------------------------------------- */

body {
  color: #333;
  font-size: 62,5; /* Basisgröße 10px */
  font-family: Arial Helevetica, sans-serif;
  text-align: center;
}

h1 {
  padding: 0px 10px 12px;
  font-size: 140%; 
  font-weight: normal;  
  color: #e2001a;  
  clear: both;
}

h2 {
  padding: 8px 10px 8px;
  font-size: 130%;
  font-weight: normal;
  color: #e2001a;
  clear: both;      
}

h3 {
  padding: 8px 10px 6px;
  font-size: 120%;
  font-weight: normal;
  color: #e2001a;    
  clear: both;  
}

p {
  padding: 0 10px 6px;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2em;
}

.zentriert {
	text-align: center;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

img {
	border: 1px solid #757575;
}	

/* ------------------------------------------------------------------- */
/*                  Layout-Container (Divbereiche)                     */
/* ------------------------------------------------------------------- */

/* ----------------------------- Seite Gesamt ----------------------- */
#seite {
	width: 760px;
	margin: 0 auto;
	background-color:#33FFFF;
}

/* -------------------------- Seite ohne Fußzeile -------------------- */
#seite-innen {
	margin: 0 auto 0px auto;
	padding-bottom: 20px;
	width: 760px;
	text-align: left;
	min-height: 100%; /* Für moderne Browser */
	background-image:url(pics/bg_meiss.gif);
	background-repeat: repeat-y;		
	height: auto !important; /* Für moderne Browser */
	height: 100%;  /* Für IE */
}

/* -------------------------- Seitenkopf / Logo  ---------------------- */
#kopf {
	width: 758px;
	height: 170px;	
	/*background-image: url(pics/logo_meiss1.gif);	
	background-repeat: no-repeat;		*/	
}

#kopf.logo {
	
}

#kopf img {
	border: 0;	
}

#kopf h1 {
	display: none;
	float: left;
	margin: 0px 0px 0px -9999px;
	color: #e2001a;  	
}

/* ------------------------------- Navigation  ------------------------ */
#navi {
	width: 760px;
	float: left;
	height: 28px;
	padding-top: 2px;
	background-image: url(pics/verlauf_navi.png);
	background-repeat: repeat-x;	
}

#navi ul {
	padding-left: 10px;
	text-align: left;
}

#navi ul li {
	display: inline;
}

#navi ul li a {
	display: block;
	font-size: 110%;
	font-weight: normal;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	float: left;
	color: #FFF;
}

#navi ul li a:hover {
	color: #ffed00;
}

#navi .aktiv {
	color: #ffed00;
}

/* ------------------------------- Inhalt  ------------------------ */
#inhalt {
	height: 100%;
	/*padding-bottom: 30px;*/
}

#inhalt-spaltelinks {
	margin-top: 20px;
	width: 590px;
	float: left;
}

#inhalt-spalterechts {
	margin-top: 20px;
	width: 170px;
	float: left;  
}

#inhalt ul {
	margin: 0 40px 10px;
}

#inhalt hr {
	  clear: both;
	  height: 1px;
	  border: none;
	  visibility: hidden;
}

/* ----------------------------- Fußzeile ------------------------ */
#fuss {
	width: 760px;
	height: 18px;
	padding-top: 2px;
	margin-top: -20px;
	background-color: #CC3333;	
}

#fuss p {
	font-size: 80%;
	font-weight: bold;
	color: #FFF;	
}

/* ---------------------------- Tabelle ----------------------- */

table {
 	margin: 10px 10px 15px;
	font-size: 90%;	
	text-align: center;	
	border-top: 1px solid #CC3333;  
	border-left: 1px solid #CC3333; 	
}

td, th {
	vertical-align: top;
	border-bottom: 1px solid #CC3333;  
	border-right: 1px solid #CC3333;  
}


/* ----------------------------- Bilder ------------------------ */
.pics_startseite {
	text-align: center;
	border: 1px solid #757575;
	margin-top: 40px;
}

.pic_links {
	float: left;
	margin-right: 15px;
}

.pic_rechts {
	float: right;
	margin-left: 15px;
}

/* -------------------------- Bild-/Textblöcke Referenzen Version 1 ---------------------- */

div.referenz_galerie {
	overflow: hidden;
	padding: 25px 10px 10px 0px;
	margin: 0px 3px 3px 0px;
}

div.referenz_galerie img.links {
	display: block;
	float: left;
	clear: right;	
	padding: 4px;
	border: 1px solid #DDD;
	border-bottom-color: #AAA;
	border-right-color: #AAA;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.referenz_galerie img.rechts {
	display: block;
	float: right;
	clear: left;
	padding: 4px;
	border: 1px solid #DDD;
	border-bottom-color: #AAA;
	border-right-color: #AAA;
	margin-left: 15px;
	margin-bottom: 15px;
}

.clearing {
	clear: both;
}

* html {
	height: 1%;
}

/* -------------------------- Bild-/Textblöcke Referenzen Version 2 ---------------------- */

#ref_galerie {
	padding: 25px 10px 10px 0px;
	margin: 0px 3px 3px 0px;
	overflow: hidden;
}

#pic_ref_links  {
	float: left;
	background-color: #FF9900;
	width: 250px;
}

#pic_ref_links img {
	display: block;	
}

#text_ref_rechts  {
	width: 200px;
	float: right;
	background-color: #00CCCC;
}

/* -------------------------- Bild-/Textblöcke Referenzen Version 3 ---------------------- */

dl {
	margin: 0 10px 10px;
	width: 590px;
}

dt {
	float: left;
	clear: left;
	width: 200px;
	padding: 0px; 
	text-align: left;
	font-weight: bold;
	color: #E8A800;
} 

dd {
	width: 360px; 
	float: left;
	margin: 0 0 0 200px; 
	padding: 0; 
	margin-bottom: 2px;
}


/* ------------------------------------------- */
/* ------------------------------------------- */

#ref_block {
	margin: 0px 10px 5px 10px;	
	overflow: hidden;
}

#ref_block img {
	margin: 0px 0px 15px 0px;	
	border: 1px solid #9A9A9A;	
}

#ref_block_pic_links {
	width: 260px;
	float: left;
}

#ref_block_pic_rechts {
	width: 260px;
	float: right;
}

#text {
width: 310px;
float: left;
}
