/* general styles */

/* content area */

body {
/*	font-family: Helvetica, Arial, sans-serif; */
/*	font:1.5em "Trebuchet MS",Helvetica, Arial, Verdana, Sans-serif;*/
/*	font-size:69%; */
    font-family: Arial,Helvetica,sans-serif;
    font-size: 69%;
	overflow: -moz-scrollbars-vertical;
}

body, html {
	margin:0;
	padding:0;
}

acronym {
    color: #f00;
    cursor: help;
    border-bottom: 1px dotted #000;
}

.kzk {
    font-style: italic;
}

div {
    text-align: justify;
}


#outer {
	width: 700px;
}

.centered {
	margin: 0 auto;
}

form {
	padding: 0;
	margin: 0;
}

a img {
	border: 0;
	margin: 0;
	padding: 0;
}


/* separates the menu from the content */
#separator {
	float:left;
	height:1px;
	width: 545px;
	\width: 544px;
	w\idth:544px;
	margin:0;
	padding:0;
	position:relative;
	top: -1px;
	border-bottom: 0px solid #DEDEDE;
}


#container {
	float:left;
	width: 700px;
	\width:680px;
	w\idth:700px;
	background:#F0F0F0;
	background:#FFF;
}

#content {
    margin: 0;
	background: #FFF;
	width: 550px;
	\width: 544px;
	w\idth: 509px;
	float:left;
	border-right:1px dashed #ccc;
	padding: 10px 13px 20px 22px;
	overflow:visible;
	min-height: 250px;
}

#right_column {
    float:right;
    /*background : url("http://www.konzentrik.de/website/img/de/skyscraper.jpg");*/
	background-repeat:none;
	height: 250px;
	width: 155px;
	padding: 0;
	margin: 0;
}

/* main table cells start */
#tdcontent {
	/*border:1px solid #000; */
	border:1px solid #10365d;
}

#tdleft {
	width:12px;
}

#tdright {
	width:12px;
	background-repeat:repeat-y;
}

#tdbottom{
	height:12px;
	background-repeat:repeat-x;
}

#tdbottomright{
	height:12px;
	width:12px;
	background-repeat:no-repeat;
}

/* main table cells end */

.logo {
	float:left;
	margin-left: 10px;
}

#banner {
	width:100%;
	height: 83px;
	background : url("http://www.konzentrik.de/website/img/head_gfx.jpg");
	/*background : url("http://www.konzentrik.de/website/img/head_gfx.png");*/
}

#bannerlinks {
	float:left;
	width: 544px;
	\width: 544px;
	w\idth: 544px;
	height: 83px;
	border-right:1px dashed #FFF;
}


#bannerrechts {
	width: 165px;
	float:right;
	height: 100%;
}

html>body div#bannerrechts {
	width: 174px;
}

#kontakt {
	padding: 5px;
}

div#kontakt a {
	color:#0d345b;
}

div#kontakt a:hover {
	color: #000;
	text-decoration: none;
}

a:link {
	text-decoration:none;
	color:#11395d;
}

a:visited {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

.underline {
    text-decoration: underline;
}

.nounderline {
    text-decoration: none;
}

#languages {
	display:inline;
	float:right;
	padding-right: 5px;
}

#spacer_header {
    height: 1px;
    background-color: #000;
}

#menu {
	float:left;
	width: 100%;
}

/* ---------------------- main menu ------------------------- */
#mainmenu {
	float:left;
	width: 100%;
	border-bottom: 0;
	background:#10365d;
	line-height: 20px;
}


#mainmenu ul {
	display:inline;
	margin-left: 0;
}

#mainmenu ul li {
	float:left;
	list-style: none;
	margin: 0;
	display: inline;
}

#mainmenu ul li a {
	padding: 3px 0.85em;
	color: #555;
	text-decoration: none;
}


#mainmenu ul li a:link {
	text-decoration:none;
	color:#d7de3d;
	/*color:#10365d;*/
}

#mainmenu ul li a:visited {
	text-decoration:none;
	color:#d7de3d;
	/* color:#10365d; */
}

#mainmenu ul li a:hover {
	text-decoration:none;
	background: #d7de3d;
	color: #10365d;
}

#mainmenu ul li a:active {
	text-decoration:none;
}


#mainmenu ul li a.current {
	color: #0f365d !important;
	color: #000 !important;
	background: #EEE;
	/*font-weight: bold;*/
}

/* ---------------------- sub menu ------------------------- */


#submenu {
  float:left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #EEE;
  border-bottom: 1px solid #10365d;
}

#submenu ul
{
	padding: 3px 0;
	margin-left: 0;
	display:inline;
    line-height: 20px;
}

