/* ### Allgemeine Definitionen ### */
body, img, p, li {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

div {
	/*  border: 1px solid none; */
	/* border-color: fuchsia; */
	/*  border-color: transparent; */
	}
body {
	background-color:#191C21;
}
h1 {
  font-weight:bold;
  font-size:13px;
  line-height: 22px;	
  /* text-transform: lowercase; */
}
h2 {
	font-size:13px;
	font-weight:bold;
	line-height: 18px;
	color:#FFFFFF;
}

p  {
	color:#FFFFFF;
}
small, p.small, .small {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	line-height: 10px;
	font-size: 9px;

}
ul {
	padding: 50px;
}
li {	
	font-size:16px;
	line-height: 28px;
	color:#FFFFFF;
	font-weight: bold;
	list-style: none;
	}
dt {
	color: white;
	font-weight: bold;
}
/* ### Links im Menu ### */

a:link { 
	color: #FFFFFF; 
	text-decoration: none;
	}

a:visited { 
	color: #FFFFFF; 
	text-decoration: none;
	}

a:hover { 
	color: black; 
	text-decoration: underline;
	}
	
a:active { 
	color: black; 
	text-decoration: none;
	}

/* a:focus { 
	font-weight: bold; 
	color: #597800; 
	text-decoration: underline
	} */

/* ### div ### */

#header {
	height: 136px;
	margin-left: 15px;
	width: 100%;
	min-width:680px;
	margin: 0px 0px 0px 0px;
	/* background: url(images/blase_header.gif) bottom right no-repeat;		 */
}

#header p {
	font-size:11px;
	line-height: 14px;
}

#center {
	width: auto;
	min-width: 225px;
	min-height:440px;
	margin: 0px 210px 0px 162px;
}
#center #title {
	background-image: url(images/verlauf_selbst.gif);
	background-repeat: no-repeat;
	border: none;
	padding: 5px;
}
#center #title h1 {
	font-size:22px;
	font-weight:bold;
	line-height: 18px;
	color:#000000;
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom: 0px;
}
#content {
	margin: 0px 25px 100px 15px;
	min-height: 300px;
  }
  
#content a:link { 
	color: #FFFFFF; 
	text-decoration: none;
	 border-bottom: 1px dotted white;
}
#content a:visited { 
	color: #FFFFFF; 
	text-decoration: none;
	 border-bottom: 1px dotted #FFFFFF;
	}
#content a:hover { 
	color: black; 
	text-decoration: none;
	 border-bottom: 1px dotted black;
	}
#content a:active { 
	color: black; 
	text-decoration: none;
	 border-bottom: 1px dotted  black;
	}
#content p {
	line-height: 17px;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 12px;
	color: white;
	/* padding: 1px 1px 1px 1px; */
}
#content h1 {
  font-weight:bold;
  font-size:13px;
  line-height: 22px;	
  color: white;
  /* text-transform: lowercase; */
		padding: 1px 1px 1px 1px;  
}
#content h2 {
  font-weight:bold;
  font-size:13px;
  line-height: 22px;	
  margin-left: -15px;
  margin-bottom: 0px;
  /* text-transform: lowercase;	 */
}




/* ### Klassen ### */

.selbst {
  background-color: #005D8C;
  }

