 /**
  * Browser Reset
  */

  /* Globales Zur�cksetzen der Innen- und Au�enabst�nde f�r alle HTML-Elemente */
  * { margin:0; padding: 0 }

  /* Korrektur: Das Zur�cksetzen der Abst�nde verursacht zu kleine Selectboxen. */
  option { padding-left: 0.4em }

  /* Globale Korrektur des Italics Bugs des IE 5.x und IE 6 */
  * html body * { overflow:visible }
  * html iframe, * html frame { overflow:auto }
  * html frameset { overflow:hidden }
  
  /* Vorgabe der Standardfarben und Textausrichtung */
  body {
    color: #313131;
    background: #ffffff;
    text-align: left;
  }

  /* Rahmen f�r <fieldset> und <img> Elemente l�schen */
  fieldset, img { border: 0 solid}

  /* Neue Standardwerte */
  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.8em 0; padding: 0; }
  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 166.67% }                     /* 20px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.1em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.1em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

 /*------------------------------------------------------------------------------------------------------*/

body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #313131;
}
body {
	background-color: #eff0f0;
	margin: 35px 0 15px 0;
	padding: 0;
	text-align: center;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #c60118;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 15px;
	color: #666666;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #660000;
}
a:active {
	color: #660000;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

#container {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #e0e1e1;
}

#head {
	/*background-image: url(images/head_pilates.jpg);
	background-repeat: no-repeat;
	background-position: right;*/
	text-align: right;
	height: 154px;
	padding: 0;
}
.head_logo {
	margin: 17px 10px 0 0;
}

#head p { padding: 0; margin: 0; }

#content {
	padding: 34px;
}

#navi {
	height: 35px;
	background-image: url(images/bg_navi.gif);
	background-repeat: repeat-x;
}
#navi .admin_module {
	border: 0;
}
#navi .admin_module .admin_edit_module_line {
	display: none;
}
#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#navi ul li a {
	margin: 0;
	padding: 11px 50px 11px 50px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	background: none;
}
/*#navi ul li a:hover {
	background-image: url(images/navi_hover.gif);
}
#navi ul li.active a {
	background-image: url(images/navi_hover.gif);
}*/

#footer {
	padding: 15px 34px 15px 34px;
	text-align: right;
}
#footer a {
	font-size: 10px;
	color: #313131;
	text-decoration: none;
}

form label {
	font-weight: bold;
}
form input, form select {
	margin: 2px 0 0 0;
	width: 420px;
}
form select {
	margin: 2px 0 0 0;
	width: 430px;
}
form input, form select option, form textarea {
	padding: 5px;
}