#submenu ul li
{
	list-style: none;
	margin: 0;
	display: inline;
	background: #EEE;
}

#submenu ul li a
{
	padding: 3px 0.85em;
	text-decoration: none;
	color:#888;
}

#submenu ul li a:link
{
	color: #6E6E6E;
}

#submenu ul li a:visited
{
	color: #888;
}

#submenu ul li a:hover {
	color: #000;
}


#submenu ul li a.current
{
	color: #0f365d !important;
	color: #000 !important;
	/* font-weight: bold; */
}

/* ------------ right col start -------- */

#search {
	padding: 3px;
	\padding: 4px;
	p\adding: 4px;
	border-bottom:1px dashed #ab8;
	border-top:1px solid #ab8;
	background:#F0F0F0;
	background:#FFF;
}

#search_empty {
	border-top:1px solid #000;
	background:#10365d;
	color:#FFFFFF;
	line-height: 15px;
}

#search_empty a:link, a:visited {
	color:#F0F0F0;
}

#search_empty a:hover {
	color:#d7de3d;
}

/*
#newsheader {
}

#newsentries {
}

#newstitle {
	float:right;
	width: 24%;
}

.newsheadline {
}


.newsdate {
	font-style:italic;
	font-size: .95em;
	border-bottom:1px dashed #BBB;
	display: block;
	padding-top: 4px;
	margin-bottom: 5px;
}
*/

div#right_column ul {
    margin: 0;
    padding: 0 0 0 15px;
    color: #555;
}


div#right_column li {
    margin: 0;
    padding: 0;
    margin: 0;
    text-align: left;
}


#newscol {
	display: inline;
	margin:0;
    width: 50px;
	line-height:1.2em;
	border-left: 0;
}

.news_headline {
    padding: 0px 5px 5px 5px;
    font-size: larger;
}


#newsentries {
    text-align: justify;
}

.newsentry {
	display: block;
    text-align: justify;
	float: left;
    padding: 0px 0.7em 1.25em 0.7em;
    color: #11395d;
}

.newsentry_date {
    color: 11395d;
    display: block;
    font-style: italic;
    padding-bottom: 5px;
}

.newsentry_content {
    margin: 0;
    padding-bottom: 5px;
}

#newsentries a:link {
	text-decoration:none;
	color:#11395d;
}

#newsentries a:visited {
	text-decoration:none;
	color:#999;
}

#newsentries a:hover {
	text-decoration:underline;
}

#newsentries a:active {
	text-decoration:none;
}

/* detailed news view */
.newsdetail_date {
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: .8em;
    font-style: italic;
}

.newsdetail_headline {
    font-size: 1.1em;
    padding-left: 10px;
}

.newsdetail_body {
    padding-left: 10px;
    padding-bottom: 15px;
}

/* -------------- right col end ------------ */


#footer {
	float:right;
	width: 700px;
	color: #888;
	text-align: right;
}

/*----------------------------------*/

h1 {
	font-size: 1.45em;
	font-weight:bold;
	padding: 0 0 .2em 0;
	width:100%;
	float:left;
	border-bottom: 1px dashed #000;
	margin-bottom: 4px;
	padding-bottom: 8px;
}

/* subheadline */
h2 {
	font-size: 1.15em;
	display:block;
/*	border-bottom: 1px dashed #AAA;*/
	padding-top: .5em;
	margin-bottom: .3em;
	padding-bottom: .3em;
}

h4 {
    color: rgb(21, 75, 130);
    font-size: 1em;
}

/*
#subpageheadline {
	font-size: 1.6em;
	font-weight:bold;
	padding: .2em 0;
	width:100%;
	float:left;
	border-bottom: 1px dashed #000;
	margin-bottom: 4px;
	padding-bottom: 8px;
}
*/

/* date format on subpages */
#subpagedate {
	float:right;
	padding-bottom: 1.5em;
	font-style:italic;
	font-size: .95em;

}

#subpagecontent {
	line-height: 1.35em;
	width: 495px;
	font-size: 12px;
}

/* introducing text */
.subpageintro {
	clear: both;
	font-weight: normal;
	/* font-style:italic; */
	margin: 1em 0;
	width: 100%;
}

.nointro {
	clear: both;
	margin-top: 0;
}

.error {
    color: #000;
    font-weight: bold;
}

.success {
    color: #000;
    font-weight: bold;
}

/* normal paragraph */
#subpagecontent p {
	padding: 0;
	margin-top : 1em;
}

/* subpage images */
.subpageimage {

}

.thin_border {
	border: 1px solid #BBB;
	border: 1px solid #DEDEDE;
	padding: 0;
}

.no_border {
    border: 0;
}


/* alignment right*/
.right {
	float: right;
	margin-left:10px;
	margin-bottom: 10px;
}

