body {
	margin:0;
	padding:0;
	font:10px Verdana, Arial, sans-serif;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-page.gif) repeat-x;
	
}
h1, h2, h3, h4, h5, p, form{
	margin:0;
	padding:0;
}
a img{ border:none;}
ul{
	list-style:none; 
	margin:0;
	padding:0;
}

.teaser_block_area ul { 
	margin-top: 0;
	margin-left: 0; /* 17px */
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0px 0 0 17px;
	list-style-type: square; 
	list-style-position: outside;
	overflow: hidden; /* loest das Bilder-Float-Aufzaehlungszeichen-Problem */

}


.teaser_block_area li {
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}



.logo a{
	text-indent:-6666px;
	display:block;
	overflow:hidden;
}
#main{
	width:975px;
	border:4px solid #fff;
	border-width:0 4px;
	margin:0 auto;
}
/*---- HEADER CSS ----*/
#header{
	clear:both;
	width:100%;
	border-bottom:1px solid #eee;
	overflow:hidden;
}
#header .logo{
	display:block;
	clear:both;
}
#header .logo a{
	width:975px;
	height:150px;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-header-neu.jpg) no-repeat;
}
/*--- breadcrumbs css ---*/
.breadcrumbs{
	border-bottom:2px solid #efefef;
	clear:both;
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
}
.breadcrumbs ul{
	float:right;
	font-size:10px;
	line-height:23px;
	color:#666;
	overflow:hidden;
	display:inline;
	margin:0 7px 0 2px;
}
.breadcrumbs ul li{
	float:left;
	/*background:url(http://www.adcoa.de//design/breadcrumbs-bullet.gif) no-repeat 100% 50%;*/
	padding:0 7px;
	margin-right:-6px;
	display:inline;
}
.breadcrumbs ul a{ color:#666;}
.breadcrumbs ul a:hover{ text-decoration:none;}
/*---- FOOTER CSS ----*/
#footer{
	clear:both;
	width:100%;
	background:#eee;
	border-bottom:1px solid #999;
	font-size:9px;
	line-height:30px;
	height:30px;
	text-align:center;
	color:#333;
	margin:0;
	padding:0;
}
#footer a{
	color:#333;
	text-decoration:none;
}
#footer a:hover{ text-decoration:underline;}
/*---- CONTENT CSS ----*/

.text-block ul {
	font-size: 11px;
	list-style-type: square;
	margin: 10px 0 10px 20px;
}
.text-block li {
	 padding: 5px 0 0px;
}

