p {
  margin: .5em 0 1em;
}

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
}

a {
  font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  font-size: 14px;
  color: #cc6600;
  text-decoration: none;
}

a:visited {
  font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  font-size: 14px;
  color: #cc6600;
  text-decoration: none;
}

a:hover {
  font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #cc6600;
  text-decoration: none;
}


.link_aktiv {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #cc6600;
	text-decoration: none;
	font-weight: bold;
}

checkbox, input, radio, select {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}


.menu_exp_down {
	border-bottom: 1px solid #CC6600;
	border-right: 1px solid #CC6600;
	line-height: 22px;
	//height: 33px;
}


.gallery_link {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #9b004c;
	text-decoration: none;
}

a.gallery_link:link  {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #9b004c;
	text-decoration: none;
}

a.gallery_link:hover  {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #9b004c;
	text-decoration: underline;
}

tr.gallery_1 {
	
}

tr.gallery_2 {
		
}

tr.gallery_2:hover {
	
}

td.gallery_1 {
  	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  	font-size: 14px;
}

td.gallery_2 {
  	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  	font-size: 14px;
  	font-weight: bold;
}

.gallery_rahmen {
background-color:#FFFFFF;
border-color:#CCCCCC #888888 #888888 #CCCCCC;
border-style:solid;
border-width:2px;
padding:5px;
}

.scrollbox {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  	font-size: 14px;
  	color: #cc6600;
	height: 100px;
	width: 100px;
	overflow: auto;
}

.header {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  	font-size: 17px;
  	color: #cc6600;
}

.normal_text {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  	font-size: 14px;
  	color: #000000;
}

.normal_text_cl {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  	font-size: 14px;
  	color: #cc6600;
}

.small_text {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  	font-size: 12px;
  	color: #000000;
}

.small_text_cl {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  	font-size: 12px;
  	color: #cc6600;
}


.error_text {
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  	font-size: 13px;
	font-weight: bold;
	color: #990000;
	//text-decoration: blink;
}

.rahmen1 {
background-color:#FFFFFF;
border-color:#CCCCCC #888888 #888888 #CCCCCC;
border-style:solid;
border-width:2px;
padding:5px;
}

.bilder_rahmen {
background-color: #FFFFFF;
border: 2px solid #CC6600;
padding: 3px;
}


/* Formulare */
form {
	clear: both;
	display: inline;
}
#einleitung form {
	clear: both;
	display: inline;
}
form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 0.3em;
}
form div label {
	float: left;
	width: 40%;
}
form div input.frmtext {
	width: 202px;
}
form div input.frmbtn {
	width: 404px;
}
form div select {
	width: 235px;
}
fieldset {
	border: 1px solid #cc6600;
	margin-top: 1.4 em;
	padding: 0.6em;
	margin-top: 0.3em;

}
legend {
	color: #cc6600;
	font: bold 0.8em Arial, sans-serif;
}


