
body, table {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 13px;
}

body {
    padding: 0;
    margin: 0;
    /*background-repeat: repeat-x;background-image: url('<c:url value="/images/verlauf.png"/>');*/
    background: rgb(6,58,113); /* Old browsers */
    background: -moz-linear-gradient(top, #063A83 0%, #FFFFFF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#063A83), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #063A83 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #063A83 0%,#FFFFFF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #063A83 0%,#FFFFFF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #063A83 0%,#FFFFFF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063A83', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x;
}

#header_cell {
    text-align: right;
    vertical-align: top;
}

#header_cell .meta_navi_box {
    display: inline-block;
    background-color: #c8c8c8;
    width: 100px;
    margin: 0 3px;
    color: white;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    padding-top: 1.5em;
    padding-bottom: 1em;
}
#header_cell .meta_navi_box:last-of-type {
    margin-right: 0;
}
.meta_navi_box a {
    color: white;
}

#segel {
    margin: auto;
    padding: 0;
    background-position: top;
    background-repeat: no-repeat;
    width: 1151px;
}

#content {
    overflow: auto;
    height: 800px;
}

#footer {
    font-size: 80%;
    color: #656565;
    margin-top: 1em;
    margin-bottom: 1em;
}

.gradient-red {
    color: white;
    background: #CB0017; /* Old browsers */
    background: -moz-linear-gradient(top, #CB0017 0%, #77000C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CB0017), color-stop(100%,#77000C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #CB0017 0%,#77000C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #CB0017 0%,#77000C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #CB0017 0%,#77000C 100%); /* IE10+ */
    background: linear-gradient(to bottom, #CB0017 0%,#77000C 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CB0017', endColorstr='#77000C',GradientType=0 ); /* IE6-9 */

}

.gradient-blue {
    color: white;
    background: #2065AB; /* Old browsers */
    background: -moz-linear-gradient(top, #2065AB 0%, #063A83 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2065AB), color-stop(100%,#063A83)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2065AB 0%,#063A83 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2065AB 0%,#063A83 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2065AB 0%,#063A83 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2065AB 0%,#063A83 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2065AB', endColorstr='#063A83',GradientType=0 ); /* IE6-9 */
}

.gradient-grey {
    color: white;
    background: #656565; /* Old browsers */
    background: -moz-linear-gradient(top, #656565 0%, #3B3B3B 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#3B3B3B)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #656565 0%,#3B3B3B 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #656565 0%,#3B3B3B 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #656565 0%,#3B3B3B 100%); /* IE10+ */
    background: linear-gradient(to bottom, #656565 0%,#3B3B3B 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#3B3B3B',GradientType=0 ); /* IE6-9 */
}

/*** LINKS ***/

a {
    color: #0000AA;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

table.layout {
    padding: 0;
    border: 0;
    margin: 0;
	table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}
table.layout td {
    padding: 0;
}


.menubox {
    /*border: 1px solid red;*/
    height: 66px;
    padding: 7px;
    text-align: right;
    color: white;
}

.menuitem1 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    display: block;
    margin-bottom: 5px;
}
.menuitem2 {
    font-size: 13px;
    font-weight: normal;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}
#coordinates {
    height: 66px;
    padding: 12px;
    text-align: right;
    color: #2166ac;
    font-size: 13px
}
#coordinates_title {
    font-size: 1.5em;
    font-weight: bold;
}
#coordinates_content {
    font-weight: bold;
    font-size: inherit;
}


/*********************************************************************************************************************/
/*** HEADINGS  ***/
/*********************************************************************************************************************/

h1 {
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #2166ac;
}
h2{
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
	margin-bottom: 5px;
    color: #656565;
}
h3 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #3283b4;
}
/* If heading is the first element skip the margin-top */
h1:first-child, h3:first-child, h3:first-child {
    margin-top: 0;
    padding-top: 0;
}


td + h1, ul + h2, ul + h3, ul + h4 {
	margin-top: 0;
    padding-top: 0;
}
table.promotion_table {
    margin-top: 1.5em;
}
table.promotion_table tr td {
    vertical-align: top;
}
.promotion_box {
    margin: 3px;
}
.promotion_box .promotion_subject {
    margin: 3px 0 0 0;
    font-weight: bold;
    text-align: center;
    padding: 4px 0;
    font-size: 18px;
    width: 120px;
}
.promotion_box .promotion_subject a {
    text-decoration: none;
    color: white;
}
.promotion_box .promotion_title {
    margin: 3px 0 0 0;
    font-weight: normal;
    text-align: left;
    padding: 4px 0;
    font-size: 90%;
    width: 120px;
}
.promotion_box .promotion_image {
    width: 120px;
    height: 90px;
}


.messagebox {
	background-color: #FFFFBB;
	border: 1px solid black;
	padding: 3px;
}
.messagebox .title {
	color:#000066;
	font-weight: bold;
}

ul {
    list-style-type: disc;
    list-style-position: outside;
}

dl dt {
	text-decoration: underline;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	}


.left_picture {
    float: left;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 15px;
}

.right_picture {
    float: right;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right: 0;
}

p + .left_picture {
	float: left;
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 5px;
    margin-right: 10px;
}

p + .right_picture {
	float: right;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
}


/*** TABLES ***/

table.hashtable {
    border: 0;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 8px;
    empty-cells: show;
}

table.hashtable td.key, table.hashtable th {
    text-decoration: underline;
	font-weight: normal;
    vertical-align: top;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
	border: none;
}

table.hashtable td.value {
    vertical-align: top;
    padding-left: 3px;
    padding-right: 0;
    padding-top: 2px;
    padding-bottom: 2px;
	border: none;
}

/******************** OVERVIEW TABLE ***********************/

table.overview {
    border: 0;
    margin: 5px 0;
    empty-cells: show;
    border-top: 2px solid #2166ac;
    border-bottom: 2px solid #2166ac;
    border-collapse: collapse;
}

div > table.overview {
	margin: 0;
}

table.overview th {
    text-align: left;
    background-color: inherit;
    border-bottom: 1px solid #2166ac;
    color: #2166ac;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0.3em;
    padding-right: 0.3em;
}
table.overview th a {
    color: #2166ac;
}

table.overview th.empty {
	background-color: white;
	border: none;
}

table.overview td {
    vertical-align: top;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
    border-left: none;
    border-right: none;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0.3em;
    padding-right: 0.3em;
}

table.overview td.empty {
	background-color: white;
	border: none;
}

/******************** FORMS TABLE ***********************/

table.form {
    border: 0;
    margin: 5px 0;
    empty-cells: show;
    border-collapse: collapse;
}

table.form th {
    text-align: left;
    background-color: inherit;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    /*color: #2166ac;*/
    font-weight: normal;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0;
    padding-right: 1em;
}
table.form th a {
    color: #2166ac;
}

table.form td {
    vertical-align: top;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
    border-left: none;
    border-right: none;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0.3em;
    padding-right: 0.3em;
}

table.form .buttonBar {
    padding: 1em 0;
    text-align: left;
}

/******************** LISTTABLE TABLE ***********************/

table.centered td {
	text-align: center;
}

tr.odd td {
    background-color: white;
}

tr.even td {
    background-color: #EEEEEE;
}

/*** THUMBNAIL TABELLE ***/

table.thumbnails {
}

table.thumbnails td {
    padding: 3px;
}

.proclamation {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}

.note {
	color: #888888;
	font-size: 80%;
}

.unimportant {
	color: #888888;
}

.author_n_time {
	color: #888888;
	font-size: 90%;
	clear: right;
	text-align: right;
	white-space: nowrap;
}

address {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

/*********************************************************************************************************************/
/*** FORMS  ***/
/*********************************************************************************************************************/

fieldset {
	margin-bottom: 1em;
	margin-top: 1em;
	border: 1px solid #999999;
}

button, input[type=submit], input[type=button] {
    border: none;
    padding: 0.3em 0.5em;
    color: white;
    background: #2065AB; /* Old browsers */
    background: -moz-linear-gradient(top, #2065AB 0%, #063A83 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2065AB), color-stop(100%, #063A83)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2065AB 0%, #063A83 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2065AB 0%, #063A83 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2065AB 0%, #063A83 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2065AB 0%, #063A83 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2065AB', endColorstr = '#063A83', GradientType = 0); /* IE6-9 */
}

input[type=reset], input[type=reset].admin, input[type=cancel], input[type=cancel].admin {
    border: none;
    padding: 0.3em 0.5em;
    color: white;
    background: #656565; /* Old browsers */
    background: -moz-linear-gradient(top, #656565 0%, #3B3B3B 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#3B3B3B)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #656565 0%,#3B3B3B 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #656565 0%,#3B3B3B 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #656565 0%,#3B3B3B 100%); /* IE10+ */
    background: linear-gradient(to bottom, #656565 0%,#3B3B3B 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#3B3B3B',GradientType=0 ); /* IE6-9 */
}

button.small {
    font-size: 60%;
}
button.admin, input[type=submit].admin, input[type=button].admin  {
    border: none;
    padding: 0.3em 0.5em;
    color: white;
    background: #CB0017; /* Old browsers */
    background: -moz-linear-gradient(top, #CB0017 0%, #77000C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CB0017), color-stop(100%,#77000C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #CB0017 0%,#77000C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #CB0017 0%,#77000C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #CB0017 0%,#77000C 100%); /* IE10+ */
    background: linear-gradient(to bottom, #CB0017 0%,#77000C 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CB0017', endColorstr='#77000C',GradientType=0 ); /* IE6-9 */
}
.admin a, a.admin  {
    /* background-color: #ccfe67; */
    color: green;
}

input[type=submit].big, input[type=button].big {
    font-size: 120%;
}

input.error {
    border-color: red;
}

.errorMessages {
    padding: 0.3em;
    border: 1px solid red;
    background: #ffbbbb;
}


/* ************************************************************************* */
/* JQuery Styles */
/* ************************************************************************* */

.ui-autocomplete {
    max-height: 20em;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.ui-autocomplete .title {
    display: block;
}
.ui-autocomplete .subtitle {
    display: block;
    font-size: 0.8em;
    color: #888888;

}