/* ===================================
Version 1.0
=================================== */


/* ==================================
   1. Kalibrierung und Body
   =============================== */

*  { padding: 0; margin: 0; }
h2, h3, p, ul, ol { margin-bottom: 0; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

html { height: 101%; } 
body { 
   color: white; 
   background-color: black; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; 
}


/* ==================================
   2. Allgemeine Styles 
   =============================== */   

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 130%;
	padding: 0;
	margin: 0;
	border: 0;
}


h2 {
	font-size: 100%;
	line-height: 120%;
	padding: 0;
	margin: 0;
	border: 0;
}


/* ==================================
   3. Hyperlinks
   =============================== */  

a:link, a:visited, a:hover {
color: #FF0000;
text-decoration: none;
}

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


/* ==================================
   4. Klassen und IDs
   =============================== */   


/*  Nachrichten  */ 

#nachrichtenbereich {
	line-height: 120%;
}

#nachrichtenbereich .nachricht {
	padding-left: 20px;
}

#nachrichtenbereich h1{
	padding-bottom: 20px;
}

#nachrichtenbereich .text {
}  

#nachrichtenbereich .quelle {
	font-size: 80%;
}  



/*  Presse Startseite  */ 

#kurzmeldungen {
	line-height: 120%;
}  

#kurzmeldungen h1{
	padding: 0px 0px 20px 30px;
}

#kurzmeldungen h2 {
	padding: 0px 0px 0px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

#kurzmeldungen .text {
	padding: 0px 0px 20px 30px;
}  

#kurzmeldungen .quelle {
	font-size: 80%;
	padding: 0px 0px 0px 30px;
	margin: 0;
	border: 0;
}  


/*  Presseseiten Textbereich  */ 

#artikel {
	line-height: 120%;
} 

#artikel h1{
	padding: 0px 0px 20px 30px;
}

#artikel h2 {
	padding: 0px 0px 15px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

#artikel .text {
	padding: 0px 0px 20px 30px;
}  

#artikel .quelle {
	font-size: 80%;
	padding: 0px 0px 0px 30px;
	margin: 0;
	border: 0;
}  

/*  Presseseiten Pressenavigation  */ 

#presse-navi {
	line-height: 120%;
	font-size: 80%;

} 

#presse-navi h2 {
	padding: 0px 0px 15px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

#presse-navi .quelle {
	padding: 0px 0px 0px 0px;
	margin: 0;
	border: 0;
}  
   
.textklein {
	font-size: 85%;
	padding-bottom: 15px;
}

.bildlinks {
   float: left; 
   margin-right: 60px; 
}

.bildkleinlinks {
	float: left;
	margin-right: 10px;
}

.bildrechts {
	float: right;
	margin-left: 15px;
}

.clearing { clear: both; }


/* ==================================
   Unitall-Netzwerk 
   =============================== */   

#unitall {
line-height: 100%;
font-weight: normal;
padding: 0px 0px 20px 0px;
margin: 0px;
border: 0px;
}  

#unitall h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 110%;
font-weight: bold;
padding: 0px 0px 10px 0px;
}

#unitall h4 {
font-size: 100%;
font-weight: normal;
padding: 10px 0px 10px 0px;
letter-spacing: 3px;
}

#unitall p {
font-size: 80%;
padding: 0px 0px 5px 0px;
}

#unitall .button {
padding: 0px 0px 10px 0px;
}


/* ==================================
   5. Styles für Layoutbereiche 
   =============================== */   

#wrapper {
	color: black;
	width: 780px;
	margin: auto;
	background-color: #CCCCCC;
	background-image: url(grafik/layout/1949.gif);
	background-repeat: no-repeat;
	background-position: center 240px;
}

#kopf {
	position: relative;
	color: black;
	padding: 30px 60px 0px 60px;
	margin-bottom: 0px;
}

#navibereich {
	background-color: black;
	margin: 0px 60px 0px 60px;
	padding: 5px 0px 5px 60px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
} 
   #navibereich ul { margin-bottom: 0; } 
   #navibereich li { 
      display: inline; 
      list-style-type: none; 
      margin: 0 15px 0 0;    /* rechts 15px, sonst 0 */
   }
   #navibereich a { color: #FFFFFF; }  
   #navibereich a:hover,
   #navibereich a:focus, 
   #navibereich a:active { 
      color: #FF0000; 
   }  
   
#linkespalte {
	float: left;
	width: 445px;
	padding-left: 60px;
	padding-top: 30px;
} 

#rechtespalte {
	width: 180px;
	padding: 30px 65px 30px 20px;
	margin-left: 505px;
}

#fuss {
   clear: both; 
   color: black; 
   background-color: black;
   margin: 30px 60px 30px 60px;
   padding: 0px 60px 0px 60px;
   border-top: 1px solid #8c8c8c; 
/*   margin-top: 20px; entfernen */
}
   #fuss p {
	text-align: center;
	padding: 5px 0 5px 0;
	font-size: 10px;
	letter-spacing: 2px;
	word-spacing: 2px;
	color: #FFFFFF;
   }

#leer {
   padding: 1px 0px 0px 0px;
   

