﻿/* Changemed Stylesheet */
/* ---------------- */
/* 					*/
/* ---------------- */

/* DIVs */

html  {
		height:100%;
		}
	
body  {
	font-size:12px;
	font-family:"Myriad Pro", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #666666;
	line-height:1.5em;
	background-color:#FFF;
	height:100%;
	line-height:1.2em;
    }
	


#container {
	width:936px;
	text-align:left;
	color:#666;
	background-image: url(img/bg_total.jpg);
	background-repeat: repeat-y;
	margin-top:40px;
	
	}
	
#logobereich {
	height:63px;
	background-image:url(img/logo_leiste.gif);
	background-repeat:no-repeat;
	color:#FFF;
	}

#logobereich a {
		color:#FFF;
		text-decoration:none;
}



#logobereich a:hover {
		text-decoration:underline;
}
	
#bild {
	padding-left:19px;
	padding-top:0px;
}
		
#nav {
	height:27px;
	padding-left:19px;
	padding-right:20px;
	}
	
#print {
	height:22px;
	padding-left:19px;
	padding-right:30px;
	}	

#content {
	margin-left:20px;
	margin-right:20px;
	}

#contentcontent {
	margin-left:160px;
	margin-right:230px;
	padding-bottom:10px;
}



h1 {
	font-size:14px;
	color:#a5047b;
}

	
#adresse {
	font-size:12px;
	position:relative;
	bottom:15px;
	text-align:left;
	background-image:url(img/abschluss_unten.jpg);
	background-repeat:no-repeat;
	width:936px;
	padding-top:15px;
	color:#666666;
}	

#adresse a {
	color:#666666;
	text-decoration:none;
	}
	
#adresse a:hover {
	text-decoration:underline;
	}					

	
#content a, #rahmeninhalt a{
	color:#666666;
	text-decoration:none;	
	}


#content a:visited, #rahmeninhalt a:visited{
	color:#666666;
	text-decoration:none;	
	}	
			

#content a:hover, #rahmeninhalt a:hover{
	color:#999999;	
	text-decoration:underline;
	}
		
/* ENDE DIVs */	

    
    /* Verschiedene Klassen */
    .fltrt { /* Element auf der Seite nach rechts fließen lassen */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /*  Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

/* diverse Styles für Inhalt */



input{
	border:1px dotted #666666;
	height:20px;
	color:#000;
	background-color:#FFF;
	}

textarea{
	border:1px dotted #666666;
	height:50px;
	color:#000;
	background-color:#FFF;
	}
	
/* Ende diverss Styles für Inhalt */	
	
/* Zoom-Silder */

* .highslide {
	cursor: url(/img/zoomin.cur), pointer;
    outline: none;
}

.highslide img {
	border: 1px solid black;
}
.highslide:hover img {
	border: 1px solid gray;
}

.highslide-image {
    border-bottom: 1px solid black;
    cursor: pointer; /* opera */
	cursor: url(/img/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}

/* Ende Zoom */

div {
		border:0px solid #0F3;
}

