
* { margin: 0; padding: 0; }
html { font-family: Arial, Helvetica, sans-serif; height: 100%; }

body { background-color: #EEEEEE; font-size: 13px; height: 100%; }

/* links */
a {
	color: #0600BD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a[target=_blank] {
	padding-right: 13px;
	background-image: url(img/ico/link.png);
	background-repeat: no-repeat;
	background-position: center right;
}

/* forms */
button {
	padding: 0.2px;
	outline: none;
	border: solid #101010 1px;
	background-color: #F5F5F5;
}


#container {
	position: fixed;
	width: 100%;
	min-width: 1080px;
	height: 100%;
	background-color: #FFFFFF;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(img/tpl/logo_ima_klein.png);
	overflow: auto;
}

#header {
	background-color: #888888;
	padding: 1.2em;
	padding-bottom: 2em;
	padding-right: 0;
}
#header h1 {
	text-align: left;
}
#header h1 a { color: black; }
#header h1 a:hover { text-decoration: none }
#search {
	padding-right: 150px;
	text-align: right;
	font-size: 1em;
}
#search form {
	display: inline;
}
#search input.search {
	width: 222px;
	padding-right: 20px;
	height: 1.5em;
	background-color: #EEEEEE;
	border: solid #000000 1px;
}
#search input.submit {
	height: 22px;
	width: 22px;
	border: solid #000000 1px;
	border-left: none;
	margin-bottom: -6px;
	margin-left: -26px;
	background: #EEEEEE url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAIgSURBVHja3JW9axpxGMd7p54mcGdOQa0oLVGrDtdBujmUDMUh0JC9xalzR4eCm0vo0A7+CSU2b7MxdGsXdRA11IBgTjFeEPGFaqKcZ78HGbyrxZe2Q/PAw/F7Dj7P9577PnfEZDJ58C+C+L/BBEEobsZisXWDwcD0+/3raDQ6V4GCNQucSCS40Wi0hzMLsGY8HlM+n2+fpuk9l8slrQROJpNcs9n8xHHcGdIgSRLZ6XTGqVTqUSAQEPx+/5tFwKT6JkmS781m8yEAPBp912g050aj8SIYDH6tVCpPeJ4PLjJj7fSh0Wgw6XTa5PF4LgHtIG9QHqLZEKOZYNYi4DuofZsHVihmWZaBwn4+n78YDAYFlHhkCw1+yInaNcbCLKJYAe71elc2m82UzWZJqFvDfGmUN3CVk7FarU/r9XpxabDFYpFardZRKBR6ncvlTIDTABpFUdyo1WqPu93uK4qiTpcGy5HJZGJQRWOu74rF4rNSqbRZKBReVKvVD3a7/SGccRwOh7dWXpBIJPLc4XBs63Q6ExrlkF8APREEwQc73mq12t14PJ5cakF+F16vd5thmBOn00lhbLd40Qr4ymA5YMUduOcAT/ML/I/Ad/CXgB+q4YuC1V0UZ7fbLcM/343lpt1ub+IbI8zcvKkai1yfghFqcLlczkPxWwj7CDuKsCIxzxWyBdeQullAdcCCVr1eP8SqX4Il3ZM/yN+MnwIMAEhcJ+7NPQRyAAAAAElFTkSuQmCC) no-repeat;
	cursor: pointer;
}


#nav {
	float: left;
	background-color: transparent;
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 120px;
	font-size: 1em;
	width: 211px;
	overflow: hidden;
}
#nav div.pad {
	padding: 2em 0.75em 1em 1em;
}
#nav ul {
	margin-left: 16px;
	font-weight: bold;
}
#nav li {
	list-style-type: none;
}
#nav ul ul {
	font-weight: normal;
}
#nav .active a {
	text-decoration: underline;
}
#nav .active ul a{
	text-decoration: none;
}

#right {
	float: right;
	background-color: transparent;
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 120px;
	font-size: 1em;
	min-width: 150px;
}
#right div.pad {
	padding: 2em 0.75em 1em 1em;
}

#contentcontainer {
	background-color: #F0F0F0;
	min-height: 444px;
	min-width: 700px;
	margin: 0 150px 10px 211px;
}
#contentcontainer div.pad {
	padding: 2em;
	padding-top: 0.8em;
	max-width: 900px;
}

/* Breadcrumbs */
#breadcrumbs {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
#breadcrumbs span {
	white-space: nowrap;
}
/* Spezialisierter Content */
#contentcontainer h2 {
	font-size: 1.55em;
}

