@charset "UTF-8";
/* CSS Document fˆºr einzelne zu Teasern gehˆrige Objekte */


body {
        margin: 0px;
        font-family: Arial, sans-serif;
        }
		
		
/* auf Homepage (home_teaser.html) : */	

#teaser {
        width: 837px;
        height: 237px;
        clear: both;
		background-color: #FFFFFF;
        }

.teaser_title {
		height: 20px;
        font-size: 14px;
        font-weight: bold;
		padding-top: 10px;
        color: #FF6600;
        }

.teaser_box {
        width: 827px;
        height: 209px;
        border-top: 1px solid #FF6600;
        border-bottom: 1px solid #FF6600;
        }
		
		
/* auf Startbereichsseite: (start_teaser.html) */
	
#teaser_filter {
		width: 677px;
		height: 612px;
		}	
		
.teaser_filter_menuitem {
		width: 134px;
		height: 4px;
		}
		
#teaser_filter_line {
		width: 677px;
		height: 4px;
		background-image: url(img/container/teaser_filter_line.jpg);
        background-repeat: repeat;
		}


/* auf Teaser-ˆúbersichtsseite: (teaser_teaser.html) */
		
#teaser_all {
		width: 677px;
		}
		
#teaser_form {
		width: 677px;
		margin-bottom: 10px;
		}

#teaser_form_pulldown {
		width: 138px;
		height: 22px;
		font-size: 12px;
        color: #000000;
		}
		
#teaser_form_field {
		width: 154px;
		height: 17px;
		border: 1px solid #D6D6D6;
		font-size: 12px;
        color: #000000;
        }
		
#teaser_form_searchbutton {
		width: 68px;
        height: 18px;
		border: 0px;
        background-image: url(img/buttons/button_suchen_2.png);
        background-repeat: no-repeat;
        }
		
#teaser_displayfunction {
		margin-left: 2px;
		font-size: 12px;
		font-weight: bold;
        color: #5478A8;
		margin-top: 10px;
		}
		
#teaser_displayfunction a:link  { color: #5478A8; text-decoration: none; }
#teaser_displayfunction a:visited { color: #5478A8; text-decoration: none; }
#teaser_displayfunction a:hover { color: #FF6600; text-decoration: underline; }
#teaser_displayfunction a:active { color: #FF6600; text-decoration: underline; }
		
/* Teaser-Container fˆºr alle Seiten mit Teasern: */	
#teaser_container_box 
{
    height: 189px;
    width: 132px;
}


.teaser_container {
        width: 132px;
        height: 189px;
        vertical-align: top;
		overflow: hidden;
		empty-cells:hide;
        }

.teaser_container_title {
        font-size: 12px;
        font-weight: bold;
        color: #FF6600;
        padding-top: 2px;
        padding-left: 4px;
        padding-right: 4px;
        }

.teaser_container_info {
        font-size: 10px;
        font-weight: bold;
        color: #000000;
        padding-bottom: 2px;
        padding-left: 4px;
        padding-right: 4px;
        }

.teaser_container_text 
{
        font-size: 9px;
        color: #000000;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 3px;
        text-align: justify;
        }
		
.teaser_container a:link  { color: #FF6600; text-decoration: none; }
.teaser_container a:visited { color: #FF6600; text-decoration: none; }
.teaser_container a:hover { color: #FF6600; text-decoration: underline; }
.teaser_container a:active { color: #FF6600; text-decoration: underline; }
		
		

