html { 
margin: 0px;
padding: 0px;
height: 100%; 
}

body {
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
	font: 14px arial, verdana, sans-serif;
	color: #333;
	height: 100%;
	text-align:center;
	background-color:#5f685c;
	background-image:url('img/background.jpg');
	background-position:top center;
	background-repeat:repeat-x;
}

#login {
width:300px;
text-align:right;
position:absolute;
top:5px;
right:5px;
}

#gesamt {
width:850px;
position:relative;
margin:0px auto;
text-align:left;
background-image:url('img/mitte.jpg');
background-position:top center;
background-repeat:repeat-y;
}

#oben {
width:850px;
height:555px;
background-image:url('img/oben.jpg');
background-position:top center;
background-repeat:no-repeat;
}

#link-button {
width:100px;
position:absolute;
right:60px;
top:20px;
}

#menu {
width:100px;
position:absolute;
right:160px;
top:120px;
}

#mediamenu {
width:100px;
position:absolute;
right:60px;
top:195px;
}

#content {
width:740px;
position:relative;
top:-210px;
left:55px;
text-align:left;
margin-bottom:-130px;
}

#unten {
width:850px;
height:444px;
background-image:url('img/unten.jpg');
background-position:bottom center;
background-repeat:no-repeat;
}

#footer {
position:relative;
top:-45px;
margin-bottom:-20px;
text-align:center;
color:#aba;
}

#footer a {
color:#aba;
}

/* Hauptmenuepunkte */
#menu a, #menu a:visited, #menu a:link { 
display:block; 
text-align:left;                              /* Textausrichtung (center, left, right) */
padding:3px;                                    /* Abstand der eizelenen Menuepunkte zueinander */
color: #888;                                 /* Textfarbe der Menuepunkte */
font:  15px bold arial, verdana, sans-serif;     /* Schriftgroesse und Art usw. */
text-decoration: none;                          /* Unterstreichen oder Durchstreichen oder so */
background-color: none;                         /* Hintergrundfarbe der Menuepunkte */
background-image:url('img/quadrat.jpg');
background-position:5px 7px;
background-repeat:no-repeat;
}

/* Mediamenue */
#mediamenu a, #mediamenu a:visited, #mediamenu a:link { 
display:block; 
text-align:left;                              /* Textausrichtung (center, left, right) */
padding:3px;                                    /* Abstand der eizelenen Menuepunkte zueinander */
color: #888;                                 /* Textfarbe der Menuepunkte */
font:  13px bold arial, verdana, sans-serif;     /* Schriftgroesse und Art usw. */
text-decoration: none;                          /* Unterstreichen oder Durchstreichen oder so */
background-color: none;                         /* Hintergrundfarbe der Menuepunkte */
background-image:url('img/quadrat.jpg');
background-position:5px 7px;
background-repeat:no-repeat;
}

/* Was beim Moseover passiert */
#menu a:hover, #menu a:active, #mediamenu a:hover, #mediamenu a:active {
color:#555;
}

/* Aktive Menuepunkte - Also die seite die man sich grad ansieht */
#menu a.active, #menu a:visited.active, #menu a:link.active { 
color:#555;
}

table { 
border-spacing: 0px;
border-collapse: collapse;
margin: 0px;
padding: 0px;
border: 0px;}

