
/* ================== */
/*     CSS Reset      */
/* ================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ================== */
/*     allg. CSS      */
/* ================== */


ol li {
  list-style-type:decimal;
  list-style-position:outside;
}

body {
  font-family:Calibri,Tahoma,Arial,Sans,serif;
  text-align: center;
  background-color:#EFEFEF;
}
a {
  color:#99171c;
  font-weight:700;
  text-decoration: none;
}
a:hover {
  text-decoration:underline;
}

#WebSite {
  text-align:left;
  width:980px;
  margin: 0 auto;
  background-color:white;

}

#THR {
  width: 980px;
  height: 50px;
  background-image:url(./../pics/top01.gif);
}
#LBR {
  float: left;
  width: 50px;
  height:200px;
  background-image:url(./../pics/left01.gif);
  background-repeat:repeat-y;
}

#RBR {
  float: right;
  width: 200px;
  height:150px;
  margin: 100px 0px;
}

#HDR {
  margin: 0px 200px 0px 50px;
}

#MAN {
  margin: 0px 200px 0px 50px;
  padding: 10px;
  min-height:400px;

}

#FTR {
  clear: both;
  border-top: 2px dashed #EFEFEF;
}


#header {
  text-align:center;
  font-size:50px;
  font-weight: 700;
  font-variant:small-caps;
}

ul#menu {
  list-style: none;
  margin-left:20px;
}
ul#menu li {
  margin: 10px 0px;
}
ul#submenu {
  list-style: none;
  margin-left: 20px;
}
ul#submenu li {
  margin: 0px 0px;
}

#start {
  text-align:center;
  margin: 30px 0px;
}
#pc {
  text-align:center;
}
#p_header {
  margin:10px 0px;
  font-size:150%;
  font-weight:700;
  font-variant:small-caps;
  border-bottom: 1px dotted black;
}
#p_desc {
  margin:0px 0px 0px 30px;
  
  width:100%;

  text-align:right;
  vertical-align:middle;
  
  background-color:#fff;
  white-space:normal;
}
#p_picture {
  padding-right:10px;
}
#p_site {
  text-align:justify;
}
#p_footer {
  color:#666666;
} 
#p_h2 {
  padding: 30px 0px 10px 30px;
  font-weight:700;
}#h2 {
  padding: 30px 0px 15px 0px;
  font-weight:700;
}

table th {
  background-color:#EFEFEF;
  padding: 1px 3px;
}
table td {
  padding: 1px 3px;
}

#error {
  font-color:#CC0000;
  font-weight:700;
}

fieldset {
  border: 1px dotted #888888;
  padding:5px;
}

fieldset legend {
  background-color:#CECECE;
  padding:0 10px;
}

ul {
  list-style-type:decimal;
  list-style-position:outside;
  margin-left:15px;
}
