//* General settings */

@media print { #menuleft, #menu, #menuright, #sponsor { display: none; } }

BODY {
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size:11pt;
  font-weight:normal;
  background-color: #FFF;
  padding: 0;
  margin: 0;
}

UL {
	list-style-type: square;
	list-style-position: inside;
}

LI {
	margin-bottom: 7px;
}

#menu A:Hover, #sponsor A:Hover {
	background: none;
}

A:Hover, #menu_wrapper A:Hover {
	background-color: #DFF2F8;
	color: black;
}

A:Link,A:Visited,A:Active {
	color: black;
}

A IMG {
	border: none;
}

/* Layout */

#container {
	text-align: left;
	max-width: 1000px;
	min-width: 715px; /* 515 + 100 */
	margin-left: auto; margin-right: auto;
}

#menuleft {
	background: #FFF url(/ye2007/images/left.gif) no-repeat top;
	float: left;
	width: 24px;
	height: 210px;
	padding: 0;
}

#menu {
	/*background: #747474 url(/ye2007/images/center.gif) no-repeat top;*/
	background-color: #747474;
	float: left;
	width: 201px;
	height: 100%;
	padding: 0;
}

#menuright {
	float: left;
	background: #FFF url(/ye2007/images/right.gif) no-repeat top;
	width: 37px;
	height: 210px;
	padding: 0;
}

#content {
	padding-top: 80px;
	margin-right: 4px;
	font-size: 0.9em;
	text-align: justify;
}

#sponsor {
	margin-top: 88px;
	padding-top: 30px;
	border: 1px solid #535353;
	width: 140px;
	margin-right: 4px;
	float: right;
	background: #FFF url(/ye2007/images/sponsors.gif) no-repeat top;
}

#sponsor P {
	font-weight: 800;
	color: #22b5d7;
	text-align: center;
	font-size: 1em;
	background-color: #DFF2F8;
	margin-bottom: 5px;
}


/* Menu */

#menu_wrapper {
	color: white;
	font-size: 0.8em;
	margin-left: 5px;
	margin-right: 5px;
}

#menu_wrapper A {
	display: block;
}

.menu_section {
	font-weight: 800;
	border-top: 1px dotted White;
}

.menu_item A {
	color: #85cee6;
	background: none;
}

.menu_item {
	padding-left: 10px;
}

#menu_wrapper A {
	text-decoration: none;
	color: white;
}


/* Text formating */

.important {
	border: 1px dotted #535353;
	background-color: #DFF2F8;
	background-image: url(/ye2007/images/important.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;
	padding: 5px 5px 5px 40px;
}

.small {
	color: #535353;
	font-size: 0.8em;
}

H1 {
	color: #22b5d7;
	border-bottom: 1px solid #535353;
}
H2 {
	color: #85cee6;
	font-size: 1.45em;
}
H3 {
	color: #85cee6;
	font-size: 1.2em;
}
H4 {
	color: #85cee6;
	font-size: 1.1em;
}

dd {
    margin-bottom: 1em;
}

dt {
	font-weight: bold;	
}

/* Spezielle Formate */

.newsbox {
	border: 1px dotted #535353;
	background-color: #DFF2F8;
	padding: 10px;
	font-size: 0.9em;
	margin-left: 0px;
	margin-bottom: 1px;
}

.newsbox H3  {
	margin: 0px 0px 0px -5px;
	color: #22b5d7;
}

.locationbox {
	font-size: 0.9em;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px dotted #535353;
}

.toplocation {
	color: #22b5d7;
	font-weight: 800;
	font-style: italic;
	margin-right: 5px;
}

.locationbox H3, .locationbox H4 {
	margin: 0px 0px 0px 0px ;
	color: black;
}

.locationbox IMG {
	float: right;
	position: relative;
	margin-left: 5px;
}

.locationbox P {
	padding-left: 15px;
}

.mapinfo {
  font-size: 0.85em;
  width: 220px;
  height: 150px;
  overflow-y: auto;
}

.mapinfo IMG {
  margin-left: 3px;
  margin-bottom: 3px;
  float:right;
  position: relative;
}

.box {
	border: 1px solid #535353;
}

#content HR {
	height: 1px;
}

/* Tabellen für ACT */

#content TABLE.usertable {
}

#content TABLE {
	border: 1px solid #535353;
	width: 100%;
	border-spacing: 2px;
	border-collapse: collapse;
	empty-cells:show;
}

#content TABLE.grid TD {
	border: 1px solid #747474;
}

#content TABLE TD {
	vertical-align: top;
	text-align: left;
}

#content FIELDSET {
	border: none;
	border: 1px solid #535353;
}


#content TABLE TABLE {
	border: none;
	border-collapse: separate;
	width: 100%;
	border-spacing: 3px;
}

#content FIELDSET TABLE {
	border: none;
}

#content TH {
		background-color: #747474;
		color: white;
}

#content .highlight {
		background-color: #DFF2F8;
}