@CHARSET "UTF-8";

/*==================================*/
/* Isoform - Screen CSS             */
/*==================================*/

/*==================================*/
/* General Definitions */
/*==================================*/


body {
	background: transparent url(../img/bg.gif) repeat;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

p {
	margin: 0px 0px 30px 0px;
	padding: 0em;
}

b {
	color: #666;
}

h1 {
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7b8000;
	margin-bottom: 25px;
}

h2 {
    display: block;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #7b8000;
    margin: 10px 0px 10px 0px;
}

h3 {
    display: block;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #7b8000;
    padding: 10px 0px 10px 0px;
	clear: both;
}

h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #aaa;
    padding: 10px 0px 0px 0px;
    clear: both;
	font-weight: normal;
}

h5 {
	display: inline;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #7b8000;
    margin: 0px 0px 0px 0px;
}

th {
    font-weight: bold;
    color: #7b8000;
    padding: 10px 0px 10px 5px;
}

thead th {
	font-weight: bold;
    color: #aaa;
}
table {
    width: 100%;
    text-align: left;
    padding: 0px 0px 30px 0px;
}


table td {
    vertical-align: top;
    padding: 10px 0px 10px 5px;
}

.button {
    padding-top: 40px;
    clear: both;    
}

.button input  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #6f6d60;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    width: auto;
    border: none;
    background-color: #dbe61e;
	text-decoration: none;
    text-align: center;  
    clear: both; 
	float: none;
 
}
hr {
	margin: 20px 0px 20px 0px;
	background-color: #aaa;
	color:#aaa;
	border: #aaa;
	height: 1px;
	clear: both;
}

.markText {
	color: #648fbe;
	font-weight: bold;
}


#contentCenter{
	margin: 10px auto;
	width: 900px;

}

#bgCenter {
	float: left;
	background: transparent url(../img/shadow_content.gif) repeat;
	min-height: 500px;
}

.smallHint {
	font-size: 10px;
	color: #666;
}

#footer {

}


#footerLegal {
	padding: 3px 1px 20px 1px;
	font-size: 10px;
	color: #aaa;
	float: left;
	clear: both;
}

#footerLegal table {
    padding: 0px 0px 0px 0px;
}

#footerLegal td {
    padding: 0px 0px 0px 0px;
}


.right {
    float: right;
    text-align: right;

}

/*==================================*/
/* Warnings, Hints  */
/*==================================*/

.gruen {
	margin: 5px 0px 10px 0px;
    padding: 5px 20px 5px 10px;
    width: 683px;
    float: left;
    clear: both;
    border: #d6e400 1px dotted;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 18px;
	background: url(../img/content_pattern_warning.gif)repeat;
}

.error {
    margin: 5px 0px 10px 0px;
    padding: 5px 20px 5px 10px;
    width: 683px;
    float: none;
    clear: both;
    border: #cc4b00 1px dotted;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 18px;
    background: url(../img/content_pattern_error.gif)repeat;
}

.rot {
    margin: 5px 0px 10px 0px;
    padding: 5px 20px 5px 10px;
    width: 683px;
    float: left;
    clear: both;
    border: #cc4b00 1px dotted;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 18px;
    background: url(../img/content_pattern_error.gif)repeat;
}


/*==================================*/
/* Login */
/*==================================*/

.loginContent table {
	padding: 0px 0px 0px 0px;
}

.loginContent {
	margin: 35px 0px 0px 40px;
	color: #6f6d60;
	line-height: 20px;
}

.loginContent a {
	color: #cc4b00;
}


.loginContent input {
	background: #F4F4F4 none repeat;
	border: 1px solid #AAAAAA;
	margin: 0px 0px 18px 0px;
	width: 180px;
	height: 18px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;

}

.loginContent td {
	padding: 0;
}


#loginElements{
	padding: 0px;
	margin: 0px;
}

#loginElements label {
	clear: none;
	width: auto;
	padding: 10px 0px 0px 10px;
	line-height: 18px;
}

#loginElements input {
	background: none;
	clear: left;
	margin: 13px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	border: none;
}


#anmelden {
	background: none;
	border: none;
	clear:none;
	width: auto;
	height: 24px;
	float: right;
	margin-top: 0;
}

#passwort {
	float: left;
}

#forgotten_password {
    background: none;
    border: none;
    clear:both;
    width: auto;
    height: 24px;
    float: left;
    margin-top: 10px;
}

