@charset "UTF-8";
/* CSS Document für einzelne Objekte in der rechten Spalte */


body {
        margin: 0px;
        font-family: Arial, sans-serif;
        }
	
	
/* Container generell (right_ container_img.html und right_ container_text.html) */
		
#right_container {
		width: 170px;
		}
		
		
.right_top {
        width: 170px;
        height: 27px;
        background-image: url(img/right/right_titel_top.png);
        background-repeat: no-repeat;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        padding-left: 12px;
        }		
		
.right_bottom {
        width: 170px;
        height: 6px;
        background-image: url(img/right/right_bottom.png);
        background-repeat: no-repeat;
        }
		
		
/* Inhaltsbereich eines Containers (right_ container_img.html bzw. right_ container_text.html) */
		
.right_content_img {
		width: 170px;
		vertical-align: top;
        border-left: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        }
		
		
.right_content_text {
		width: 170px;
		vertical-align: top;
        border-left: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
		font-size: 11px;
        font-weight: bold;
        color: #000000;
		padding-top: 5px;
        padding-left: 7px;
        }

.right_content_text ul {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 13px;
		}
			
.right_content_text li {
		list-style-type: square;
		}
		
.right_content_text a:link {
        color: #FF6600;
        text-decoration: none;
        }
		
.right_content_text a:visited {
        color:#FF6600;
        text-decoration: none;
        }

.right_content_text a:hover {
        color: #FF6600;
        text-decoration: underline;
        }
		
.right_content_text a:active {
        color: #FF6600;
        text-decoration: underline;
        }


/* Container mit Formular zum Bestellen des Newsletters (right_ newsletter.html) */

#right_newsletter {
		width: 170px;
		#height: 87px;
		}

.right_newsletter_content {
		width: 170px;
		vertical-align: top;
		padding: 5px;
		font-size: 12px;
        font-weight: bold;
        color: #000000;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        }

#right_newsletter_emailfield {
        width: 125px;
        height: 15px;
		margin-top: 5px;
        border: 1px solid #999999;
        font-size: 11px;
        font-weight: bold;
        color: #999999;
        padding-left: 2px;
        padding-top: 2px;
        }

#right_newsletter_gobutton {
        width: 25px;
        height: 21px;
        margin-top: 0px;
        background-color: #FFFFFF;
		border: 0px;
        background-image: url(img/buttons/button_go.png);
        background-repeat: no-repeat;
        }