td { vertical-align: top; font: 14px arial, verdana, sans-serif; color:#333; }

h1 {
color:#7b7c7b;
font:bold 30px Arial;
}
h1 a, h1 a:link, h1 a:visited, h1 a:active {color:#7b7c7b;}

h2 {
/*
background-image: url(img/kameraklein.gif);
background-position:center left;
background-repeat:no-repeat; 
padding-left:18px;
*/
font: bold 20px Arial, Helvetica, sans-serif; 
color: #333; 
}
h2 a, h2 a:link, h2 a:visited, h2 a:active {color:#333;}

h3, h4, h5, h6 {
border-bottom:14px solid #5555ff;
color: #333;
border-bottom: #3c4aff;
font-family:Arial, Helvetica, sans-serif;
}
h3 a, h3 a:link, h3 a:visited, h3 a:active 
h4 a, h4 a:link, h4 a:visited, h4 a:active 
h5 a, h5 a:link, h5 a:visited, h5 a:active 
h6 a, h6 a:link, h6 a:visited, h6 a:active {color:#333;}

p {
font: 14px arial, verdana, sans-serif;
color: #333;
margin-bottom:10px;
margin-top:0px;
}

a, a:link, a:visited, a:active { text-decoration:none; color:#0148a0; }
a:hover { text-decoration:underline; color:#5d7bc0; }

#content img, #content img a {
border:0px;
}

.contentwidth { width:500px; }
.borderline { border:1px solid #5555ff; }

.text1 { background-color: #dcdddb; }
.text2 { background-color: #ecedeb; }

img.emoticons {
position: relative;
top:3px;
margin:-5px 0px -2px 0px;
border:0px;
}

/* Formularcode ANFANG */

fieldset
{
border: 0px;
margin: 0px;
padding: 0px;
}

label
{
    float            : left;
    width            : 170px;
    margin-right    : 10px;
}

/*  positioniert die Text- und 
    Auswahlboxen rechts daneben: */

input[type=text],
select
{
    float            : left;
}

/*  dann werden alle checkboxen und radiobuttons,
    die mit der Klasse "right" versehen wurden,
    um den errechneten linken Abstand der input
    und select-Elemente (s.o.) nach rechts
    verschoben: */

input.right,
img.right
{
    float         :    left;
    width         :    auto;
    clear         :    left;
    margin-left   :    180px;
    margin-right  :    10px;
}

/*  Nicht vergessen, die floats wieder aufzuheben,
    sonst floatet es munter weiter */

form br
{
    clear                    :    left;
}

/*  fuer grafische UAs und DAUs der Hinweis, dass
    die Label anklickbar sind. Weil's so schoen ist, 
    die Kontrollelemente gleich mit. Mit einer Ausnahme: 
    fuer Textfelder macht der Pointer natuerlich keinen 
    Sinn, dort sollte nach wie vor die Text-Einfuegemarke 
    als Cursor erscheinen. Daher hier die Einschraenkung 
    auf die input-Elemente des Typs checkbox, radiobutton, 
    button und submit: */

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
    cursor                    :    pointer;
}

/*  legt den vertikalen Abstand der 
    einzelnen Elemente zueinander fest */

form
{
    line-height                :    180%;
}

/* Formularcode ENDE */


/* Form.Validator ANFANG */

.validation-failed {
border: 1px solid #f00;
}
.validation-passed {
border: 1px solid green;
}
.validation-advice {
margin: 2px; padding: 2px; color:#fff; background-color:#f00;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px; padding: 2px; color:#fff; background-color:#bbb;
}

/* Form.Validator ENDE */

/* Tool-Tips ANFANG */

.tool-tip {
	color: #41619D;
	border: 1px solid #6485be;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: #C5DEE3;
	border-bottom: 1px dotted #6485be;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #eff5ff;
}

/* Tool-Tips ENDE */

/* Autocompleter ANFANG */

ul.autocomp
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:                 1px solid #6485be;
	background-color:		#eff5ff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	color:                  #41619D;
}

ul.autocomp li
{
	position:				relative;
	padding:				0.1em 1.5em 0.1em 1em;
	cursor:					pointer;
	font-weight:			normal;
	font-size:				12px;
	border:                 1px dotted #6485be;
}

ul.autocomp li.autocompleter-selected
{
	background-color:		#C5DEE3;
	color:					#41619D;
}

ul.autocomp span.autocompleter-queried
{
	font-weight:			bold;
}

ul.autocomp li.autocompleter-selected span.autocompleter-queried
{
	color:					#ee7c04;
}

/* Autocompleter ENDE */