.linkPassword {
    clear: both;
    padding: 20px 0px 30px 5px;
}

.linkPassword a {
	display: block;
	font-weight: bold;
    color: #6f6d60;
    text-decoration: underline;
}


/*==================================*/
/* Header and Top Navigation */
/*==================================*/

#header {
	background: transparent url(../img/bg_header.gif) repeat scroll 0%;
	height: 87px;
	margin: 0em;
	padding: 0em;
	width: 900px;
}


#header .left {
	width: 450px;
	float: left;
}

#header a img {
	border: none;    
}

#header .right {
	height: 87px;
	width: 450px;
	float: right;
	text-align: right;

}

#header .right a {
	color: #7b8000;
	font-weight: bold;
	text-decoration: none;
}

#header .right .top {
	height: 50px;
}

#header .right .bottom {
	height: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7b8000;
	font-weight: normal;
	margin: 10px 8px 0px 0px;
}

#header .right .bottom img {
    vertical-align: text-bottom;
}

#navigation {
	float: left;
	width: 900px;
	height: 49px;
	background: url(../img/navi/bg_nav_top.gif) no-repeat;
	color:#FFFFFF;
	border: none;
}

#navigation img {
	border: none;
	
}


/*==================================*/
/* Navigation left */
/*==================================*/

#navigationLeft {
    width: 174px;
    background-color: #FFF;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 6px 0px 0px;
    line-height: 29px;
    min-height: 450px;
	font-weight: normal;
	
}

#navigationLeft ul {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    list-style: none;
    list-style-position: outside;
}

#navigationLeft a {
    color: #6f6d60;
	text-decoration: none;
}

#navigationLeft ul li.passiv {
    font-weight: bold;
	padding: 0px 0px 0px 12px;
	background: url(../img/navi/bg_nav_links_02.gif) no-repeat;
}

#navigationLeft ul li.aktiv {   
	font-weight: bold;
	background: url(../img/navi/bg_nav_links_02_aktiv.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	
}

#navigationLeft ul li.aktiv a { 
    text-decoration: none;
	color: #6f6d60;
	padding: 0px 0px 0px 12px;
	
	
}

/* Level 3 */
#navigationLeft ul ul {
	padding: 0px 0px 0px 0px;
    list-style: none;
    list-style-position: outside;
    font-weight: normal;
}


#navigationLeft ul ul li.passiv {
    background: url(../img/navi/bg_nav_links_03.gif) no-repeat;
	padding: 0px;
	font-weight: normal;
}

#navigationLeft ul ul li.aktiv { 
    padding: 0px 0px 0px 0px;
    font-weight: normal; 
	background: url(../img/navi/bg_nav_links_03_aktiv.gif) no-repeat;
}


#navigationLeft ul ul li.aktiv a {
	font-weight: normal;
    text-decoration: none;
	color: #6f6d60;
    padding: 0px 0px 0px 20px;
}

#navigationLeft ul ul li.passiv a {
    padding: 0px 0px 0px 20px;
}

/* Level 4 */
#navigationLeft ul ul ul {
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    list-style-position: outside;
	font-size: 10px;
	font-weight: normal;
}

#navigationLeft ul ul ul li.passiv {
    margin: 0px;
	padding: 0px;
	background: url(../img/navi/bg_nav_links_04.gif) no-repeat;
}

#navigationLeft ul ul ul li.aktiv {   
    margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url(../img/navi/bg_nav_links_04_aktiv.gif) no-repeat;
}

#navigationLeft ul ul ul li.aktiv a { 
    text-decoration: none;
	color: #6f6d60;
	padding: 0px 0px 0px 28px;
}

#navigationLeft ul ul ul li.passiv a { 
    padding: 0px 0px 0px 28px;
}



/*==================================*/
/* Content */
/*==================================*/


#main {
	float: left;
	margin: 6px 0px 0px 0px;
	min-height:450px;
}

#content {
	width: 720px;
	float: left;
	padding: 0px 0px 20px 0px;
}

#contentTitle {
	background: #e6e6e6;
	padding: 10px 10px 10px 5px;
	width: 699px;
	float: left;
	height: auto;
	font-weight: bold;
    color: #7b8000;	
}


#sortBox {
    margin: 5px 0px 3px 0px;
    padding: 0px 5px 15px 5px;
    width: 702px;
    float: left;
    clear: both;
    border: #d6e400 1px dotted;
}

