html
{
	height: 100%;
    background-color: #e0f4f8; /*#63799e;*/
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;

	font-family: sans-serif;
	font-size: 14px;
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a
{
    color: #0000ff;
    text-decoration: underline;
}

a:hover
{
    color: #3300AA;
    text-decoration: none;
}

a img
{
    border: none;
    color: red;
    text-decoration: none;
}

h1 a, h2 a, h3 a
{
    font-size: 11px;
    font-weight: normal;
}

li
{
    margin-bottom: 5px;
}

#background
{
	position: fixed;
	width: 100%;
	height: 100%;

	background-image: url(img/bgwhite.png);
	background-position: center;
	background-repeat: repeat-y;
	z-index: 0;
}
#kohte
{
	position: fixed;
	width: 100%;
	height: 100%;

	background-image: url(img/container_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 0;
}

#container
{
	position: relative;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;

	margin: 0px auto 0px auto;
	padding-top: 20px;

	text-align: justify;
	z-index: 2;
}

#flag
{
	margin-top: -90px;
	width: 100%;
	height: 65px;
        background-image: url(img/flag_right.jpg);
        background-repeat: repeat-x;
        text-align: left;

        border-top: 1px solid white;
	border-bottom: 1px solid white;
	z-index: 4;
}

#flag
{
	margin-top: -90px;
	width: 100%;
	height: 65px;
        background-image: url(img/flag_right.jpg);
        background-repeat: repeat-x;
        text-align: left;

        border-top: 1px solid white;
	border-bottom: 1px solid white;
	z-index: 4;
}

#banner
{
	width: 750px;
	height: 250px;
        background-image: url(img/banner/1.jpg);
        background-repeat: no-repeat;
        border: 4px solid #646464;

 	margin: 0px auto 0px auto;
 	z-index: 2;
 	text-align: right;
}

#banner img
{
	z-index: 3;
}

#lilie
{
	position: relative;
        width: 84px;
        height: 98px;
        background-image: url(img/lilie.png);
        background-repeat: no-repeat;

        margin: -100px 0px 0px 25px;
}

#gau_bremen_txt
{
	width: 324px;
	height: 60px;
        background-image: url(img/gau_bremen_txt.png);
        background-repeat: no-repeat;
        margin: 10px 10px 0px auto;
}

#navi
{
	margin-top: 65px;
	margin-left: 21px;
	margin-bottom: 20px;
	width: 130px;
	float: left;

	border-left: 4px solid #a4a4a4;
	font-size: 16px;
}

#navi a
{
	display: block;
	margin-left: -4px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	border-left: 4px solid #6173bd;

	color: black;
	text-decoration: none;
	border-bottom: 1px dashed #a4a4a4;
}

#navi a:hover
{
 	border-left: 4px solid #ff0000;
 	background-color: #dadada;
}

#navi a.sublink
{
	margin-left: 0px;

	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	border-bottom: none;
}

#navi small a
{
	border: none;
	border-left:5px solid #fefefe;
	text-align: center;
	margin-bottom: 0px;
	font-size: 10px;
	background-color: transparent;
	text-decoration: none;
	padding-top: 15px;
}

#navi small a:hover
{
	border: none;
	border-left:5px solid #fefefe;
	text-align: center;
	margin-bottom: 0px;
	font-size: 10px;
	background-color: transparent;
	text-decoration: underline;
}

#content
{
	width: 560px;
	margin-top: 35px;
	margin-left: 210px;
}

#karte
{
    width: 466px;
    height: 337px;
    background-image: url(img/hb.png);
    position: relative;
}

table.styled
{
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 11px;
}

table.styled th
{
    border: 1px solid black;
    /*background-color: #d8e2f1;*/
    background-color: #dae0e9;
    padding: 5px;
}

table.styled td
{
    border: 1px solid black;
    padding: 5px;
}
/*******************************************/

.mini_tb
{
	float:left;
}

.thumb
{
	border: 1px solid black;
	margin-left: 15px;
	margin-bottom: 15px;
}

/*******************************************/

table.gb
{
	width: 70%;
}

table.gb td
{
	background-color: #c8d3e0;
	padding: 15px;
}

ul.link
{
        font-size: 16px;
        /*font-weight: bold;*/
}

ul.link a
{
	margin-left: 10px;
	text-decoration: none;
}

ul.link a:hover
{
	text-decoration: underline;
}

