@charset "utf-8";
/* CSS Document */
/* CSS Document */

			
			/* Layout - CSS */
			
			/* Abstand Tabellen zum Rhamen */
			
			* {margin:0px; padding:0px; }
			
		    #contentInnen {
				display:block; width:100%-10px; height:100%;  margin: 10px 10px 10px 10px; 
			}
			
			
			h2.contentheadline {
				font-family:Arial; font-size:14px; font-weight:bold; color:#E60003; letter-spacing:0px; text-decoration:none;
				margin:10px 10px 10px 10px;
			}
			
			h3.contentteaser {
				font-family:Arial; font-size:12px; font-weight:normal; color:#222222; letter-spacing:0px; text-decoration:none; margin:10px 10px 10px 10px; white-space: pre;
			}
			
			.contentbodytext {
				font-family:Arial; font-size:12px; font-weight:normal; color:#222222; letter-spacing:0px; line-height:130%;
				
			}
			
			.contentimagetext {
				font-family:Arial; font-size:12px; font-weight:normal; color:#222222; letter-spacing:0px; line-height:130%;
			}
			
			
			.contentimageborder  {
			 border:solid 0px #000000; margin-bottom:2px; margin-top:2px;
			}
		
			
			.contentforminput {
				font-family:Arial; font-size:12px; font-weight:normal; color:#000000; letter-spacing:0px; line-height:130%;
				
			}
			
			.contentformbutton {
				font-family:Arial; font-size:12px; font-weight:normal; color:#000000; letter-spacing:0px; line-height:130%;
				
			}
						

			
			/* Seitenabschluss muss gesetzt werden, damit das floating für das nächste Inhaltselement */
			/* aufgehoben wird */
			.seitenabschluss {clear:left;}
			
			
			/* Links Formatierung und Verhalten im Fliesstext - allgemein für alle Links */
			a:link {font-family:Arial; font-size:12px; color:#134892; font-weight:bold; text-decoration:underline; }
			a:visited {font-family:Arial; font-size:12px; color:#134892; font-weight:bold; text-decoration:underline; }
			a:focus {font-family:Arial; font-size:12px; font-weight:bold; color:#134892;  text-decoration:underline; }
			a:hover {font-family:Arial; font-size:12px; font-weight:bold; color:#ff0000; text-decoration:underline; }
			a:active {font-family:Arial; font-size:12px; font-weight:bold; color:#ff0000; text-decoration:underline; }
			
			#contentbox blockquote { margin-left: 25px; }
			#contentbox ul { margin-left: 25px; }
			
			/* Stylesheets aus RTE Editor (layout_teupen_richtext.css) */
			.blau {
				 display:block; margin-right: 50px; color:#0000ff; 
			}
			
			
			/* Textauszeichnung in roter Farbe */		
			.rot {
				 color:#ff0000; 
				
			}
			
			/* Textauszeichnung in grauer Farbe */		
			.grau {
				 color:#666666; 
				
			}
			/* Ende RTE CSS */
			
	

			
			
			
			
			
			
		