#sortBox a {
    color: #cc4b00;
	text-decoration: none;
}

#sortBox table {
    padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

#sortBox td {
    padding: 0px 0px 10px 0px;
}

#sortBox img  {
    border: none;
}


#contentBox {
    margin: 5px 0px 20px 0px;
    padding: 10px 5px 20px 5px;
    width: 702px;
    float: left;
    clear: both;
    border: #d6e400 1px dotted;
}


#contentBox img {
    border: none;
	vertical-align: text-top;
}

#contentBox a {
	color: #cc4b00;
}

#contentBox th {
	font-weight: bold;
    color: #aaa;
    padding: 30px 0px 10px 0px;
}

#infoBox {
    margin: 5px 0px 2px 0px;
    padding: 5px 20px 5px 5px;
    width: 687px;
    float: left;
    clear: both;
    border: #d6e400 1px dotted;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height: 18px;
}

#infoBox table {
    padding: 0px 0px 0px 0px;
}

#infoBox td {
    padding: 0px 0px 0px 0px;
}

#infoBox img {
    border: none;
	margin: 0px 10px 0px 0px;
}



/*==================================*/
/* Spezifisches im Content
/*==================================*/

#greyLink a {
	color: #999;
}

.rowBackground0 { 
    background-color: #eeefed;
 }
 
.rowBackground1 { 
    background-color: #f2f2f2; 
}

#themenUebersicht a {
    color: #cc4b00;
	text-decoration: underline;
}


#themaHinzu label {
	font-weight: bold;
    color: #aaaaaa;
    margin: 0px 0px 5px 0px;
    width: 500px;
    float: left;
	clear: both;
}

#themaHinzu input {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #6f6d60;
    width: auto;
    margin-bottom: 20px;
    font-size: 11px;
    clear: both;
    float: left; 
}

#themaHinzu textarea {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #6f6d60;
    width: auto;
    margin-bottom: 20px;
    font-size: 11px;
    clear: both;
    float: left;
	line-height: 15px;
	margin: 0px 0px 20px 0px;
}

#themaHinzu select {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #6f6d60;
    width: auto;
    margin-bottom: 20px;
    font-size: 11px;
    clear: both;
    float: left;
    line-height: 15px;
    margin: 0px 0px 20px 0px;
}

#themaLinksHinzu {
    width: auto;
    float: left;
    clear: both;
	line-height: 30px;
}

#themaLinksHinzu a {
	float: left;
	color: #cc4b00;	
	text-decoration: none;
	clear: both;
}

#themaLinksHinzu a img{
    border: none;
}

.themenLinks {
	margin: 0px 0px 20px 0px;
    padding: 10px 5px 20px 5px;
    width: 702px;
    float: left;
    clear: both;
    border: #d6e400 1px dotted;
}

.themenLinks a {
    color: #cc4b00;
}

.themenLinks table {
    padding: 0px 0px 0px 0px;
}

.themenLinks th {
    color: #aaa;
	padding: 18px 0px 0px 0px;
}

.themenLinks td {
    padding: 0px 0px 0px 0px;
}

.themenLinks select {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #6f6d60;
    margin-bottom: 5px;
    font-size: 11px;
}

.profileForm label {
   font-weight: bold;
   color: #aaa;
}

.profileForm input {
    background: #F4F4F4 none repeat;
    border: 1px solid #AAAAAA;
    height: 18px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
	padding: 1px 1px 2px 1px;
}

.profileForm select {
    background: #F4F4F4 none repeat;
    border: 1px solid #AAAAAA;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 1px 1px 2px 1px;
}

.profileForm td {
    padding: 8px 0px 8px 0px;
	vertical-align: middle;
}

.benutzerListeVomKunden {
	display: none;
}
	
.benutzerProduktForm label {
	color: #666;
}

.benutzerProduktForm td {
    padding: 8px 0px 8px 0px;
    vertical-align: middle;
}


#teileUebersicht a {
    color: #cc4b00;
    text-decoration: underline;
}

.kundeHinzuElements {
	clear: both;
	float: left;
	margin: 0px 0px 30px 0px;
}

.kundeHinzuElements td {
    padding: 2px 0px 2px 0px;
	vertical-align: middle;
}

.themenFacts {
	padding: 0px 10px 0px 10px;
	line-height: 20px;
}



