/* 
    Document   : page
    Created on : 12.09.2010, 16:45:49
    Author     : poppinga
    Description: Basis Seitenlayout
*/

body {
    margin: 0;
    padding: 0;
}

.border {
    width: 1005px;
    border-top: solid #C71418 21px;
    border-right: solid #C71418 7px;
    margin: 0 auto;
}


.border .header img.logo {
    display: block;
    margin: 36px 0 15px 48px;
}

/*
 * StyleSheets der Haupt Naviagetion
 */

/* erste Ebene */
.border div.navi {
    margin-top: 20px;
    width: 295px;
    float: left;
    line-height: 120%;
}

.border div.navi ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 14px;
}


.border div.navi ul li div.outerlink {
    width: 272px;
    height: 36px;
    background-image: url("../img/navlevel1bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.border div.navi ul li div.outerlink img.borderLeft {
    margin-left: 22px;
    float: left;
}

.border div.navi ul li div.outerlink div.innerlink {
    height: 18px;
    float: left;
    background-color: #ffffff;
    background-image: url("../img/navi-top.png");
    background-repeat: repeat-x;
    background-position: top;
    
    padding-top: 18px;
}

.border div.navi ul li div.outerlink div.innerlink a {
    text-decoration: none;
    font-weight: bold;
    color: #666666;
    line-height: 100%;
    font-style: normal;
}

.border div.navi ul li.active div.outerlink div.innerlink a {
    color: #000000;
}


/* zweite Ebene */
.border div.navi ul li ul {
    list-style-type: none;
    
    padding: 0;
    margin: 0;
}

.border div.navi ul li ul li {
    padding: 0.5454em 0 0 42px;
}

.border div.navi ul li ul li a {
    padding: 0;
    text-decoration: none;
    font-style: normal;
    color: #000000;
}

.border div.navi ul li ul li.active a {
    text-decoration: underline;
}

/* dritte Ebene */
.border div.navi ul li ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.border div.navi ul li ul li ul li {
    padding: 0.5454em 0 0 20px;
}


.border div.navi ul li ul li ul li a {
    padding: 0;
    text-decoration: none;
    color: #666666;
    font-style: normal;
}

.border div.navi ul li ul li.active ul li a {
    text-decoration: none;
}


.border div.navi ul li ul li ul li.active a {
    text-decoration: underline;
}

.border div.navi ul li ul li ul li a:active {
    text-decoration: underline;
}


/*
 * Content Style
 */
.border div.content {
     float: left;
     width: 512px;
     margin-left: -11px;
}

.border div.content hr {
    margin: 1.8181em 0;
}

.border div.content .breadcrumb {
    min-height: 2.3818em;
    font-weight: bold;
    color: #666666;
    padding: 0.8em 11px 0 21px;
    
    background-image: url("../img/contentbg-top.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.border div.content .breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.border div.content .breadcrumb ul li {
    float: left;
}

.border div.content .breadcrumb ul li a {
    color: #666666;
    text-decoration: none;
    font-style: normal;
}

.border div.content .atmoimg {
    padding: 0 11px;
    background-image: url("../img/contentbg-bottom.png");
    background-repeat: no-repeat;
    background-position: top;
}

.border div.content div.textcontent {
    padding: 0 26px;
}

.border div.content hr {
    border: none;
    border-top: solid #666666 1px;
}

.border div.content  .contentleft {
	width: 222px;
	float: left;
}

.border div.content .contentright {
	width: 222px;
	margin-left: 16px;
	float: left;
}


/*
 *  Content Style Rechts
 */
 
.border .right {
    float: left;
    width: 208px;
    margin-left: -11px;
    margin-top: 20px;
    
}

.border .right input {
    width: 160px;
}


.border .right form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.border .right form fieldset legend {
    display: none;
}

.border .right form fieldset label {
    display: none;
}

.border .right input.submitimage {
    width: 172px;
}

.border .right input.checkbox {
    width: auto;
}

.border .right div.csc-default {
    width: 172px;
    padding: 14px 14px 0 22px;
    background-image: url("../img/content-bg-right.png");
    background-repeat: no-repeat;
    background-position: top;
}

.border .right .login h2 {
    margin-bottom: 0;
}

.border .right .tx-gkhrssimport-pi1 h1 a {
    text-decoration: none;
}


/*
 * Content From
 */

input {
        margin: 0;
        margin-top: 10px;
	color: #646464;
	font-size: 1em;
        line-height: 100%;
	letter-spacing: 0;
	padding: 3px;
	text-decoration: none;
}

input.submitimage {
    padding: 0;
}
 

img {
    border: 0px;
}

#atmoimg img {
	margin-bottom: 30px;
}

#atmoimg object {
	margin-bottom: 30px;
}




