
#breadcrumb {
    font-size: 0.9em;
	z-index: 23;
    border-bottom: 1px dashed #666666;
	margin: 0.3em 1em 0 1em;
	width: auto;
}

#breadcrumb ul {
    display: inline;
	margin: 0px;
	padding: 0px;
}

#breadcrumb ul li {
    display: inline;
	margin: 0px;
	padding-right: 5px;
	padding-left: 12px;
	background-image: url(../gfx/bc_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#breadcrumb ul li a {
    color: blue;
}

#breadcrumb ul li a:HOVER {
    text-decoration: underline;
}

#main_header {
    margin: 0.8em 1em 0 1em;

}

#main_header h1 {
    font-size: 1.3em; 
    color: #283381;
	font-weight: bold;

	padding-bottom: 0.1em;
/*	border-bottom: 2px solid #283381; */
}

/*** Artikelbox ******************************** */

div.boxro, div.boxlo, div.bloxru, div.boxlu {
    width: 100%; 
}
div.boxro {
    margin-top: 1em;
	background:url(../gfx/box_or.gif) top right no-repeat;
}

div.boxlo {
	background:url(../gfx/box_ol.gif) top left no-repeat;
}

div.boxru {
	background:url(../gfx/box_ru.gif) bottom right no-repeat;
}

div.boxlu {
	background:url(../gfx/box_lu.gif) bottom left no-repeat;
}

div.boxcontent {
	padding: 0.6em 1em 1em 1em;
}

h2.boxheader {
    padding: 0.2em;
	margin: 0px 0px 4px 0px;
    color: #283381;
	border-bottom: 2px solid #283381;
	font-size: 1.2em;
}

div.boximage {
	float: right;
	width: 201px;
	margin: 0 0 10px 10px;
}

table.contenttable {
	width: auto;
}
table.contenttable td {
    padding: 0px 20px 0px 0px;
	font-size: 1em;
}

/**** Normales Content Element ********************************/


#col1_content h2 {
    font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	margin: 0.8em 0em 0.2em 0em;
}

#col1_content p {
    font-size: 1em;
}

#col1_content table p {
    font-size: 1em;
    padding: 0px;
	margin: 0px;
}

#col1_content p.bodytext {
    font-size: 3em @important;
}


/************** Kontaktformular ********************************/

input, textarea {
   width: auto;
   font: 1em Verdana, Arial, Helvetica, Sans-Serif;
   border-style: inset inset inset inset;
   background: #fff;
   margin:5px;
   padding: 3px;
   color: #444;
}

.csc-mailform-field label {

        font-family: Helvetica, Verdana, Arial, sans-serif;
        width: 8em;
        float: left;
        text-align: right;
        margin-right: 1.5em;
        display: block
}
 
.csc-mailform-submit {
        margin-left: 9.5em;
        width: 150px;
        background-color:#999;
        color:#000000;
}

input[type=text]:focus, textarea:focus {
   background: #f0f0f0;
   color: #333;
   border-color: #666;
}

/********************* Artikellist *******************************/


table.articlelist {
    margin-top: 20px;
}
table.articlelist tr {

}
table.articlelist th {
    background-color: #283381;
	color: white;
	padding: 3px;
	border: 2px solid white;
	font-size: 0.9em;
	vertical-align: top;
	align: center;
}
table.articlelist td {
    background-color: #DDDDDD;
	border: 2px solid white;
	font-size: 0.9em;
	vertical-align: top;
	align: left;
}

#content_footer {
    border-top: 1px dashed #666666;
    padding-top: 0.2em;
	padding-left: 5px;
    margin: 1em 1em 1em 1em;
    text-align: left;
}

#content_footer a {
    font-size: 1em;
	color: #666666;
}

#content_footer img {
    vertical-align: top;
}

/***************** Styles für die Doublecol Boxen *************************/

div.linkbox {
    text-align: center;
	width: auto;
	padding-top: 20px;
}


div.twocol {
    height: 100%;
}

div.ccol_1 {
    float:left;
	width:49%;
}

div.ccol_2 {
    width: 49%;
	float: right;
}

div.tboxcontent {
	text-align:center;
}

div.tboxcontent h2 {
	margin: 0px;
}


div.tboxcontent a.linkboxlink {
    color:#283381;
}


div.tboxcontent h2 a.linkboxlink {
    display: block;
	padding-top: 0.5em;
	margin: 0 0.5em 0.5em 0.5em;
	border-bottom:1px dashed #283381;
	font-size: 1.1em;
	font-weight: bold;
}


a.linkboxlink:FOCUS  {
    color: blue;
    background-color: transparent;
}

a.linkboxlink:HOVER {
    color: blue;
    background-color: transparent;
}


div.tboxcontent img {
    border: 1px solid #999999;
	margin-bottom: 0.5em;
}

div.tboxcontent p {
	color:#283381;
}

div.tboxcontent a {
    text-align:center;
	text-decoration: none;
}
div.tboxcontent a:HOVER {
    text-decoration: none;
	color: blue @important;
}

IMG.truestop {
    vertical-align: middle;
}

#col1_content a.external-link-new-window {
    text-decoration: none;
	color: blue;
}

#col1_content a.external-link-new-window:HOVER {
    text-decoration: underline;
}