/* CSS Document */

html{
  margin: 0;
  padding: 0;
  font-size:100%;
}
body {
  font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
  background-color: #FFde8f;  
  color: #333333;
  line-height: 1.6em;
  margin: 1em 0;
  padding:0;
  font-size: .8em;
  text-align: center; /* IE 5 FIX FOR CENTERING */

}

html>body {
  font-size:.8em;
} /* IE ~5 */

p {
    text-align: left;
	margin-bottom: 1em;
	margin-top: 0em;
	line-height: 1.3em;	
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 0.5em;
	padding-top: 1.3em;	
}
div .indent {
	margin-left: 2em;
}
#pageDiv {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 995px;
	height: auto;
	

}

/*body>#pageDiv {width:76.3em;height:100%}*/ /* IE ~5  */

#header {

	height:90px;
	text-align: left;
	width: 100%;
}
#logo {
	float: left;
	
	width: 16em;
}
#logo[id] {
	float: left;
	
	width: 16em;
}
#logo a img {
 border: none;
}
#leiste {
	display: inline;
	margin-left: 0px; 
	overflow: hidden;
	float: left;
}


#navSubContainer {

	float: right;

	background: #FFde8f;
	width: 16em;
  	font-size:95%;
  	margin-right: 0px;
}

#navSubContainer a:link{
    color            : #333333;
    font-weight      : normal;
    text-decoration  : none;
    text-align: center;
}
#navSubContainer a:visited{
    text-decoration  : none;
}
#navSubContainer a:active{
    text-decoration  : none;
}
#navSubContainer a:hover {
    /*color : #652984; // Kobra-Logo violett*/
	color: red;
}

.submenuItem1 {
	margin-bottom: 2px;
	background-color: #FFCC00;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	text-align: left;


	border-right: 4px solid #652984;
}
.subMenuLink {
	display: block;
	width: 100%;
	color: black;
	text-align: left !important;
	line-height: 1.1em;	
}
.subMenuLinkAct {
	display: block;
	width: 100%;
	color: red;
	text-align: left !important;
	line-height: 1.1em;	
}
#navContainer {

	float: left;
	margin-top: 0em;
	padding:0;
	margin-left:0em;
	width: 15.6em;
	
	background: #FFde8f;
 	text-align: left;
}
#navContainer div {
	margin-bottom: 2px;
	background-color: #FFCC00;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	text-align	: left;	
}
#navContainer a:link{
    color            : #333333;
    font-weight      : normal;
    text-decoration  : none;
    text-align: center;
}
#navContainer a:visited{
    text-decoration  : none;
}
#navContainer a:active{
    text-decoration  : none;
}
#navContainer a:hover {
    /*color : #652984; // Kobra-Logo violett*/
	color: red;
}
#mainmenuItem {
	margin-bottom: 2px;
	background-color: #FFCC00;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	text-align	: left;
} 
.mainmenuItemSub {

	margin-bottom: 2px !important;
	background-color: #FFCC00 !important;
	padding-top: 0.1em !important;
	padding-bottom: 0.1em !important;
	padding-left: 3em !important;
	text-align	: left !important;
	margin-left: 4px !important;
}
.mainmenuItem1 {
	border-left: 4px solid #f4a460;
}
.mainmenuItem2 {
	border-left: 4px solid #ff6347;
}
.mainmenuItem3 {
	border-left: 4px solid #ff9900;
}
.mainmenuItem4 {
	border-left: 4px solid #bb860b;
}
.mainmenuItem4b {
	border-left: 4px solid #bb860b;
	margin-top: 2em;
}
.mainmenuItem5 {
	border-left: 4px solid magenta;
}

.mainMenuLink {
	display: block;
	width: 100%;
	color: black;
	text-align: left !important;	
}
.mainMenuLinkAct {
	display: block;
	width: 100%;
	color: red !important;	
	text-align: left !important;	
}
#cont_right {
	height: 100%;
	float: left;
	background-color: white;
	margin-left: 5px; 
}
#content {

	width: 763px;
	float: left;

	margin-top: 0px;    	
	text-align: left;
	padding: 1em;
	background: white;
	border-right: 1px solid #ffde8f;
}