#content{
	clear:both;
	width:100%;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-content.gif) repeat-y;
	overflow:hidden;
	border-top:1px solid #ccc;
}
.left-col{
	float:left;
	overflow:hidden;
	width:175px;
	padding:10px 9px;
}
.right-col{
	float:right;
	overflow:hidden;
	width:205px;
	padding:10px 9px;
}
.content-text{
	float:left;
	width:541px;
	overflow:hidden;
	padding:10px 9px;
}
/*--- LEFT COLUMN BLOCKS CSS ---*/
/*--- navigation css ---*/
.navigation{
	clear:both;
	width:100%;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-sep-line1.gif) repeat-x 0 100%;
	padding-bottom:25px;
}
.navigation ul{
	width:100%;
	overflow:hidden;
	font-size:11px;
	line-height:17px;
}
.navigation ul a{
	display:block;
	color:#333;
	text-decoration:none;
	border-left:4px solid #ddd;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-navigation-el.gif) repeat-x 0 100%;
	margin-bottom:2px;
	padding:0 6px 1px;
}
.navigation ul .alt a{ font-weight:bold;}
.navigation ul .alt ul a{ font-weight:normal;}
.navigation ul .active a,
.navigation ul .alt .active a{
	font-weight:bold;
	border-color:#71aec3;
}
.navigation ul .active ul a,
.navigation ul .alt .active ul a{
	border-color:#ddd;
	font-weight:normal;
}
.navigation ul ul a{ border-left:12px solid #ddd;}
.navigation ul ul ul a{ border-left:20px solid #ddd;}
.navigation ul a:hover{ 
	background:#f3f3f3 url(http://www.brigitta-ehrhardt.de/design/bg-navigation-el.gif) repeat-x 0 100% !important;
	border-color:#71aec3 !important;
	color:#999 !important;
}
.navigation ul li{
	width:100%;
	vertical-align:top;
	overflow:hidden;
}
/*--- search-box css ---*/
.search-box{
	clear:both;
	width:100%;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-sep-line1.gif) repeat-x 0 100%;
	padding:12px 0 13px;
	overflow:hidden;
}
.search-box .field{
	float:left;
	width:120px;
	height:14px;
	font:11px/14px Verdana, Arial, sans-serif;
	color:#333;
	padding:2px 3px;
	margin:0;
	border:1px solid #ccc;
}
.search-box .button{
	width:17px;
	height:20px;
	margin-left:3px;
	float:left;
}
/*--- login-box css ---*/
.login-box{
	clear:both;
	width:100%;
	overflow:hidden;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-sep-line1.gif) repeat-x 0 100%;
	font-size:11px;
	padding:11px 0 13px;
}
.login-box strong{
	display:block;
	color:#666;
	padding-bottom:4px;
}
.login-box p{
	color:#333;
	padding-bottom:18px;
}
.login-box .field{
	float:left;
	width:140px;
	height:14px;
	font:11px/14px Verdana, Arial, sans-serif;
	color:#333;
	padding:2px 3px;
	margin:0;
	border:1px solid #ccc;
}
.login-box .button{
	width:17px;
	height:20px;
	margin-left:3px;
	float:left;
}
/*--- RIGHT COLUMN BLOCKS CSS ---*/
/*--- info-box css ---*/
.info-box{
	width:100%;
	overflow:hidden;
	font-size:11px;
	padding:5px 0 10px;
}
.info-box h4{
	font-size:11px;
	color:#666;
	padding-bottom:10px;
}
.info-box p{
	color:#333;
	padding-bottom:10px;
}
.info-box ul{
	width:100%;
	clear:both;
	font-size:11px;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-sep-line1.gif) repeat-x 0 100%;
}
.info-box ul li{
	width:100%;
	vertical-align:top;
	overflow:hidden;
	padding:5px 0;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-sep-line1.gif) repeat-x;
}
.info-box ul a{
	display:block;
	color:#1b6b86;
	text-decoration:none;
	padding-left:0px;

}
.info-box a{
	color:#1b6b86;
	text-decoration:none;
	padding-left:0px;
}