.themenBeurteilung {
    margin: 0px 0px 20px 0px;
    padding: 20px 10px 20px 20px;
    width: 682px;
    float: left;
    border: #d6e400 1px dotted;
}


.themenBeurteilung table {
    padding: 0px 0px 0px 0px;
}

.themenBeurteilung td {
    padding: 0px 0px 0px 0px;
}

.themenBeurteilung label {
    font-weight: bold;
    color: #aaaaaa;  
}

.themenBeurteilung select, input {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #6f6d60;
    margin-bottom: 5px;
    font-size: 11px;
}

.themenBeurteilung textarea {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #6f6d60;
    width: 300px;
    margin-bottom: 20px;
    font-size: 11px;
    clear: both;
    float: left;
	border: 1px solid #aaa;
}

.themenBeurteilung img {
    padding: 20px 0px 0px 0px;
}

.pwAendernForm label {
   font-weight: bold;
   color: #aaa;
}
.pwAendernForm input {
    background: #F4F4F4 none repeat;
    border: 1px solid #AAAAAA;
    height: 18px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 1px 1px 2px 1px;
}
.pwAendernForm td {
    padding: 8px 0px 8px 0px;
    vertical-align: middle;
}

.administratorHinzuForm label {
   font-weight: bold;
   color: #aaa;
}

.administratorHinzuForm input {
    background: #F4F4F4 none repeat;
    border: 1px solid #AAAAAA;
    height: 18px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 1px 1px 2px 1px;
}

.administratorHinzuForm td {
    padding: 8px 0px 8px 0px;
    vertical-align: middle;
}

.produkteBearbeitenFormular label {
   clear: none;
   margin: 0px 20px 0px 0px;
   font-weight: bold;
   color: #aaa;
   line-height: 18px;
}

.produkteBearbeitenFormular input {
    background: #F4F4F4 none repeat;
    border: 1px solid #AAAAAA;
    width: 180px;
    height: 18px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.teileFormular label {
   clear: none;
   margin: 0px 20px 0px 0px;
   font-weight: bold;
   color: #aaa;
   line-height: 18px;
   vertical-align: top;
}

.teileFormular input {
    background: #F4F4F4 none repeat;
    border: 1px solid #AAAAAA;
    width: 180px;
    height: 18px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.kundeBearbeitenFormular label {
   clear: none;
   margin: 0px 20px 0px 0px;
   font-weight: bold;
   color: #aaa;
   display: inline;
}

.kundeBearbeitenFormular input {
    background: #F4F4F4 none repeat;
    border: 1px solid #AAAAAA;
    width: 180px;
    height: 18px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.importForm select {
    background: #F4F4F4 none repeat;
    border: 1px solid #AAAAAA;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 1px 1px 2px 1px;
}

.importForm input {
    height: 18px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 1px 1px 2px 1px;
}

.importForm label {
   font-weight: bold;
   color: #aaa;
}

.importForm td {
    vertical-align: middle;
}

#auswertungSub {
	font-size: 10px;
	color: #999;
} 

#auswertungSub table {
    padding: 0px 0px 0px 0px;
} 

#auswertungSub td {
    padding: 0px 0px 0px 0px;
} 



code {
 font-family: courier, typewriter, monospace;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

.small {
	font-size: 10px;
}

.warning {
    color: orange;
}

.orange {
    background-color: orange;
    padding: 20px;
    border: 1px dashed #99FF99;
}

.themenLinksBox {
	margin: 10px;
	color: #CC4B00;
	line-height: 20px;
	font-size: 10px;
}

.themenLinksBox a {
    color: #CC4B00;
}

#templateXLS {
    margin: 5px 0px 2px 0px;
    padding: 5px 20px 5px 5px;
    width: 687px;
    float: left;
    clear: both;
    border: #d6e400 1px dotted;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

#templateXLS table {
    padding: 0px 0px 0px 0px;
}

#templateXLS td {
    padding: 0px 0px 0px 0px;
}

#templateXLS img {
    border: none;
    margin: 0px 10px 0px 0px;
}

#templateXLS a {
    color: #CC4B00;
}

#develInfo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-align: right;
    float: right;
    border: 1px #aaa dashed;
    background-color: #99FF99;
}

.hidden {
	display: none;
}

.suchform { 
    width: 80px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
	vertical-align: top;
}	

.bold {
    font-weight: bold;
}