/*-----------------
  BASIC
  ---------------*/

body
{
text-align: center;
margin: 0;

/* STANDARD TEXT */
font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
font-size: 11px;
line-height: 17px;
}

.standard_text
{
font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
font-size: 11px;
line-height: 17px;
font-weight: normal;
}

form
{
margin: 0;
}

#page
{
width: 750px;
margin: auto;
}

/*-----------------
  HEAD SECTION
  ---------------*/

#header
{
background-image: url(bilder/header5.jpg);
background-repeat: no-repeat;
border-bottom: solid 1px #000000;
height: 130px;
padding: 0;
}

#header h2 {
font-family: Times, Times New Roman, Courier;
font-size: 50px;
font-weight: normal;
line-height: 50px;
letter-spacing: 7px;
margin: 0;
}

#header a {
text-decoration: none;
color: #ffffff;
}

#headspace
{
border-bottom: solid 1px #000000;
height: 20px;
}

#headtext
{
position: static;
float: left;
text-align: left;
font-family: Times, Times New Roman, Courier;
font-size: 11px;
font-weight: normal;
line-height: 20px;
letter-spacing: 2px; /* 3px */
word-spacing: 4px; /* 5px */
margin: 0;
}

#headtext a {
text-decoration: none;
color: #000000;
}

#flags
{
position: static;
text-align: right;
word-spacing: 5px;
padding-top: 2px;
}

#spacer_top
{
height: 30px;
}


/*-----------------
  SIDEBAR
  ---------------*/

#sidebar
{
position: relative;
width: 170px;
padding-bottom: 50px;
float: left;
border-right: solid 1px #000000;
text-align: left;
}

#sidebar ul
{
margin-top: 0px;
}

#sidebar ul li
{
list-style-type: none;
list-style-image: url(bilder/arrow.gif);
font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
font-size: 13px;
line-height: 20px;
margin-left: -20px;
}

#sidebar ul li ul li
{
list-style-type: none;
list-style-image: none;
font-weight: normal;
margin-left: -30px;
}

#sidebar a
{
text-decoration: none;
color: black;
}

#sidebar a:hover
{
	color: blue;
}


/*-----------------
  CONTENT
  ---------------*/

#content
{
text-align: left;
margin-left: 200px;
}

#content_wide
{
text-align: left;
}

#content .block, #content_wide .block
{
margin-bottom: 55px;
}

#content .headline, #content_wide .headline
{
font-family: Arial, Helvetica, Tahoma, Verdana, Sans-serif;
font-size: 21px;
margin: 0 0 10px 0;
}

#content .headline a, #content_wide .headline a
{
color: #000000;
text-decoration: none;
}

#content .headline_small, #content_wide .headline_small
{
font-family: Verdana, Arial, Helvetica, Tahoma, Sans-serif;
font-size: 11px;
line-height: 17px;
font-weight: bold;
margin: 0;
padding: 10px 0 0 0;
}

#content .headline_firstpage, #content_wide .headline_firstpage
{
font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
font-size: 11px;
line-height: 17px;
font-weight: normal;
display:inline;
margin: 0;
}

#content .text_firstpage, #content_wide .text_firstpage
{
font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
font-size: 11px;
line-height: 17px;
display:inline;
margin: 100px 0 10px 0;
}

#content p, #content_wide p
{
font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
font-size: 11px;
line-height: 17px;
margin: 0 0 10px 0;
}

#content img.float_right, #content_wide img.float_right
{
/* clear: right; */
position: relative;
float: right;
border: solid 1px #000000;
margin: 0 0 0 10px;
}

#content ul.argument_list li, #content ul.argument_list li
{
font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
font-size: 11px;
line-height: 17px;
margin: 0 0 10px 0;
}


/*-----------------
  PAGE FORMS
  ---------------*/

#content form, #content form table tr td
{
font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
font-weight: bold;
font-size: 11px;
line-height: normal;
margin: 10px 0 0 0;
}

#content form.contact .comment, #content form.search .comment
{
font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
font-size: 11px;
font-weight: normal;
line-height: normal;
margin: 0;
}

#content form.contact .field
{
margin: 0 0 10px 0;
}

#content form.contact .button
{
margin: 10px 0 0 0;
}

#content form.search .field
{
margin: 0;
}

#content form.search .button
{
margin: 20px 0 0 0;
}

/*-----------------
  FOOTER
  ---------------*/

#spacer_bottom
{
height: 30px;
clear: both;
}

#footer
{
height: 20px;
border-style: solid;
border-color: #000000;
border-width: 1px 0 1px 0;
margin-bottom: 50px;
}

#footer p
{
font-family: Times, Times New Roman, Courier;
font-size: 11px;
font-weight: normal;
line-height: 20px;
letter-spacing: 2px; /*3px*/
word-spacing: 4px; /*5px*/
margin: 0;
}

#footer a
{
text-decoration: none;
color: #000000;
}