
/* --- Layout -------------------------------------------------------------- */

html {
  height: 101%;
}

body {  
  font-family: Arial, Helvetica, sans-serif; font-size: medium
}

a {  
  color: #DD9600; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold
}

a img {  
  border: 0px;
}

#menu a {
	color: Black;
}

a:hover {  font-weight: bold}
body {  text-decoration: none}
a:active {  font-weight: bold}
a:hover {
	text-decoration: underline;
}

h1 {
  color: #F9A900;
	font-weight: bold;
	margin: 0 0 0 0.5em;
	padding: 0;
}

/* --- Header (Zitat) ------------------------------------------------------ */

#cite {
  margin: 0 2em 1em 2em;
}

#cite h2 {
  color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#cite cite {
  font-size: 0.8em;
  font-style: normal;
}

/* --- Content Bereich ----------------------------------------------------- */

#content {
  font-size: 0.8em;
  margin: 3em;
}

#content h3 {
  font-size: 1.2em;
}

#content h3.square {
  background: Transparent url("images/bullet.gif") no-repeat 0 0.2em;
	font-size: 1em;
	margin-top: 2em;
	padding-left: 15px;
  text-transform: uppercase;
}

#content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#content li {
	list-style: none;
	margin-left: 0;
	padding-left: 20px;
  background: Transparent url("images/bullet_small.gif") no-repeat 0 0.6em;
	/*float: left;*/
}

#content li.zugast {
	padding-bottom: 30px;
}

#content ul.submenu,
#content ul.nobullets {
  list-style-type: none;
	margin: 0;
	padding: 0;
}

#content ul.submenu li,
#content ul.nobullets li {
  list-style-type: none;
	margin: 0;
	padding: 0;
	background: none;
}

#content p.back {
  text-align: right;
}


#content p.zugast{
  padding: 25px 0;
}

#content q {
  font-style: italic;
}

#content blockquote {
	font-style: italic;
}

#content img.zugast {
	padding: 10px 20px;
}

.imageSmall{
	padding: 20px;
	padding-left: 28px;
	padding-right: 28px;
	border: 1px solid #E4DCE8;
	float: left;
	margin: 3px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}