.articlelistelement {
	font-size: 1em;
	margin: 1em;
	padding: 0.5em 0.75em;
	border: solid #000000 0.1em;
}
.articlelistelement.inactive {
	border: solid #AAAAAA 0.1em;
}
.articlelistelement.inactive h3 {
	color: #707070;
}
.articlelistelement h3 {
	display: inline-block;
}
.articlelistelement span {
	float: right;
	margin-left: 5px;
}
.articlelistelement img {
	height: 1em;
	cursor: pointer;
}
.articlelistelement.first img.pos_up {
	visibility: hidden;
}
.articlelistelement.last img.pos_down {
	visibility: hidden;
}

/* Artikel in fullarticlelist */
.article {
	border-bottom: dashed #222222 1px;
	padding-bottom: 7px;
	margin-bottom: 8px;
}
#article .article:last-of-type {
	border-bottom: none;
}
.article h2 {
	font-size: 1.42em;
}
.article h3 { font-size: 1.20em; }
.article h4 { font-size: 1.002em; }

/* Artikel */
#article .groupbox {
	padding: 4px;
	border-radius: 3px;
	border: solid #777777 1px;
}

#article h3 {
	/*border-left: solid #008CFF 3px;
	padding-left: 6px;*/
	margin-top: 0.9em;
	border-top: dashed silver 1px;
	padding-top: 0.5em;
	font-size: 1.25em;
}
#article h3:first-of-type {
	margin-top: 0.4em;
	border-top: none;
	padding-top: 0;
}
#article h3.popup {
	font-style: italic;
}
/*#article h3.popup:before {
	content: "Popup: ";
}*/

#article h4 {
	/*border-left: solid #FFCC00 3px;
	padding-left: 6px;*/
	margin-top: 0.7em;
	/*font-size: 1.05em;*/
	font-size: 1.005em;
}
#article h5 {
	/*border-left: solid #FF7300 3px;
	padding-left: 6px;*/
	margin-top: 0.55em;
	font-style: italic;
	/*font-size: 1.05em;*/
	font-size: 1em;
}

#article p {
	margin-top: 3px;
	text-align: justify;
}
#article p.example {
	font-style: italic;
	padding-left: 2em;
}
#article img {
	margin: 4px 0;
	max-width: 650px;
	height: auto;
}

#article .info,
#article .warn,
#article .hint {
	border: solid #52A8FF 1px;
	padding: 8px;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: center left;
	margin: 8px 0;
}
#article .info { background-image: url(img/ico/information.png); }
#article .warn { background-image: url(img/ico/warning.png); border-color:#FFCC00; }
#article .hint { background-image: url(img/ico/hint.png); border-color: #666666; }

#article .highlight {
	background-color: #FAF86B;
}

#article #lastupdate {
	margin-left: 60%;
	text-align: right;
	font-size: 0.7em;
}
#article .val {
	font-style: italic;
}
#article ul,
#article ol {
	margin-left: 20px;
}

#contentcontainer #prev,
#contentcontainer #next {
	text-decoration: none;
	font-size: 1.4em;
	color: #111111;
}
a#prev,
a#next {
	text-decoration: none;
	font-size: 1.4em;
}
a#prev {
	float: left;
}
a#next {
	float: right;
}

.clear { clear: both; }


@media only screen and (max-width: 700px),
		handheld {
	/* Navigation Smartphone / Phablet */
	body { min-width: 160px; }
	#container {
		width: 100%;
		min-width: 160px;
		background-color: #FFFFFF;
	    border: none;
	    border-radius: 0;
	    box-shadow: none;
	    margin: 0;
	}
	
	#search {
		font-size: 1.02em;
	}
	/*#search input.search {
		min-width: 140px;
		height: 1.7em;
		font-size: 1.02em;
	}*/
	
	#nav {
		width: 100%;
		font-size: 16px;
		padding: 0.25em 0;
		margin: 0;
	}
	#nav h2 {
		padding: 0.1em 1em;
	}
	#nav ul {
		margin-left: 0px;
	}
	#nav ul a {
		display: inline-block;
		width: 90%;
		background-color: #FFFFFF;
		background-color: rgba(237, 237, 237, 0.4);
		padding: 0.25em 0;
		margin-left: 5%;
		margin-bottom: 4px;
		font-size: 1.05em;
		text-indent: 1.5em;
	}
	#nav ul ul a { text-indent: 2.5em; }
	#nav ul ul ul a { text-indent: 3em; }
	#nav ul ul ul a { text-indent: 3.5em; }
	/*#nav a.active {
		background-image: url(img/ico/arrow_right.png);
		background-repeat: no-repeat;
		background-position: center left;
	}*/
	
	#right {
		clear: both;
		display: none;
	}
	
	#contentcontainer {
		float: left;
		width: 100%;
		min-height: 100px;
		background-position: top left;
		background-repeat: repeat-x;
		margin: 0;
	}
}
