/**
* Stylesheet für http://www.zhart.ch/
*
* Standardstylesheet
*
* @author Michael Nef
* @link http://www.zhart.ch/
* @copyright Copyright 2009, Michael Nef
* @license CC-A 2.0
*/

body {
	font: 11px "Helvetica", Arial, Verdana, sans-serif;
	background: #c4c2c1 url(Images/hintergrund2.png) no-repeat scroll 50% 0%;
}


#visual {
	margin-left: -15px;
}


#visual_special {
	background-image: url(Images/visual_ohne_strich_soft.png);
	height: 346px ;
	width:456px;
	background-repeat: no-repeat;
	margin-left: -15px;
}

#visual_special_2 {
	background-image: url(Images/visual_soft.png);
	height: 346px ;
	width:456px;
	background-repeat: no-repeat;
	margin-left: -15px;	
}
	
#wrapper {
	position:absolute;
	left: 50%;
	margin-left:-14%;
	min-height: 91%;
	margin-top: 4%;
}


/* Navigation oben ---------------------------*/

#navigation {
	margin-top: -23px;
}


a {
	text-decoration: none;
	color: #808080;
}


#buttons {
	padding-top: 10px;
	height: 20px;
}

#buttons a {
	font-weight: bold;
	color: #808080;
}

.danach { 						
	margin-left: 15px;
}

#here_you_are {
	color: #EF3094 !important;
	background-image: url(Images/navi_hover.gif);
	background-repeat: no-repeat;
	background-position: 50% 14px;
	padding-bottom: 10px;
	cursor: default;
}

#buttons a:hover {
	font-weight: bold;
	color: #EF3094;
	background-image: url(Images/navi_hover.gif);
	background-repeat: no-repeat;
	background-position: 50% 14px;
	padding-bottom: 10px;	
}

#buttons a:active {
	background-image: url(Images/navi_active.gif);
	background-repeat: no-repeat;
	background-position: 50% 14px;
}


.link_hive:hover {
	font-weight: bold;
	color: #EF3094 !important;	
}


/* Text content ---------------------------*/

.titel {
	font-size: 11px;
	color: #EF3094;
	font-weight: bold;
}


p {
	margin-top:5px;
	font-size: 11px;
	color: #4D4D4D;
	line-height: 14px;
}


#text_content a {
	font-size: 11px;
	font-weight: bold;
	color: #4D4D4D;	
}


img {
	border: none;
}

#abstand {
	margin: -6px;
}

#copyright{
	margin-top: 81px;
	margin-left: 70px;
	font-size: 9px;
	color: #999999;
	line-height: 14px;
}

.copyright{
	color: #999999;
}

#copyright_programm{
	margin-top: 200px;
	margin-left: 70px;
	font-size: 9px;
	color: #999999;
	line-height: 14px;
}


/* side_navi ---------------------------*/


#side_navigation {
	float: left;
	margin-top: 27%;	
	margin-left: -35%;
}


#senkrecht {
	float: left;
	margin-top: 7%;
	margin-left:-8%;	
}


.side_navi_gross {
	font-size: 14px;
	font-weight: bold;
	color: #EF3094;
	text-align: right; 
	margin-top: 19px;
	margin-bottom: 4px;
	
}


#side_navigation a{
	text-align: right; 
	display: block;
	line-height: 21px;
	font-weight: bold;	
}


#side_navigation a:hover{
	color: #EF3094;	
}



/* Programm ---------------------------*/


#programm_auswahl_content {
	position:relative;
	top: 87px;
	left: 15px;
}


.date_programm_auswahl {
	font-size: 35px ;
	font-weight: bold;
	color: #EF3094;	
	margin-bottom: 4px;
}


.titel_programm_auswahl {
	font-size: 19px ;
	font-weight: bold;
	color: #4D4D4D;
	margin-bottom: 19px;
	
}

#mail{
	font-style: normal;
	padding-top: 5px;
}

/* Gallery ---------------------------*/

#gallery_content{
	position:absolute;
	top: 133px;
}


#photos {
	width: 380px;
}

#photos_artist {
	width: 380px;
	margin-top: -10px;
	
}