/* alignment left */
.left {
	float: left;
	margin-top: 3px;
}

.right {
	border: 1px solid #ccc;
	float: right;
	margin-top: 3px;
	margin-left: 15px;
	margin-bottom: 0;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #555;
	padding-left: 1.5em;
	display: block;
	border: 1px dashed #CCC;
	padding: .8em;
	margin: 5px;
}

hr {
    background-color:#dedede;
    border: 0;
    height:1px;
    margin-top: 17px;
    margin-bottom: 8px;
    padding: 0;
}

#content ul {
	width:auto;
	margin: 0;
	margin-top: 10px;
	padding-left: 30px;
    list-style-image:url("http://www.konzentrik.de/website/img/arrow_list_normal.jpg")	;

}

#content ul li {
	padding-left: 2px;
    margin-top: 5px;
}

#content ul ul {
    list-style-image:url("http://www.konzentrik.de/website/img/arrow_list_sub.jpg")	;
    padding-top: 0;
    margin-top: 3px;
    padding-left: 20px;
}

#content ul ul li {
	padding-left: 0px;
	padding-bottom: 0px;
}

#content a {
	color: #728d4d;
	text-decoration: none;
}

#content a:link {
	text-decoration:none;
	color:#11395d;
}

#content a:visited {
	text-decoration:none;
	color:#517ebf;
}

#content a:hover {
	text-decoration:underline;
	color: #009;
}

#content a:active {
}


.cite {
    color: #555;
    margin: 10px 15px;
/*
	width: 375px;
	float:right;
	font-family: "Lucida Sans Unicode", Lucida, Arial, Verdana, sans-serif;
	border-left: 6px solid #DEDEDE;
	padding-left: 10px;
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
*/
}

.source {
    font-size: smaller;
    float: right;
}

.author {

	font-weight:lighter;
	padding: 10px;
}

acronym {
	color: #0033FF;
	font-style:italic;
}


.defaulttable {
	clear: both;
	line-height:normal;
	font-size: .9em;
	margin: 10px;
}

.defaulttable td,th  {
	vertical-align:top;
	overflow:hidden;
	border: 1px solid #AAA;
	padding: .5em;
}

.defaulttable tfoot, thead {
	font-style: italic;
}

.defaulttable th {
	font-size: 125%;
	padding: .3em .5em;
}

/* styles used in home.tpl*/
.emphasized_headline {
    color: rgb(21, 75, 130);
    font-size: 15px;
    font-size: larger;
    padding: 0.5em 0 0 0;
}

.emphasized_text {
    color: rgb(21, 75, 130);
    font-size: 12px;
}

.subpage_right_textcol{
	margin-left:100px;
}

.subpage_right_textcol_big{
	padding-left:165px;
}

.subpage_right_textcol_partner{
	margin-left:140px;
	padding-left: 0;
}

.absatz {
	padding-bottom:0.5em;
}

.test_it {
}


/* end home.tpl */

#news_type {
	float: left;
	font-style: italic;
}

.partner {
	float:left;
}

.icon {
	margin-left: 7px;
	vertical-align: sub;
	vertical-align: text-bottom;
}


/* ---------- forms start ---------- */

form {
	color: #009;
}

textarea {
	width:478px;
	font-size: small;
	color: #333;
    font-family: Arial,Helvetica,sans-serif;
}

input {
	font-size: 100.01%;
	color: #000;
}

fieldset {
	position:relative;
	left: -10px;
	border : 1px solid #ccc;
	width: 100%;
	padding: 10px;
	margin:0;
}

.textfield
{
	color:#6d809e;
	width:7em;
	border: 1px solid #8f9d73;
}

label {
	/*font-style: italic;*/
	font-style: normal;
	font-size: 0.9em;
	vertical-align:middle;
}

.label_required
{
	font-weight: bold;
}


/* ---------- forms end ---------- */

#imprint_contact {
    color: #fff;
    float: right;
    width: 175px;
    position: relative;
    left: 20px;
}

#imprint_contact ul {
	display:inline;
	margin-left: 0;
}

#imprint_contact ul li {
	float:left;
	list-style: none;
	margin: 0;
	display: inline;
}

#imprint_contact ul li a {
	padding: 3px 0.5em;
	color: #fff;
	text-decoration: none;
}


#imprint_contact ul li a:link {
	text-decoration:none;
	color:#fff;
}

#imprint_contact ul li a:visited {
	text-decoration:none;
	color:#fff;
}

#imprint_contact ul li a:hover {
	text-decoration:none;
	color: #10365d;
	background: #EEE;
}

#imprint_contact ul li a:active {
	text-decoration:none;
	color:#EEE;
}

.contact_missing {
    color: red;
}