* {
	padding:0;
	margin:0;
}

html, body {
	height: 100%;
	padding:0px;
	margin:0px;	
}

/* .:: 1.1 Font ::. */

body, table, thead, tbody, tr, td {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-size: 22px;
	font-weight: regular;
	color: #ee332e;
	margin-bottom: 25px;
}
	

h2 {
	font-size:14px;
	margin: 0px;
	padding: 0px;
	color: #ee332e;	
	font-weight:bold;
}


h3,h4,h5,h6 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}

a {
	color: #ee332e;
	text-decoration: none; 
}


a:hover {
	color: #ee332e;;
	text-decoration: underline;
}


/* .:: Tag's ::. */

p {
	margin: 0px;
	padding: 0px;
}


ul {
	margin: 0px;
	padding-left: 15px;
	vertical-align: middle;
	text-align: left;
}

li {
	list-style-position: outside;
	color: #ee332e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

hr {
	background-color:#ee332e; /* Mozilla 1.4 */
	color:#ee332e; /* IE 6 */
	border: #ee332e; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

textarea, select {
	border: 1px solid #ee332e;
	background: none;	
}

input {
	border-top: 1px solid #ee332e;
	border-right: 1px solid #ee332e;
	border-left: 1px solid #ee332e;	
	border-bottom: 1px solid #ee332e;
	background: none;
}

/* .:: Layout ::. */

.right {
	float: right;
	background: url(/images/layout/right.jpg) no-repeat right bottom;
	width: 88px;
	height: 100%;
}

.left {
	float: left;
	background: url(/images/layout/left.jpg) no-repeat left bottom;
	width: 88px;
	height: 100%;
}

.container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	text-align: center;
	width: 720px;
	margin-left: auto;
	margin-right: auto;	
}

#navi {
	padding: 18px 0px 0px 0px;
	text-align: center;
}

#navmenu {
	padding-left: 0px;
	width: 720px;
	text-align: center;
	display: block;
}

.main {
	margin: 50px 0px 0px 0px;
	padding-top: 20px;
}

.gallery img {
	border: 1px solid #555;
}

.footer {
	border-top: 1px dashed #555;
	margin: 50px 9px 50px 9px;
	padding: 5px 0px 50px 0px;
	color: #555;
}


/* .:: Navigation ::. */

/* ----- Hauptnavigation ----- */

.liNav_l1 a, .liNav_l1 a:hover, .liNav_l1_selected a, .liNav_l1_open a, .liNav_l1_openselected a {
	margin: 0px 8px 0px 8px;
	padding: 6px 0px 6px 0px;
	font-size: 18px;
}

/* ----- Hauptnavigation ----- */

.button_act {
	text-decoration: none;
	border-bottom: 2px solid #ee332e;
}

.button_inact {

}

/* ----- Subnavigation ----- */

.liNav_l2 a, .liNav_l2 a:hover, .liNav_l2_selected a, .liNav_l2_open a, .liNav_l2_openselected a {
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 0px;
}

/* ----- Subnavigation ----- */

.aNav_l2_act {
	border-bottom: 1px solid #ee332e;
} 

.aNav_l2_inact {
	font-weight: normal;
}



/* ------ Styling for the placement of the horizontal Navigation ------- */


ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  /*height: 24px;*/
}


ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  /*height: 0;*/
  visibility: visible;
}


ul#navmenu ul li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}


/* Root Menu */

ul#navmenu a {
  /*padding: 0 6px;*/
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  text-decoration: none;
  /*height: auto !important;*/
  /*height: 1%; For IE*/
}


/* Root Menu Hover Persistence */

ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {


}


/* 2nd Menu */

ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
}


/* 2nd Menu Hover Persistence */

ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {

}


/* Do Not Move - Must Come Before display:block for Gecko */

ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: block;
}


ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
}


.ulNav_l1 {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 500px; /*For KHTML*/
	list-style: none;
	/*height: 24px;*/
}


.liNav_l1 {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	/*height: 24px;*/
}


.ulNav_l2 {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 500px; /*For KHTML*/
	list-style: none;
	display: inline;
	position: absolute;
	top: 29px;
	left: 0;
	/*height: 24px;*/
}


.liNav_l2 {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	/*height: 24px;*/
	background: none;
}
