@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif; 
	line-height: 1.6; 
	background-image: url("ZurgoldenenRampe_onlyRAMP.png"); 
	background-size: 300px auto; 
	background-attachment: fixed;}
a:link    {text-decoration: none; 
	color: black;}
a:visited {text-decoration: none; 
	color: black;}
a:active  {text-decoration: none; 
	color: black;}
a:hover	{font-style: italic; 
	color: black;}
p  {text-align: justify; 
	color: black; } /* #6E6E6E */
h2 {text-align: left; }
h1 {text-decoration: none; 
	font-weight: normal; }
h3 {text-align: left; }
td {padding-bottom: 20px;}
#text{text-align: left;}

/* Tabelle Team */
.name{width:250px; text-transform: uppercase; vertical-align:top;}
.motivation{font-style: italic;}

/* Tabelle Programm */
.tag{width:250px; text-transform: uppercase; vertical-align:top;}
.ablauf{}

#programm table {
  border-collapse: collapse;
}
#programm td {  padding-top: 25px; padding-bottom: 25px; border-bottom: 1px solid black}

#programm a:hover {font-style: normal; 
	color: black;}

#sub_menu {font-size: 14px; text-align: center;}

#gallery_img{
	border:none;
	position: relative;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;

	/* SCHATTEN */
	-moz-box-shadow:1px 4px 3px #7c7c7c; /* Firefox */
	-webkit-box-shadow:1px 4px 3px #7c7c7c; /* Chrome, Safari */
	-khtml-box-shadow:1px 4px 3px #7c7c7c; /* Konqueror */
	box-shadow:1px 4px 3px #7c7c7c; /* CSS3 */
	/* PRINT VERSION IMG ANZEIGEN */
	-webkit-print-color-adjust: exact;
}