.info-box ul a:hover{ text-decoration:underline;}
/*--- CONTENT TEXT BLOCKS CSS ---*/
.content-text p{
	font-size:11px;
	color:#333;
}
.content-text a{
	color:#1b6b86;
	text-decoration:none;
}
.content-text a:hover{ text-decoration:underline;}
.content-text h1{
	font-size:22px;
	padding-bottom:15px;
	font-weight:normal;
}
.content-text h2{
	color:#333;
	font-size:14px;
	padding-bottom:10px;
}
/*--- text-block css ---*/
.text-block{
	width:100%;
	overflow:hidden;
	clear:both;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-sep-line1.gif) repeat-x 0 100%;
	padding:5px 0 36px;
}
.text-block p{ padding-top:15px;}
/*--- teaser-hold css ---*/
.teaser-hold{
	width:100%;
	clear:both;
	overflow:hidden;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-sep-line1.gif) repeat-x 0 100%;
	padding:10px 0 5px;
	position:relative;
}
.teaser-hold .left-part{ float:left;}
.teaser-hold .right-part{ float:right;}
.teaser-hold .teaser-box{
	width:260px;
	font-size:11px;
	color:#333;
	padding-bottom:30px;
}
.teaser-hold h4{
	font-size:14px;
	padding-bottom:7px;
}
.teaser-hold h4 a{
	padding-right:15px;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-link-bullet1.gif) no-repeat 100% 50%;
}
.teaser-hold img{
	display:block;
	clear:both;
}
.teaser-hold h5{
	font-size:11px;
	color:#333;
	margin-top:5px;
	padding-bottom:15px;
}
.teaser-hold ul{
	width:100%;
	overflow:hidden;
}
.teaser-hold ul li{
	padding-left:17px;
	background:url(http://www.brigitta-ehrhardt.de/design/list-bullet1.gif) no-repeat 5px 5px;
}
* html .teaser-hold ul li{
	overflow:visible;
	height:1%;
}
.teaser-hold .more-link{
	padding:0 3px;
	margin-top:13px;
	display:block;
	position:absolute;
	bottom:13px;
}
.teaser-hold .more-link a{
	padding-right:10px;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-more-link1.gif) no-repeat 100% 60%;
}
/*--- file-list css ---*/
.file-list{
	clear:both;
	width:100%;
	overflow:hidden;
	margin-top:14px;
	font-size:11px;
	color:#333;
}
.file-list li{
	padding:5px 0;
	width:100%;
	overflow:hidden;
	background:url(http://www.brigitta-ehrhardt.de/design/bg-sep-line1.gif) repeat-x;
}
.file-list a{
	float:left;
	padding-left:14px;
	background:url(http://www.brigitta-ehrhardt.de/design/icon-pdf.gif) no-repeat 0 2px;
}
.file-list span{
	float:right;
	padding:0 2px;
}

.posted	{
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
line-height:12px;
	color: #000000;
	margin-bottom:15px;
	text-align: left;
	font-weight: normal;
	margin-top: 15px;
padding-top:5px;
padding-bottom:5px;
	border-top: 1px dotted #000000;
	}


/*================================================================
	TEASER ALT
----------------------------------------------------------------*/
.teaser_title,
.teaser_block_title {
	margin: 10px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
/*	background: url(../../website/template/all/image/icon/icon_arrow.internal_416D94_7x9.gif) 0px 0px no-repeat; */
}
.teaser_subtitle,
.teaser_block_subtitle {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.teaser_block_subtitle {
	clear: both;
}
.teaser_summary,
.teaser_block_summary {
	font-weight: normal;
}
/* .teaser_block_summary {
	float: none;
} */
.teaser_image, /* Bild */
.teaser_block_image {
	float: left; 
	margin: 3px 8px 5px 0;
	padding: 0;
	padding-right: -5px;
	overflow: visible;
}
/*.teaser_block_image {
	float: none; 
} */
.teaser_image_caption, /* Bildunterzeile */
.teaser_block_image_caption {
	float: left; 
	margin: 1px 8px 1px 0;
	padding: 0;
}
.teaser_spacer {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 7px 0px;
	height: 5px;
	font-size:0px;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
}
.teaser_block_spacer {
	margin: 0 0 0 0;
	padding: 0 15px 10px 0;
	float: left;
}
.teaser_date {
	margin: 5px 0px 0px 0px;
}
.teaser_area,
.teaser_block_area {
	width: 100%;
	margin: 0px 0 14px 0;
	padding: 0 0 10px 0; 
	border-top: 1px dotted #CCCCCC;
	border-right: 0 solid #C1D2E2;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0 solid #C1D2E2;
}
.teaser_block_area {
	float: left; 
}
.teaser_entry {
}
.teaser_block_entry {
	float: left; 
	width: 48%;
/*	height: 350px;
	margin: 0 -10px 0 -10px; 
	padding: 0 10px 0 10px;*/

}
.teaser_footer,
.teaser_block_footer {
	font-size: 1px;
	height: 1px;
	clear: both;
}

.form td {
	font-size:11px;
}

.form /* ALLGEMEINER FORMULAR-CONTAINER */ {
	clear: both;
	display:block;
	padding: 7px 0 7px 0;
}


.form_text /* TEXTFELD EINZEILIG */ {
	width: 200px;
}

.form_textarea /* TEXTFELD MEHRZEILIG */ {
	width: 200px;
	height: 60px;
}

.form_dropdown /* AUSWAHL MENU */ {
	width: 206px; /* Breite des Textfeldes plus 6 */
}

.form_radio /* AUSWAHL RADIOBUTTONS */ {
	padding: 0 0 0 0;
	vertical-align: top;

}

.form_checkbox /* AUSWAHL CHECKBOXES */ {
	margin: 0 0 0 0;
	vertical-align: top;
	padding:3px;
}



.form_text, .form_textarea, 
.form_dropdown, .form_button, 
.form_function_text, .form_function_button 
{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#333333;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0 3px 0 0;
	padding:3px;
	text-transform:none;
	vertical-align:top;
}

.form p {
	padding-top:0;
	margin-bottom: 5px;
}