/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*default werte von tags setzen*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
*
{
  margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, caption, form, fieldset, label, select, input, textarea, address, blockquote, nobr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}

.hrClearBoth,
.clearBoth
{
	clear: both;
	position: absolute;
	top:-1000px;
	font-size: 0.1em;
	height: 0em;
	visibility: hidden;
}

hr[class = "hrClearBoth"],
div[class = "clearBoth"]
{
	position: static;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

html
{
	height: 100%;
}

body
{ 
	background: #EEEEEE;
	font-size: 100.01%;
	text-align: center;
	height: 100%;
}

#wrapper
{
	background: #EEEEEE;
	text-align: left;
        margin: 0px auto;
	min-width: 770px;
	max-width: 990px;
}

.wrapperHeight
{
	height: 100%;
}

div[class = "wrapperHeight"]
{
	height: auto;
	min-height: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* mothers little helpers */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.hidden, ul dfn
{
	position: absolute;
	left: -1000px;
	top:-1000px;
	width:0px;
	height: 0px;
	overflow:hidden;
	display:inline;
}

dfn, acronym, abbr 
{
  font-style: normal;
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted;
}

#skipNav
{
	position: absolute;
	left: -2000px;
}

#skipNav li a:focus,
#skipNav li a:active
{
  display: block;
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 2200px;
  font-size: 1.5em;
  background: #fff;
  color: #000000;
  border: solid 2px #999999;
  padding: 10px;
  width:  15em;
  height: 2em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* header */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header
{
	background: #c0c0c0;
}

.headerHeight
{
	height: 80px;
}

div[class = "headerHeight"]
{
	height: auto;
	min-height: 80px;
}

#screenLogo
{
	float: left;
	width: 250px;
	padding: 5px 0px;
}

#headerImage
{
	float: right;
	width: 150px;
	padding: 5px 20px;
}

#headerName
{
	/*float: right;*/
	color: #B22222;
	font-size: 1.5em;
	padding-top: 40px;
	padding-bottom: 0.5em;
	text-align: right;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* hNavigationgation 1 level horizontal*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#hNavigation
{
	clear: both;
	background: #A9A9A9;
}

.tx-macinasearchbox-pi1
{
        float: left;
}

.tx-macinasearchbox-pi1 form
{

}

.tx-macinasearchbox-pi1 input
{
        font-size: 0.8em;
}

#suchformfeld
{
        border: none;
        margin-left: 10px;
        margin-right: 10px;
        background: #FF8C00;
        color: #FFFFFF;
        padding-left: 8px;
        width: 166px;
        height: 1.55em;
        vertical-align: top;
        border-right: 3px solid #DDDDDD;
        border-left: 3px solid #DDDDDD;
}

#suchformbutton
{
        background: #B22222;
        border: none;
        color: #FFFFFF;
        cursor: pointer;
        padding: 0px 3px 2px 3px;
        vertical-align: top;
        border-right: 3px solid #DDDDDD;
        border-left: 3px solid #DDDDDD;
}

#hNavigation ul
{
	float: right;
	font-size: 0.8em;
	list-style-type: none;
	padding-right: 30px;
	height: 1.55em;
}

#hNavigation li
{

	line-height: 1.5em;
	display: inline;
}

#hNavigation li a,
#hNavigation li strong
{
	text-decoration: none;
	margin-left: 10px;
	padding: 2px 8px;
}

#hNavigation li a
{
	background: #B22222;
	color: #FFFFFF;
	border-left: 3px solid #dddddd;
	border-right: 3px solid #dddddd;
}

#hNavigation li a:hover,
#hNavigation li a:active,
#hNavigation li a:focus,
#hNavigation li strong
{
	background: #FF8C00;
	color: #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;		
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* main 3 column layout*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainWrap
{
	background: #C0C0C0;
	border-top: 3px solid #ffffff;
}

.mainWrapHeight
{
	height: 100px;
}

div[class = "mainWrapHeight"]
{
	height: auto;
	min-height: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* left column*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#firstColumn
{
	float: left;
	width: 200px;
	padding: 30px 0px;
	/*background: #F5DEB3;*/
}

#vNavigation
{
	background: #dcdcdc;
	margin: 0px 10px;
}

#vNavigation ul
{
	list-style-type: none;
}

#vNavigation .ullevel1
{
	font-size: 0.8em;

}

#vNavigation .ullevel1 li.li1no
{
	background: #b22222;
}

#vNavigation .ullevel1 li a,
#vNavigation .ullevel1 li strong
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 2px 4px 6px;
}

#vNavigation .ullevel1 .li1no a,
#vNavigation .ullevel1 .li1act a,
#vNavigation .ullevel1 .li1act strong
{
	border-left: 4px solid #B22222;
	border-right: 4px solid #B22222;
	border-top: 1px solid #ffffff;
}

#vNavigation .ullevel1 .li1act a,
#vNavigation .ullevel1 .li1act strong
{
        font-weight: bold;
}

#vNavigation .ullevel1 .first a,
#vNavigation .ullevel1 .first strong
{
	border-top: none;	
}

#vNavigation .ullevel1 .li1no a:hover,
#vNavigation .ullevel1 .li1no a:active,
#vNavigation .ullevel1 .li1no a:focus,
#vNavigation .ullevel1 .li1act strong,
#vNavigation .ullevel1 .li1act a
{
	background: #FF8C00;	
}

#vNavigation .ullevel1 .li1act .ullevel2 a
{
        font-weight: normal;
}

#vNavigation .ullevel2 li a,
#vNavigation .ullevel2 li strong
{
	padding: 4px 2px 4px 12px;
}

#vNavigation .ullevel2 .first a,
#vNavigation .ullevel2 .first strong,
#vNavigation .ullevel2 .last a,
#vNavigation .ullevel2 .last strong
{
	border-top: 1px solid #ffffff;
}

#vNavigation .ullevel2 .li2no a:hover,
#vNavigation .ullevel2 .li2no a:active,
#vNavigation .ullevel2 .li2no a:focus,
#vNavigation .ullevel2 .li2act strong,
#vNavigation .ullevel2 .li2act a
{
	background: #FFA07A;
}

#vNavigation .ullevel3 li a,
#vNavigation .ullevel3 li strong
{
	padding: 4px 2px 4px 18px;
}

#vNavigation .ullevel3 .li3no a:hover,
#vNavigation .ullevel3 .li3no a:active,
#vNavigation .ullevel3 .li3no a:focus,
#vNavigation .ullevel3 .li3act strong,
#vNavigation .ullevel3 .li3act a
{
	background: #ffcc7a;
	color: #B22222;
}

#vNavigation .ullevel4 li a,
#vNavigation .ullevel4 li strong
{
	padding: 4px 2px 4px 24px;
}

#vNavigation .ullevel4 .li4no a:hover,
#vNavigation .ullevel4 .li4no a:active,
#vNavigation .ullevel4 .li4no a:focus,
#vNavigation .ullevel4 .li4act strong,
#vNavigation .ullevel4 .li4act a
{
	background: #ffdba1;
	color: #B22222;
}

#vNavigation .ullevel5 li a,
#vNavigation .ullevel5 li strong
{
	padding: 4px 2px 4px 30px;
}

#vNavigation .ullevel5 .li5no a:hover,
#vNavigation .ullevel5 .li5no a:active,
#vNavigation .ullevel5 .li5no a:focus,
#vNavigation .ullevel5 .li5act strong,
#vNavigation .ullevel5 .li5act a
{
	background: #ffeebe;
	color: #B22222;
}

#login
{
        margin: 30px 10px 10px 10px;
}

#login input
{
        background: #FF8C00;
        color: #FFFFFF;
        width: 164px;
        font-size: 0.8em;
        border: none;
        border-left: 4px solid #B22222;
	border-right: 4px solid #B22222;
	border-bottom: 1px solid #ffffff;
        padding: 4px 2px 4px 6px;
}

#login input#loginformbutton,
#login input#logoutformbutton
{
        background: #B22222;
        width: 180px;
        cursor: pointer;
        text-align: left;
        border-bottom: 1px solid #B22222;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* maincontainer with right column and content*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainContainer
{
	background: #ddd;	
	margin-left: 200px;
}

.mainContainerHeight
{
	height: 100px;
}

div[class = "mainContainerHeight"]
{
	height: auto;
	min-height: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* rightColumn*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#secondColumn
{
	float: right;
	width: 200px;
	padding: 30px 0px 10px;
}

#secondColumnContent
{
	/*background: #F5DEB3;*/
	/*background: #FFA07A;*/
	margin: 0px 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* contentSection*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#contentSection
{
	padding: 10px 20px 20px;
	background: #fefefe;
}

.contentSectionSmall
{
	margin-right: 200px;
}

#breadCrumb
{
        margin-bottom: 16px;
        background: #FEFEFE;
}

#breadCrumb p
{
        font-size: 0.7em;
}

#mainContainer #breadCrumb a,
#mainContainer #breadCrumb strong
{
	text-decoration: none;
	color: #B22222;
}

#content
{
	float: left;
	width: 100%;
}

.contentHeight
{
        height: 400px;
}

div[class = "contentHeight"]
{
	height: auto;
	min-height: 400px;
}

.ceWrap
{
       clear: both;
       float: left;
       width: 100%;
       margin-bottom: 20px; 
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* footer*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer
{
	clear: both;
	background: #A9A9A9;
	color: #FFFFFF;
	border-top: 3px solid #000000;
}

#footer #mb
{
        float: left;
        width: 200px;
        line-height: 1.5em;
        font-size: 0.7em;
        text-align: center;
}

#footer #cf
{
        float: right;
        width: 200px;
        line-height: 1.5em;
        font-size: 0.7em;
        text-align: center;
}

#footer ul
{
	font-size: 0.7em;
	list-style-type: none;
	height: 1.5em;
	text-align: center;
	margin-left: 200px;
	margin-right: 200px;
}

#footer li
{
	line-height: 1.5em;
	display: inline;
}

#footer li a,
#footer li strong
{
	padding: 2px 8px 2px 4px;
	color: #FFFFFF;
	font-weight: normal;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover,
#footer a:active,
#footer a:focus,
#footer strong
{
	color: #000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* example content styles*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainContainer a
{
        color: #000000;
}

#mainContainer a:hover,
#mainContainer a:active,
#mainContainer a:focus
{
        color: #B22222;
}

#content h1
{
        color: #B22222;
        font-size: 1.2em;
        margin-bottom: 1em;
}

.red
{
        color: #B22222;
}

h2
{
	font-size: 1em;
	margin-bottom: 0.5em;
}

h3
{
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

h4
{
        font-size: 0.8em;
        margin: 3px 0;
}

#mainContainer p
{
        font-size: 0.8em;
        margin: 3px 0;
        line-height: 1.3;
}

#mainContainer ul,
#mainContainer ol
{
        font-size: 0.8em;
        line-height: 1.3;
}

#mainContainer ul
{
        margin-left: 15px;
}

#mainContainer ol
{
        margin-left: 25px;
}

#mainContainer li
{
        margin: 3px 0;
}

#mainContainer ul ul
{
        font-size: 1em;
}

.csc-linkToTop
{
        clear: both;
        text-align: right;
}





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* indexed search */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tx-indexedsearch-searchbox td
{
       font-size: 0.8em;
       padding-right: 5px;
       padding-bottom: 3px;
}

.tx-indexedsearch-searchbox input,
.tx-indexedsearch-searchbox select,
.csc-form-fieldcell input,
.csc-form-fieldcell select
{
      border: 1px solid #B22222;
}

.tx-indexedsearch-searchbox input.submit
{
      border: none;
      background: #B22222;
      color: #FFFFFF;
      cursor: pointer;
}


.tx-indexedsearch-res td,
.csc-form-fieldcell input,
.csc-form-fieldcell select
{
      font-size: 0.8em;
}

.tx-indexedsearch-redMarkup
{
      color: #B22222;
}

.tx-indexedsearch-res td.tx-indexedsearch-info
{
      padding-top: 5px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* mail form */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

fieldset.csc-mailform
{
        border: none;
        margin-top: 20px;
}

.csc-mailform label
{
        width: 7em;
        float: left;
        font-size: 0.8em;
}

.csc-mailform input,
.csc-mailform textarea,
.csc-mailform select
{
       font-size: 0.8em;
       border: 1px solid #B22222;
       margin: 2px 0px;
}

.csc-mailform-field
{
        clear: left;

}

.csc-mailform input.csc-mailform-submit
{
      border: none;
      background: #B22222;
      color: #FFFFFF;
      cursor: pointer;
      margin-left: 7em;
}