#border {
    width: 908px;
    padding: 0px 32px 0px 32px;
    background-image: url(/fileadmin/admin/main/img/seitenschatten.png);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}


#left {
    width: 192px;
    border: 0px;
    background-image: url(/fileadmin/admin/main/img/menueverlauf.png);
    background-repeat: no-repeat;

    float: left;
}




.content iframe {
    border: 0;
    padding: 0;
}

.content ul {
	list-style-position: outside;
	margin: 0 15px 10px;
	padding: 0 15px;
}

#right {
    width: 192px;
    border: 0px;
    padding-top: 22px;
    float: left;
    margin-left: 16px;

    background-image: url(/fileadmin/admin/main/img/rechtsverlauf.png);
    background-repeat: no-repeat;
}



/*
 * Suche
*/

#suche {
	width: 192px;
}



.suchebox input {
	width: 162px;
}
	


/*
 * Login rechte Spalte
 */

#passwordbox {
	margin: 5px 14px 5px 10px;
	}
	
#usernamebox {
	margin: 5px 14px 5px 10px;
	}

	
#passwordbox input {
	width: 162px;
	}
	
#usernamebox input {
	width: 162px;
	}	

#loginbutton {
	margin: 10px 8px 10px 10px;
	text-align: left;
	}

#loginbutton input {
	padding: 0;
	}
	
#logoutbutton {
	margin: 10px 8px 20px 10px;
	text-align: right;
}

#login h3, #login p {
	margin: 0 10px 3px;
}


/*
 *	Trennlinien
*/

#trennlinie img {
	margin: 5px 15px 20px 15px;
}

.newslineright {
	margin:20px 10px;
}


/*
 * Newsletter Anmeldung
*/

#emailbox {
	margin: 5px 14px 5px 10px;
	}
	
#agbbox {
	margin: 5px 14px 5px 10px;
	}

.emailbox input {
	width: 162;
	}

#newsletterbutton {
	margin: 10px 8px 20px 10px;
	text-align: right;
	}


/*
 * Bilder Format
*/

#contentleft img {
	margin-bottom: 16px;
}

#contentright img {
	margin-bottom: 16px;
}


div.csc-textpic div.csc-textpic-imagecolumn {
	margin: 0 15px 10px;
}

.tx-indexedsearch-whatis {
	display: none;
}

.tx-indexedsearch .browsebox ul {
	list-style-type: none;
	margin: 20px 15px;
	padding: 0;
}

.tx-indexedsearch .browsebox ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch #navigationsleiste {
	margin-bottom: 20px;
}

div.csc-textpic-above div.csc-textpic-text { clear: none; }
div.csc-textpic-right div.csc-textpic-text { clear: none; }	
div.csc-textpic-left div.csc-textpic-text { clear: none; }
div.csc-textpic-above div.csc-textpic-imagewrap {overflow:hidden;}

/*
 * WerWasWo Felder
 */ 

.tx-iswerwaswo-pi1 div.iframe {
	float: left;
        margin-right: 20px;
        
}

.tx-iswerwaswo-pi1 .iframe iframe {
	border: 1px dotted #A0A0A0;
}

.tx-iswerwaswo-pi1 .size {
	float: left;
        margin-right: 20px;
}

.tx-iswerwaswo-pi1 .size p {
    margin: 0;
}

.tx-iswerwaswo-pi1 .next {
	float: left;
}

.tx-iswerwaswo-pi1 .next img {
	margin: 0;
}

.tx-iswerwaswo-pi1 .space {
	clear: left;
	margin-bottom: 20px;
}

.tx-iswerwaswo-pi1 .label {
	padding: 0 0 6px;
}

.tx-iswerwaswo-pi1 .label label {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 100%;
	text-decoration: none;
}

.tx-iswerwaswo-pi1 .input {
	padding: 0 0 6px;
}

.tx-iswerwaswo-pi1 .error {
	padding: 0 15px 6px;
}

.tx-iswerwaswo-pi1 .inputblock {
	padding-bottom: 14px;
} 

.tx-iswerwaswo-pi1 .input input {
	color: #666666;
	font-family: Verdana;
	font-size: 9pt;
	width: 280px;
}

.tx-iswerwaswo-pi1 .checkbox {
	padding: 0 0 6px;
}

.tx-iswerwaswo-pi1 .submit {
	padding: 0 0 20px;
}

.tx-iswerwaswo-pi1 .inputdiv {
	padding: 0 0 20px;
}

.iframe {
    padding-bottom: 20px;	
}



	
