/* alles auf 0 */
* { margin: 0; padding: 0; }
ul {
	list-style: none;
}
/* Elementselektoren */
body {
	font-size: 100.1%;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: black;
	background: url(img/bg.png) repeat;
}
address, p, li, blockquote {
	font-size: 0.85em;
	margin: 8px 0;
}
address {
	margin: 10px 0;
}
ul {
	margin: 5px 0px;
	padding: 0 0 0 10px;
	list-style: circle;
}
ul ul { list-style: disc; }
li {
	margin: 3px 0 3px 5px;
}
address {
	font-weight: 500;
	font-style: normal;
	line-height: 1.3em;
}
h1, h1 span {
	color: black;
	font-variant: small-caps;
	font-weight: normal;
}
h1 {
	font-size: 1.6em;
}
h1 span.next {
	display: block;
	font-size: 0.7em;
}
h2 {
	color: black;
	font-size: 1.4em;
	margin: 10px 0;
}
h3 {
	font-size: 1.1em;
	font-style: italic;
}
h2, h3 {
	font-weight: normal;
}
a {
	color: #5F5F5F;
	background: #EAEAEA;
}
a:hover {
	color: black;
	background: white;
}

#wrapper {
	width: 870px;
	margin: auto;
	padding-left: 6px;
	background: url(img/schatten_links.png) left repeat-y;
}
#wrapper1 {
	background: url(img/schatten_rechts.png) right repeat-y ;
	width: 686px;
	height: 100%;
}

/* Navi */
#navi-wrapper {
	float: right;
	width: 190px;
	top: 98px;
	position: relative;
	background: #777;
	background: rgba(0,0,0,0.05);
}
#navi-wrapper h2 {
	font-size: 0.9em;
	color: white;
	background: #4C4C4C;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
#navi-wrapper ul {
	text-align: right;
	margin: 0; padding: 0;
}
#navi-wrapper li {
	font-variant: small-caps;
	display: inline;
}
#navi-wrapper a {
	text-decoration: none;
	color: black;
	width: 184;
	display: block;
	font-size: 1.5em;
	margin: 5px 0;
	padding: 3px;
	background: transparent;
}
#navi-wrapper a:hover {
	background: rgba(255,255,255,0.5);
}
#navi-wrapper a.selected {
	background: #98999D;
	color: white;
}

/* content-box */
#content-box {
	width: 670px;
	padding: 4px;
	background: rgba(244,244,244,0.5);
	border-bottom: 1px solid #DDD;
}

/* header */
#header {
	text-align: right;
	background: white url(img/header.gif) no-repeat left;
	border-bottom: 3px solid black;
	padding: 4px;
	height: 90px;
	width: 672px;
}
#header p {
	font-size: 1.2em;
	font-variant: small-caps;
}

.invisible {
	display: none;
}
label, input, select, textarea {
	display: block;
	float: left;
	width: 250px;
	margin: 3px;
}
textarea {
	font-size: 0.9em;
	height: 6em;
}
input.error.text, select.error, textarea.error {padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; background-image: url(img/warning_obj.gif); background-position: right; background-repeat: no-repeat;}
input.text:focus, select:focus, textarea:focus {background-color:#EFEFEF;}
form br { clear: left;}
input.button {
  float: none;
  margin: 8px auto;
  display: block;
}
fieldset {
  border: thin solid #bbb;
  margin: 18px 0;
  padding:.5em;
}
label {
 text-align: right; 
 padding-right: 1em; 
}

p.success {
	color: #040;
	background: #CFC;
	border: 1px solid #090;
	padding: 4px;
}

a.arrow span {
	visibility: hidden;
}
a.arrow {
	background: url(img/arrow-right.gif) transparent no-repeat center;
	text-decoration: none;
}
a.arrow:hover {
	background-image: url(img/arrow-right_hover.gif);
	outline: 1px solid black;
}

p.note {
	font-size: 0.6em;
	text-align: center;
}
span.more, span.less {
	padding-left: 12px;
	background: no-repeat left bottom transparent;
	cursor: pointer;
}
span.more {
	background-image: url(img/arrow-down.gif);
}
span.less {
	background-image: url(img/arrow-up.gif);
}
p.note span.more:hover span,
p.note span.less:hover span {
	text-decoration: underline;
}

#feedback {
	border: 1px solid gray;
	background: #FFFDE2;
	border: 1px solid red;
}

.mysql {
	background: rgba(255,0,0,0.1);
	padding: 4px;
	border: 1px solid black;
}

p.error {
	border: 1px solid red;
	background: #FEB4B6;
	color: black;
	padding: 4px;
}
div.portrait_pic {
	float: right;
	border: 1px solid black;
}