/**
 * @css-for		screen (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		1.1
 * @date		2011-07-12
 * @see			http://www.lenz-kd.de/
 */

/**
 * import lightbox css
 */
@import url("script/css/lightbox.css");

/**
 * general formats
 */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #333;
	line-height: 1.3em;
	background: #fff;
	overflow-y: scroll;
}
abbr, acronym {
	cursor: help;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

/**
 * layout elements
 */
#page-top {
	position: relative;
	top: 0;
}
#skip-menu {
	display: none;
}
#page-wrapper {
	position: relative;
	width: 67em;
	margin: 2.5em auto;
	font-size: 0.8em;
}
#header {
	width: auto;
	background: url("images/background/content-ecke_rechts-oben.jpg") right top no-repeat #f2f2f2;
}
#navigation {
	float: left;
	width: 16.5em;
	padding-top: 1em;
}
#content {
	width: auto;
	margin: 1em 0 0.65em 17.15em;
	background: url("images/background/content-ecke_rechts-oben.jpg") right top no-repeat #f2f2f2;
}
#footer {
	width: auto;
	margin-left: 21.5em;
	padding: 0.3em 0.1em;
	text-align: center;
	font-size: 0.8em;
}
div.top {
	background: url("images/background/content-ecke_links-oben.jpg") left top no-repeat;
	margin-bottom: 0.8em;
}
div.end {
	background: url("images/background/content-ecke_links-unten.jpg") left bottom no-repeat;
	text-align: right;
	height: 8px;
}
div.end div {
	background: url("images/background/content-ecke_rechts-unten.jpg") right bottom no-repeat;
	height: 8px;
}

/**
 * header elements
 */
#header h1 {
	width: 210px;
	height: 40px;
	background: url("images/background/point-electronic.png") left no-repeat;
	float: left;
	margin-left: 1em;
}
#header h1 span {
	display: none;
}
#header h1 a {
	display: block;
	width: auto;
	height: 40px;
}

/* language selection */
#lang-selection {
	width: auto;
	text-align: right;
	padding: 0.7em 0.1em 0 0;
}
#lang-selection h4 {
	display: inline;
	font-weight: normal;
	margin-right: 1em;
}
#lang-selection ul {
	list-style: none;
	display: inline;
}
#lang-selection li {
	display: inline;
	margin-right: 1em;
}
#lang-selection li.active {
	padding: 0.2em 1.2em;
	opacity: 0.4;
}
.de {
	background: url("images/flags/de.png") left no-repeat;
}
.en {
	background: url("images/flags/gb.png") left no-repeat;
}
#lang-selection span {
	display: none;
}
#lang-selection a {
	padding: 0.2em 1.2em;
}
#law-and-order a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#lang-selection a:hover, #law-and-order a:hover {
	color: #039;
	text-decoration: underline;
}
#header div.end {
	margin-top: 2.5em;
}

/**
 * subnavigation elements
 */
#law-and-order {
	clear: both;
	width: auto;
	text-align: right;
	padding: 0.9em 1em 0 0;
}
#law-and-order ul {
	list-style: none;
}
#law-and-order li {
	display: inline;
	margin-left: 1em;
}

/**
 * navigation elements
 */
#navigation #main-menu {
	display: none;
}
#navigation h4 {
	display: none;
}
#navigation ul {
	background: #ddd;
	list-style: none;
	margin-bottom: 0.65em;
}
#navigation li {
	display: inline;
}
#navigation li.heading {
	display: block;
	background: url("images/background/ecke_links-oben.jpg") left top no-repeat;
}
#navigation li.end {
	display: block;
	background: url("images/background/ecke_links-unten.jpg") left bottom no-repeat;
}
#navigation li.end span {
	background: url("images/background/ecke_rechts-unten.jpg") right bottom no-repeat;
	height: 1em;
	border: none;
}
#navigation h3 {
	background: url("images/background/ecke_rechts-oben.jpg") right top no-repeat;
	padding: 0.3em 0.6em;
	color: #039;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px dashed #fff;
}
#navigation a, #navigation span {
	display: block;
	padding: 0.1em 1em 0.1em 2em;
	border-bottom: 1px dashed #fff;
	color: #333;
	text-decoration: none;
}
#navigation a:hover {
	background: #f2f2f2;
}
#navigation a:active {
	background: #fff;
}

/**
 * content elements
 */
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #039;
	padding: 0.1em 1em 1em;
}
#content h3 {
	font-size: 1.2em;
	margin: 2.5em 2em 1.5em 1.7em;
}
#content h3.slogan {
	margin: 0.5em 2em 1em 1.7em;
}
#content h4 {
	font-size: 1em;
	margin: 1em 2em;
}
#content p {
	margin: 0.7em 2em;
	line-height: 1.4em;
}
ul.bilderliste {
	list-style: none;
	margin: 0.65em 2em;
}
ul.bilderliste li {
	display: inline;
	margin-right: 0.65em;
}

/* print page link */
#print {
	float: right;
	margin: 0.3em 1.3em;
	font-size: 0.8em;
}
#print a {
	padding: 0.2em 0 0.2em 2em;
	background: url("images/background/drucker-icon.png") left no-repeat;
}

/* text links */
#content a {
	font-weight: bold;
	text-decoration: none;
	color: #039;
}
#content a:hover {
	text-decoration: underline;
}

