/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.bildungstransfer.de/relaunch/img/back_body.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 132%;
 color: #ffffff;
}

h2{
 font-size: 124%;
 color: #ffffff;
}

h3{
 font-size: 110%;
 color: #ffffff;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #ffffff;
}

h5{
 font-size: 100%;
 color: #ffffff;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #ffffff;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	background-color: #000099;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	width: 230px;
	float: left;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content{
	float:left;
	width: 69%;
	min-height: 540px;
	margin: 0;
	padding: 10 10px 0 0;
	background-color: #0033FF;
	background-image: url(http://www.bildungstransfer.de/relaunch/img/pfeil_hg.gif);
	background-repeat: no-repeat;
	background-position: -25px 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	color: #FFFFFF;
	font-weight: lighter;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	color: #FFFFFF;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 240px;
}

#breadCrumb a{
	color: #FFFFFF;
}


/************** .feature styles ***************/

.feature{
	font-size: 90%;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-image: url(http://www.bildungstransfer.de/relaunch/img/pfeil_liste.gif);
	list-style-type: square;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature td{
	font-size: 90%;
	color: #FFFFFF;
}

.feature th{
	font-size: 90%;
	color: #FFFFFF;
	text-align: left;
}

.feature li {
	padding-bottom: 5px;
	color:#FFFFFF;
}

.feature h1, csc-firstHeader{
	color: #FFFFFF;
	font-weight: lighter;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

.feature h2{
	color: #FFFFFF;
	font-weight: lighter;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.feature h3{
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
	font-size: 105%;
}

.feature p{
	padding: 5px 0px 0px;
	text-align: left;
	color: #FFFFFF;
	line-height: normal;
	margin: 0px;
}

.feature img{
	padding: 0px 10px 10px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.feature a:hover{
	color: #000099;
	text-decoration: underline;
}

.feature a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.csc-textpic-caption{
	font-size: 80%;
	background-color: #CCCCCC;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #FFFFFF;
	padding: 10px;
	margin-top: -1px;
	text-align: center;
	margin-left: 230px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a{
	color: #FFFFFF;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar img {padding-top: 10px;}

/* Menu 1 column */
#menu_1 {	
	vertical-align: top; 
	padding-top: 20px;
	font-size: 90%;
}
#menu_1 DIV A {
	text-decoration: none;
	color: #FFFFFF:;
}
#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-no {
  	display: block;
	background-color: #0033ff;
	width: 160px;
	margin-left: 20px;
	margin-bottom: 5px;
}
#menu_1 DIV.menu1-level1-no H3 {
	font-size: 100%;
	padding: 2px 0px 2px 10px;
}

#menu_1 DIV.menu1-level1-no H3 a {
	color: #9f9f9f;
}
#menu_1 DIV.menu1-level1-no H3 a:hover {
	color: #FFFFFF;
}
/*  MENU 1, level 1, active state (ACT) */
#menu_1 DIV.menu1-level1-act {
  	display: block;
	background-color: #0033ff;
	width: 160px;
	margin-left: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
#menu_1 DIV.menu1-level1-act H3 {
	font-size: 100%;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
}

#menu_1 DIV.menu1-level1-act H3 a {
	color: #FFFFFF;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
	padding: 0px;
	color: #333333;
	display: block;
	width: 180px;
	background-color: #CCCCCC;
	margin-left: 30px;
	margin-bottom: 3px;
	font-size: 90%;
	padding: 2px 0px 2px 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	line-height: normal;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act A{
	padding: 0px;
	color: #FFFFFF;
	display: block;
	width: 180px;
	background-color: #0033ff;
	margin-left: 30px;
	margin-bottom: 3px;
	font-size: 90%;
	padding: 2px 0px 2px 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	line-height: normal;
	font-weight: bolder;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	display: block;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	background-color: #0033ff;
	width: 150px;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 100%;
}

#sectionLinks h3 a{
	color: #FFFFFF;
}

#sectionLinks h3 a:link{
	padding: 2px 0px;
	border-top: 0px solid #cccccc;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks h3 a:visited{
	border-top: 0px solid #cccccc;
	padding: 2px 0px 2px 0px;
}

#sectionLinks h3 a:hover{
	border-top: 0px solid #cccccc;
	color: #000099;
	padding: 2px 0px 2px 0px;
}

#sectionLinks ul{
	padding: 0px 0px 2px 0px;
}

#sectionLinks li{
	padding: 0px;
	color: #333333;
	display: block;
	width: 190px;
	margin-left: 30px;
	margin-bottom: 1px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	line-height: normal;
}

#sectionLinks li a{
	padding: 2px 0px 2px 10px;
	background-color: #CCCCCC;
}

#sectionLinks li a:hover{
	color: #ffffff;
	background-color: #0033FF;
}

/*********** #ergaenzungen ***********/

.tx-mythrepository-pi1-filename a:link, .tx-mythrepository-pi1-filename a:active, .tx-mythrepository-pi1-filename a:visited {
	font-size: 12px;
	font-family: arial,helvetica;
	font-weight:bold;
	color: #000099;
	text-decoration: underline;
}

.tx-mythrepository-pi1-filesize {
	font-size: 12px;
	font-family: arial,helvetica;
	font-weight:bold;
	color: #000099;
}

.tx-mythrepository-pi1-filemod {
	font-size: 12px;
	font-family: arial,helvetica;
	font-weight:bold;
	color: #000099;
}

.tx-mythrepository-pi1-header-row {
	font-size: 12px;
	font-family: arial,helvetica;
	font-weight:bold;
	color: #ffffff;
	background-color: #000099;
}

.tx-mythrepository-pi1-row {
	font-size: 12px;
	font-family: arial,helvetica;
	font-weight:bold;
	color: #ffffff;
	background-color: #CCCCCC;
}