/*
 * Farben:
 *   Hintergrund blau:    #336699
 *               dunkelgr.#999999
 *               hell:    #e6e8e6
 *               ganzhell #eeeeee
 *   Trennstreifen grau   #c8cbc2
 *   Schrift blau:        #2D5A87
 *           rot:         #BF4040
 */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height:16px;
	border: none;
	color: #000;
	height: 100%;
	background: #999;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
}

p, input, textarea, select, option {
	font-size: 12px;
}
td, th {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}
.small {
	font-size: 10px;
}

a {
	color: #2D5A87;
	text-decoration: none;
}
a:hover {
	color: #2D5A87;
	text-decoration: underline;
}
a:active {
	color: #2D5A87;
	text-decoration: none;
}
a:visited {
	color: #2D5A87;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 14px;
	line-height: 24px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 12px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 10px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}

button {
	font-size:12px;
	font-weight: bold;
}


hr {
	height: 1px;
	border: none;
	border-bottom: 2px solid #336699;
}

input {
	padding-left:4px;
}

div.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}
br.clear {
	clear: both;
	background-color: transparent;
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
br[clear=all] {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	display: block;
}

#page {
	position: absolute;
	clear:both;
	top: 10px;
	left: 10px;
	width: 790px;
	min-height:700px;
	height: auto;
    background-color: #fff; /*#eee;*/
}

#title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 130px;
	background-color: #e6e8e6;
	/*background-image: url(/images/logo-ksi-n.gif);
	background-position: 5px 44px; */
	background-repeat: no-repeat;
	background-image: url(/images/logo_ksic_blau_120.png);
	background-position: 10px 52px;
	z-index:50;
}
#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	min-height: 700px;
	height: auto;
	background-color: #336699;
	padding-top: 150px;
}
#left-sep {
	position: absolute;
	top: 0px;
	left: 140px;
	width: 50px;
	min-height: 700px;
	height: auto;
	background-color: #c8cbc2;
}
#right {
	position: absolute;
	width: auto;
	height: auto;
	top: 0px;
	right: 0px;
	padding-top: 15px;
}

#content {
	position: absolute;
	top: 0px;
	left: 190px;
	width: 600px;
	height: auto;
	min-height: 700px;
    background-color: #fff; /*#eee;*/
	/* kein padding da box-model in IE fehlerhaft */
}
#contentBody {
	width: auto; 
	margin: 10px 15px 15px 25px;
	/*border-bottom: #2D5A87 1px solid;*/
}
#contentBody.largeContent {
	/*width: 560px;*/
    margin: 10px 25px 15px 25px;
	height: auto;
	/* kein padding da box-model in IE fehlerhaft */
}

#header { /* header in context block */
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	height:130px;
	width:auto;
	text-align:center;
	margin: 0px;
	background-image: url(/images/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	z-index:50;
}
/*#header img#img_header {
	border: none;
}*/

/*
#footer {
	padding: 15px;
	text-align: center;
	margin-top: 20px;
}
#footer p.footer {
	border-top: #666666 1px solid;
	text-align: center;
	font-size:10px;
}*/

#contentText {
	/*padding: 20px;*/
}
#content p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
#content .contentTitle {
	/*margin: 10px 15px 20px 15px;*/
	color: #2D5A87;
}
#content span.contentSubtitle {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 14px;
	padding: 0px;
	padding-left: 1px;
}

#content div.topicText {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	width: auto;
}

#content div.subTopics {
	clear: both;
	margin-top: 0px;
}

#content table.subTopicLine tr {
	vertical-align: top;
}

#content td.topicSpacer {
	padding: 6px;
	border: none;
}
#content .subTopic {
	padding: 0px;
	/*border-top: 2px dotted #87A6B8;
	padding-top: 10px;
	padding-bottom: 10px;*/
}

/* Topic Image*/
#content div.topicImageLeftBreakNone {
	float: left;
	margin-right: 10px;
	width: auto;
	height: 100%;
}
#content div.topicImageRightBreakNone {
	float: right;
	margin-left: 10px;
	width: auto;
	height: 100%;
}
#content div.topicImageLeftBreakSide {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
}
#content div.topicImageRightBreakSide {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: auto;
}
#content div.topicImageCenter {
	margin-bottom: 10px;
}

#content ul {
	margin-top: 10px;
	margin-bottom: 0px;
}

#content ul li {
	margin-bottom: 1.2em;
	margin-top: 0px;
	line-height:1.1em;
}

#content ul li li {
	margin-bottom: 1.1em;
	margin-top: 0px;
	line-height:1em;
}

/* special links */

a.more {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #2D5A87;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 13px;
	padding-left: 13px;
	background-image: url(pics/more.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.search {
	display: block;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	color: #2D5A87;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 13px;
	padding-left: 10px;
	background-image: url(pics/more.gif);
	background-repeat: no-repeat;
	background-position: right;
}

a.back {
	display: block;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	color: #2D5A87;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 13px;
	padding-left: 10px;
	background-image: url(pics/more.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* ksic */

#Xcol {
    position: absolute;
    top: 140px;
    left: 850px;
    width: 162px;
    height: auto;
}

h1.ks_header_comp {
	font-family: Tahoma, Verdana,Arial,sans-serif;
	font-size: 22px;
	line-height:1.1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin:0;
	padding:0;

	position: absolute;
	top: 28px;
	left:195px;
	width: 390px;
	text-align: center;
}
h1.ks_header_text {
	font-family: Tahoma, Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height:1.1em;
	font-weight: bold;
	color: #2D5A87;
	text-align: center;
	margin:0;
	padding:0;

	position: absolute;
	top: 95px;
	left:195px;
	width:390px;
	text-align: center;
}
#ks_pic {
	z-index: 20;
	position: absolute;
	top: 205px;
	left: 330px;
	width: auto;
	height: auto;
}
#ks_zitat {
	z-index: 20;
	margin-top: 10px;
	width: 240px;
	background-color: #c8cbc2; /*#C5DCCC;*/
}
/* alt
#ks_zitat {
	z-index: 20;
	position: absolute;
	top: 374px;
	left: 330px;
	width: 240px;
	background-color: #c8cbc2;
}*/
#ks_zitat p {
	padding: 3px;
}
#ks_textblock {
	width: 280px;
}