/* elements for skip link list */
#content ul.skip-links {
	margin: 0.65em 2em;
	list-style: none;
}
#content ul.skip-links a {
	background: url("images/background/bg_skip-link.gif") left no-repeat;
	padding-left: 15px;
}

/* elements for listing the references */
ul.references {
	margin: 0 2em 0 3.4em;
	list-style-image: url("images/background/quad_8wg.gif");
}
ul.references ul {
	margin-left: 1.2em;
	list-style: disc;
}
table.references {
	width: 92%;
	border-collapse: collapse;
	margin: 0.3em 2em 0.7em 2em;
}
table.references th, table.references td {
	border-bottom: 1px solid #999;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	padding: 0.3em;
}
table.references th {
	padding: 0.4em 0.3em;
	background: #ccc;
	color: #039;
}
table.references td:first-child {
	width: 33%;
}
table.smallcolumn td:first-child {
	width: 25%;
}
table.references ul {
	margin-left: 1.2em;
	list-style-image: url("images/background/quad_8wg.gif");
}
table.references ul ul {
	list-style: disc;
}
#content table.references h4 {
	margin: 0;
}
#content table.references p {
	margin: 0 0 0.65em;
}
#content table.references p.tabletext {
	margin: 0.4em 0 0.3em;
}

/* flags in reference tables */
img.flag {
	margin-right: 0.5em;
	vertical-align: middle;
}

/* elements for skip to top link  */
#content p.top {
	padding: 0.7em 0;
	margin: 1.3em 2em;
	text-align: right;
}
#content p.top a {
	background: url("images/background/bg_link-top.gif") left no-repeat;
	padding-left: 15px;
}

/* links for filetypes (downloadable files) */
.pdf {
	background: url("images/background/pdf-icon.png") left no-repeat;
	padding: 2px 0 2px 20px;
}
.exe {
	background: url("images/background/exe-icon.png") left no-repeat;
	padding: 2px 0 2px 20px;
}
.img {
	background: url("images/background/img-icon.png") left no-repeat;
	padding: 2px 0 2px 20px;
}

/* google maps iframe */
#content iframe {
	margin: 0 2em;
	border: 1px solid #ccc;
	width: 37em;
	height: 28em;
}

/* google 404 widget */
#goog-wm ul {
	list-style: none;
	margin: 0 2em 2em;
}
#goog-wm h3 {
	display: none;
}
#goog-wm form {
	margin: 0.6em 0 0;
}
li.search-goog {
	line-height: 2em;
}
#goog-wm-qt {
	float: left;
	margin-right: 1em;
}
#goog-wm-sb {
	width: 8em;
	cursor: pointer;
	padding-top: 0;
}

/* small preview images */
.preview-image {
	float: right;
	margin: 0 2em 1.3em;
	padding: 0.6em;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.preview-image img {
	border: 1px solid #ccc;
	margin-bottom: 0.6em;
}
.preview-image span {
	font-size: 0.85em;
}

/* images with extended border */
img.image-border {
	background: #fff;
	padding: 0.6em;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* images with caption */
ul.image-captions {
	list-style: none;
	margin: 0 2em;
}
ul.image-captions li {
	float: left;
	padding: 0.6em;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 2.05em 2em 0;
	text-align:  center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.image-captions img {
	border: 1px solid #ccc;
}
ul.image-captions span {
	font-size: 0.85em;
}

/* elements for display of manual downloads */
div.document {
	width: auto;
	margin: 0 2em 1.3em;
	min-height: 158px;
}
div.document img {
	float: left;
	margin-right: 1em;
}
div.document ul {
	margin-left: 147px;
	list-style: url("images/background/quad_8wg.gif");
}

/* elements for display of used sem */
div.used-sem {
	width: auto;
	margin: 0 2em 1.3em;
	min-height: 170px;
}
div.used-sem img {
	float: left;
	margin-right: 1em;
}
div.used-sem ul {
	margin-left: 19.2em;
	list-style: url("images/background/quad_8wg.gif");
}

/* elements for sitemap */
#sitemap-de {
	float: left;
	width: 23em;
	margin: 1em 2em 0 0;
}
#sitemap-en {
	margin: 1.7em 0 0 25em;
}
#sitemap-de h3, #sitemap-en h3 {
	margin-top: 0;
	margin-right: 0;
}
#sitemap-de ul, #sitemap-en ul {
	margin-left: 2.1em;
	list-style: none;
}
#sitemap-de a, #sitemap-en a {
	background: url("images/background/page-icon.png") left no-repeat;
	padding: 2px 0 2px 1.5em;
}

/**
 * form elements
 */
form {
	margin: 0 2em;
}
form div {
	width: auto;
	margin-bottom: 0.4em;
}
label {
	display: block;
	float: left;
	width: 7em;
	cursor: pointer;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0.2em;
	background: #fff;
	border: 1px solid #ccc;
	width: 30em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input:focus, textarea:focus {
	border: 1px solid #999;
}
#buttons {
	padding-left: 7em;
	margin-bottom: 1.5em;
}
#buttons input {
	font-weight: bold;
	width: 7em;
	cursor: pointer;
}

/**
 * footer elements
 */
#footer h4 {
	display: none;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	margin: 0 1em;
}
#footer li.no-screen {
	display: none;
}
#footer a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #039;
	text-decoration: underline;
}

