body {
	font-family: Arial, sans-serif;
	background-color: #fff;
	color: #333;
}
h1 {
        //color : #555;
        padding-top : 0px;
        padding-bottom : 4px;
	font-weight : bold;
}
p {
	font-size: 80%;
	line-height: 2.5ex;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-hyphens: auto;
}
code {
	font-size: 85%;
	font-weight: normal;
}
pre {
	font-size: 85%;
	margin-bottom: 2ex;
}
a {
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	font-size: normal;
	color: #2a9ddf;
}
a:hover {
	color: #555;
}

.flag {
	margin-left: 13em;
}


/* left align complete layout */
.row {
	margin-left: 1ex;
}

.dropdown.button.tiny {
	background : #2a9ddf;
	border: 0;
}

/*
 * header
 */
#logo {
	position: relative;
	padding: 0;
	margin-left: auto;
	margin-right: 0;
	border: 0;
}
#title {
	color: #555;
	font-size: 90%;
	font-weight: bold;
	padding-left: 1ex;
}
#kopfbild {
	background: #fff;

	position: relative;
	padding: 0;
	margin: 0;
}
#kopfbildimg {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
}
.balken {
	background : #2a9ddf;
	//display: block;
}


#history {
	position:absolute;
	left:250px;
	top:230px;
	width:484px;
	height:13px;
	text-align:left;
}
#history a {
	//color : #B6C828;
	color : #555;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
	font-size : 12px;
}

#suche {
	font-size: smaller;
	text-align:left;
	color: #666;
	width: 25ex;
}

/* for links in the blue header area */
#quicklinks {
	text-align: right;
	padding: 0;
	margin: 0;
}
#quicklinks li {
	list-style: none;
	display: inline;
	color: #fff;
}
#quicklinks li a {
	color : #ffffff;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}

#breadcrumbs {
	padding: 0 0 1ex 1ex;
	text-align: left;
}
#breadcrumbs a {
	font-size: smaller;
	font-weight: normal;
	color: #2a9ddf;
}

/* 
 * navigation and content column title
 */
#navigation_large {
	padding: 0 1ex 0 0;
}
#navigation_small {
	padding: 0 1ex 0 0;
}


#content {
	padding: 0 1ex 0 0;
}
#news {
	padding: 0 2ex 0 0;

}
#content ul {
	padding: 0 0 0 5ex;
	font-size: 80%;
	line-height: 2.5ex;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-hyphens: auto;

}

#content ul ul {
	font-size: 100%;
}

#content ol {
	padding: 0 0 0 5ex;
	font-size: 80%;
	line-height: 2.5ex;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-hyphens: auto;

}
/* set column titles for first headers */
#content h1:first-child {
	border-bottom: 0.5ex solid #2a9ddf;
	font-size: 100%;
        color : #555;
        padding-top : 0px;
        padding-bottom : 4px;
	font-weight : bold;

}
#content h2 {
    border-bottom: 1px solid #3B80BD;
    font-size: 95%;
    padding-bottom: 4px;
    padding-top: 0;
}
#content h3 {
    border-bottom: 1px dashed #3B80BD;
    font-size: 90%;
    padding-bottom: 4px;
    padding-top: 0;
}
#content h4 {
    font-size: 80%;
    padding-bottom: 1.5ex;
}
#news h1:first-child {
	border-bottom: 0.5ex solid #2a9ddf;
	font-size: 100%;
        color : #555;
        padding-top : 0px;
        padding-bottom : 4px;
	font-weight : bold;

}

.column-title {
	border-bottom: 0.5ex solid #2a9ddf;
	font-size: 100%;
        color : #555;
}

/*
 * navigation column
 */
h2.navigation {
	font-size: smaller;
	font-weight: bold;
}
ul.navigation {
	font-size: 90%;
	padding-left: 3ex;
	//list-style-type: none;
	list-style-image:url(../img/menupoints.png);
	list-style-position: outside;
}
ul.navigation li {
	border-bottom: 1px dashed #2a9ddf;
	padding: 0;
}
ul.navigation li.current {
	color: #2a9ddf;
}

ul.navigation li:before  {
	//content:url(../img/menupoints.png)"  ";
}
ul.navigation li a {
	//padding-left: 1ex;
	color: #000;
	font-size: 86%;
	font-weight: normal;
}
ul.navigation li a:hover {
	color: #2a9ddf;
}


/*
 * boxed texts
 */
p.boxed {
	background-color: #D4EBF9;
	padding: 1ex;
}

p.boxed a {
	color: #000;
	font-weight: bold;
}

p.boxed strong {
	padding-bottom: 1.5ex;
	display: block;
	border-bottom: solid 5px white;
	margin-bottom: 1ex;
}


/*
 * news
 */
#news h2 {
	font-size: smaller;
	font-weight: bold;

}

.date {
	text-align: right;
	font-size: x-small;
	color: #555;
	padding-bottom: 1ex;
}

div.News h1 {
	border-bottom: 0.5ex solid #2a9ddf;
	font-size: 100%;
        color : #555;
        padding-top : 0px;
        padding-bottom : 4px;
	font-weight : bold;

}
div.Date {
	font-size: x-small;
	text-align: right;
	display: none;
}

/*
 * footer area
 */
footer {
	border-top: 1px dashed #2a9ddf;
	padding-top: 1ex;
}
.footer {
        color : #555;
	font-size: smaller;
	line-height: 2ex

}

form.login {
	font-size: 90%;
	width: 80%;
}
form.login dl {
	font-size: 90%;
	width: 80%;
}
form.login dl input {
	font-size: 90%;
	width: 80%;
}

/*
 * for personenverzeichnis integration
 */
table.inline {
	padding: 0 0 0 10px;
	text-align: left;
	vertical-align: top;
	margin: 15px 0;
	border: 0;
	width: 484px;
}

table.inline thead th {
	padding: 3px;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
}

dl {
	font-size: 80%;
}


/*
 * PUB formular
 */
select[name="publyear"] {
  width: 10em;

}
select[name="style"] {
  width: 12em;
}
select[name="doctype"] {
  width: 10em;
}
select[name="fulltext"] {
  width: 11em;
}
select[name="maxrecs"] {
  width: 11em;
}



