body {
		background-repeat: repeat-x;
		margin: 0px;
		padding: 0px;
		background-color: #1a1a1a;
		color: #000000;
		font-family: "Verdana", "Helvetica", sans-serif;
		font-size: 11px;
		text-align: center;
		line-height: 150%;
	}

.linie
	{
		height: 1px;
		width: 560px;
		border-bottom: dashed 1px #000000;
	}

h1
	{
		font-size: 24px;
		background-color: inherit;
		color: #ffffff;
		font-style:italic;
	}

h2
	{
		font-size: 20px;
		background-color: inherit;
		color: #ffffff;
		font-style:italic;
	}

h3
	{
		font-size: 18px;
		background-color: inherit;
		color: #ffffff;
		font-style:italic;
	}

a
	{
		color: #ffffff;
		background-color: inherit;
		font-weight: bold;
		text-decoration: none;
		padding: 0px;
	}

		a:visited {color: #66dd66; background-color: inherit;  font-weight: bold;}
		a:active {color: #748e69; background-color: inherit;}
		a:hover {color: #8f8f8f; background-color: inherit; font-weight: bold;}

p
	{
		margin: 0px;
		padding: 0px;
	}

#tab
	{
		border: 1px solid black;
	}

input
	{
		border-right: #000000 1px solid;
		border-top: #000000 1px solid;
		border-bottom: #000000 1px solid;
		font-size: 10px;
		border-left: #000000 1px solid;
		color: #000000;
		background-color: #ffffff;
		font-family: "Verdana", "Helvetica", sans-serif;
	}

textarea
	{
		border-right: #000000 1px solid;
		border-top: #000000 1px solid;
		font-size: 10px;
		border-left: #000000 1px solid;
		color: #ffffff;
		background-color: #ffffff;
		border-bottom: #000000 1px solid;
		font-family: "Verdana", "Helvetica", sans-serif;
	}

select
	{
		border-right: #000000 1px solid;
		border-top: #000000 1px solid;
		font-size: 10px;
		border-left: #000000 1px solid;
		color: #000000;
		background-color: #ffffff;
		border-bottom: #000000 1px solid;
		font-family: "Verdana", "Helvetica", sans-serif;
	}

#content
{
		position: relative;
		top:-11px;
		padding-bottom: 50px;
		width: 100%;
		background: transparent url("../jpg/content.jpg") repeat-x bottom left;
}

#box
{
		width: 690px;
		background-image: url(../jpg/frame/bg_01.jpg);
		background-repeat: repeat-y;
		background-color: #1a1a1a;
		color: #000000;
		margin-top: 33px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		border: none;
}

#header
{
		background-image: url(../jpg/frame/header1.jpg);
		background-repeat: no-repeat;
		background-color: #1a1a1a;
		color: #000000;
		margin: 0 auto;
		padding: 0px;
		width: 690px;
		height: 272px;
}

#navi
{
		position: relative;
		margin: 0 auto;
		padding: 0px;
		width: 630px;
		height: 55px;
}

#navi_inhalt
{
		position: relative;
		padding: 0px;
		width: 620px;
		height: auto;
		top: -5px;
		margin-right: auto;
		margin-left: auto;
}

/*------------------------------- navigations layout ------------------------------- */

#navi_style
{
		font-family:"Arial", sans-serif;
}

#navi_style a:link, #navi_style a:visited
{
		font-size: 12px;
		line-height: 14px;
		margin: 0 24px 4px 24px;
		font-weight: bold;
		text-decoration: none;
		background-color: inherit;
		color: #ffffff;
}

#navi_style a.active:link, #navi_style a.active:visited, #navi_style a:hover
{
		border-bottom: 5px solid #748e69;
		padding-bottom: 8px;
		background-color: inherit;
		color: #8f8f8f;
}

/*------------------------------------ end layout ------------------------------------ */

#main
{
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		padding: 5px 50px 5px 50px;
		width: 560px;
		color: #ffffff;
		text-align: justify;
		border:none;
}

.datum
{
		float:right;
}

#position
{
		margin: auto;
		text-align: center;
}

#tabelle
{
		border-collapse: collapse;
		border: 1px solid black;
		empty-cells: show;
}

.tab
{
		border: 1px solid black;
}

#logo_1
{
		position: relative;
		width: 88px;
		height: 31px;
		border: none;
		top: 30px;
		padding: 0px;
		z-index:1;
}

#logo_2
{
		position: relative;
		width: 88px;
		height: 31px;
		border: none;
		top: 30px;
		left: 5px;
		padding: 0px;
		z-index:1;
}

#footer
{
		background-image: url(../jpg/frame/footer.jpg);
		position:relative;
		background-repeat: no-repeat;
		width: 690px;
		height: 75px;
		left:auto;
		padding:0px;
}

#footer_text
{
		font-size: 11px;
		position: relative;
		color: #ffffff;
		top: 26px;
		padding: 0px;
}
#selection_text
{
		font-size: 13px;
		position: relative;
		color: #ffffff;
}
/* ------------------------ media section styles ------------------------ */

.media {
  font-size: 11px;
}

.media.title {
  margin-top: 5px; 
  margin-bottom: 5px; 
  font-weight: bold;
  color: #66dd66;
}

.media.text {
  margin-bottom: 12px;
  padding-left: 10px;
  color: #dddddd;
}