#content a:link{
    color            : #333333;
    /*font-weight      : normal;*/
    text-decoration  : underline;
}
#content a:visited{
    color            : #333333;
    /*font-weight      : normal;*/
    text-decoration  : underline;
}
#content a:active{
    color            : #333333;
    /*font-weight      : normal;*/
    text-decoration  : underline;
}

#content a:hover {
    /*color : #652984; // Kobra-Logo violett*/
	color: red;
    text-decoration  : none;
}
#content table tr td {
  font-size: 1em;
}

/* glossary */
#content .csc-header h3 {margin-bottom: 0.2em; padding-top: 0em; }
.tx-sgglossary-pi1 table td {
	  font-size: .8em;
}
#glossary_entries_row td {
	display: none;
}
#glossary_entry_table {width: 100%;}
#glossary_entry_table tr td {
	padding-bottom: 0.4em;	
	/*width: 20em !important;*/
}
/* FAQ */
.tx-irfaq-pi1 dt {
	text-decoration: underline;

}
.tx-irfaq-pi1 div.additional-info {
	/*font-size: 0.8em;*/
	display: none;
}
.tx-indexedsearch .tx-indexedsearch-res {
	margin-top: 1em;
}
.tx-indexedsearch .tx-indexedsearch-res table td{
	font-size: 0.8em;
}
.tx-indexedsearch .tx-indexedsearch-searchbox table tr td{
	font-size: 0.8em;
	padding-right: 1em;
}

.tx-indexedsearch h2 {font-size: 1em;}
.tx-indexedsearch .tx-indexedsearch-res {clear: left;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; 	font-size: 0.8em;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:10em; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:25em; 	}
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-browsebox ul {list-style-type: none; padding-bottom: 2em;}
.tx-indexedsearch .tx-indexedsearch-browsebox li {float: left;margin-right: 1em;font-size: 0.9em;}
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch p.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; 	font-size: 0.6em;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }

.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }



.csc-linkToTop {
	font-size: 0.8em;
}
.csc-frame-rulerAfter {
	border-top: 1px solid #FFde8f;
	margin-top: 1em;
	margin-bottom: 1em;
}
/* */
.user-cwkomp2-pi1 .q_table {
	/*background-color: #fefedd;*/
	margin-bottom: 1em;	
}
.user-cwkomp2-pi1 .q_table_compeval {
	background-color: #fefedd;
	margin-bottom: 1em;	
}
.user-cwkomp2-pi1 .q_table_compeval_tr {
		background-color: #fefedd;
}
.user-cwkomp2-pi1 .q_table_compeval_tr td{
		border-bottom: 1px solid #cccccc;
		padding: 1em;

}
.user-cwkomp2-pi1 .q_header1  td{
	
	padding: 0.4em;	
	background-color: #fefecc;
}
.user-cwkomp2-pi1 .q_header1 td.q_header1_row2 {
	text-align: center;
}
.user-cwkomp2-pi1 .q_header2  {
	
	font-weight: bold;
	padding: 0.4em;	
	text-align: center;
	vertical-align: top;
}
.user-cwkomp2-pi1 .q_header2comp {
	

	

}

.user-cwkomp2-pi1 .q_abilities_cat_descr {
	color: #652984;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.user-cwkomp2-pi1 .q_comp_cat_descr {
	color: #652984;
	
	font-weight: bold;	
	padding: 0;
	margin: 0;
}


.user-cwkomp2-pi1 .q_ab_cat_ok { background-color: #eeeeee;}
.user-cwkomp2-pi1 .q_items_ovl {	padding: 0em;padding: 0.4em;}
.user-cwkomp2-pi1 .q_items_ovl  a {	display: block; }
.user-cwkomp2-pi1 .q_items_ov2 {	padding: 0.4em; text-align: center;}
.user-cwkomp2-pi1 .q_items_ovl:hover {	background-color: #FFde8f;}

.user-cwkomp2-pi1 div.q_quest {width: auto; border: 1px solid red; margin-top: 1em;padding: 0.5em;background-color: #fefedd;}

.user-cwkomp2-pi1 .q_inp {padding-left: 45%;float: left; width: 45%;;}
.user-cwkomp2-pi1 .q_h3 { font-size: 1.1em; text-align: center; margin: 0px;padding: 0px;}
.user-cwkomp2-pi1 .q_items_norm td {	padding: 0.4em;}
.user-cwkomp2-pi1 .q_items { padding: 0.4em; width: 100%; }

.user-cwkomp2-pi1 div.q_label {text-align: center; }
.user-cwkomp2-pi1 div.q_items_eval input {	float: left;}

/*.user-cwkomp2-pi1 div.q_items:hover {	background-color: #FFde8f;}*/


/*.user-cwkomp2-pi1 .q_items_eval {float: left; width: 24%; padding-bottom: 5px;}*/
.user-cwkomp2-pi1 .q_items_eval {float: left; width: 19%; padding-bottom: 5px;padding-left: 19px;padding-right:19px;}


.user-cwkomp2-pi1 .q_items_eval:hover {	background-color: #FFde8f;}


.user-cwkomp2-pi1 .eval_abilities_set {overflow: hidden; width:2em;height:0.5em;background-color: brown; border: 1px solid brown; float: left;margin-right: 1px;}
.user-cwkomp2-pi1 .eval_abilities_notset {overflow: hidden; width:2em;height:0.5em;border: 1px solid brown; float: left;margin-right: 1px;}

/* style balken: action-showprofile-seite */

.user-cwkomp2-pi1 .eval_showprofile_competences {overflow: hidden; width:2em;height:0.5em;background-color: brown; border: 1px solid brown; float: left;margin-right: 1px;}
.user-cwkomp2-pi1 .eval_showprofile_competences_nf {display: none; overflow: hidden; width:2em;height:0.5em;border: 1px solid brown; float: left;margin-right: 1px;}

.user-cwkomp2-pi1 .eval_showprofile_computed {overflow: hidden; width:2em;height:0.5em;background-color: orange; border: 1px solid orange; float: left;margin-right: 1px;}
.user-cwkomp2-pi1 .eval_showprofile_computed_nf {display: none;overflow: hidden; width:2em;height:0.5em;border: 1px solid orange; float: left;margin-right: 1px;}

.user-cwkomp2-pi1 .eval_showprofile_computed_lg { width:2em;height:0.5em;background-color: orange; border: 1px solid orange; float: left; margin-right: 1em;}
.user-cwkomp2-pi1 .eval_showprofile_competences_lg { width:2em;height:0.5em;background-color: brown; border: 1px solid brown; float: left; margin-right: 1em;}

.user-cwkomp2-pi1 .eval_interests_set {overflow: hidden;  width:2em;height:0.5em;background-color: orange; border: 1px solid orange; float: left;margin-right: 1px;}
.user-cwkomp2-pi1 .eval_interests_notset {overflow: hidden;  width:2em;height:0.5em;border: 1px solid orange; float: left;margin-right: 1px;}
.user-cwkomp2-pi1 .p_match_cat_name {font-weight: bold;	color: #652984;}

.user-cwkomp2-pi1 .profile_table { 	background-color: #fefedd; border: 1px solid #CCCCCC;}
.user-cwkomp2-pi1 .prof_header1 td {	font-size: 1em !important; font-weight: bold; padding: 0.4em; background-color: #fefecc; color: #652984;}
.user-cwkomp2-pi1 .prof_row td {	padding: 0.4em; vertical-align: top;}
.user-cwkomp2-pi1 .prof_table_degree { float: right; font-weight: normal;}
.user-cwkomp2-pi1 .prof_table_profname { float:left; }

.user-cwkomp2-pi1 p.eval_comp_group {
	font-weight: bold;
	margin-top: 2em;
	color: #652984;
}
.user-cwkomp2-pi1 p.eval_comp_hint {}
.user-cwkomp2-pi1 .eval_comp_table {width: 99%;}
.user-cwkomp2-pi1 .eval_comp_table tr td {border-bottom: 1px solid #CCCCCC; padding: 0.4em;}

.user-cwkomp2-pi1 .whiteTD {background-color: white; border-left: 1px solid white; border-right: 1px solid white;}
.user-cwkomp2-pi1 .label-button-quest {border: 1px solid red;padding-top: 0em;}

.user-cwkomp2-pi1 span.hint {color: red;border: 1px solid red;padding: 4px;margin-bottom: 1em;}

/* */
/* Sitemap Styles */
.csc-sitemap ul li {list-style-type: none;}
/* Sitemap Styles */
div.csc-frame-rulerAfter { border-bottom: 1px solid #FFde8f; margin-bottom: 2em;margin-top: 1em;}
/* Mailform Styles */
.csc-mailform {border: none;}
.csc-mailform-field {}
.csc-mailform-field label{ width: 7em; display: block; float: left; text-align: right; }
.csc-mailform-field input, select, textarea { margin-left: 2em;  font-size: 1em; font-family: Arial, Helvetica, sans-serif;}
.csc-mailform-field input, textarea {padding-left: 0.2em;}
.csc-mailform .csc-mailform-field .csc-mailform-label {font-weight: bold; display: block; margin-top: 1.5em; margin-bottom: 1em;}
.csc-mailform .csc-mailform-field .csc-mailform-submit {margin-left: 9em; margin-top: 0.5em}
/* Mailform Styles */

.align-right {text-align: right;}
.align-center {text-align: center;}

div.csc-textpic-left {
	/*padding-left: 2em;*/
	
}
.csc-frame-frame2 {
	border-left: 10px solid #652984;
	padding: 0.7em;
	background-color: #eeeeee;	
}
.csc-textpic-caption {
	font-size: 0.8em;
	
}
.ol_rome {list-style-type: upper-roman;} 
.tx-cwglossary-pi1 a {line-height: 2em;}
.tx-cwglossary-pi1 span.noLink {line-height: 2em;}

.user_cwkomp2_pi1-submit {
	font-weight: bold;
	padding-top: 2px;
	color: #652984;
	border: 1px solid #652984;
	margin-bottom: 0em;
}

.user-cwkomp2-pi1 .hrzline {
	margin-top: 1em;
	margin-bottom: 2em;
	border-top: 1px solid #652984;
	width: 99%;
}
#rightcol {
	float: right;
	width: 169px;
	margin-top: 0px;    	
	text-align: left;
	padding: 1px;
	background: white;
	height: 100%;
	margin-left: 2px;

}
#rightcol div.csc-textpic-left {
   padding-left:0;
}

/* admin styles*/
.user-cwkompadm-pi1 .q_table {
	background-color: #fefedd;
	margin-bottom: 1em;	
}

.user-cwkompadm-pi1 .q_header1 td {
	font-size: 0.8em;
	padding: 0.4em;	
	background-color: #fefecc;
}
.user-cwkompadm-pi1 .q_items td {	padding: 0.4em;}
.user-cwkompadm-pi1 .q_items td:hover {	background-color: #fefefe;}
/* admin styles*/


.tx-srfeuserregister-pi1 dd {width: 70%;}
.tx-srfeuserregister-pi1 dl {width: 70%;}

/* srfeuserregister styles*/
#content .tx-srfeuserregister-pi1 p a {
	font-weight: normal; /*bold;*/
	/*font-size: 1.2em;*/
}
.ev_descr {margin: 2px 2px 2px 2px;}

#searchfield {
	float: right;
	
}
#navRight {
	float: right;
	width: 16em;
}

