/** main text formating for pages **/
body,td,tr,p, div { 
	font-family: "Open Sans", Helvetica, Arial, sans-serif; 
	font-size: 12px; 
}

body{
	scrollbar-track-color: #CCCCFF;
	scrollbar-face-color: #003399;
	scrollbar-arrow-color: #000066;
	scrollbar-highlight-color: #003399;
	scrollbar-3dlight-color: #000066;
	scrollbar-shadow-color: #003399;
	scrollbar-darkshow-color: #003399;
	scrollbar-base-color: #003399;
}

h1{
	font-size: 20px;
	color: #1e73be;
}
h2{
	font-size: 18px;
	color: #1e73be;
}
h3{
	font-size: 16px;
	color: #1e73be;
}
h4{
	font-size: 14px;
	color: #1e73be;
}
h5{
	font-size: 12px;
	color: #1e73be;
}

.menuHeader{
	color: #FFFFFF;
	font-weight: bold;
}

.menuNoContent{
	color: #FFFFFF;
}

.searchHeader{
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}
.searchModulHeader{
	color: #003399;
	font-weight: bold;
}
.newsIntro{
	color: #FF9900;
	font-weight: bold;
}


a:link	{	color:#003399; text-decoration: none; }
a:visited	{	color:#003399;	text-decoration: none; }
a:hover	{	color: #FF9900; text-decoration: none; }
a:active	{	color:#003399;	text-decoration: none; }

a.path:link	{	color:#FFFFFF; text-decoration: none; }
a.path:visited	{	color:#FFFFFF;	text-decoration: none; }
a.path:hover	{	color: #FF9900; text-decoration: none;  }
a.path:active	{	color:#FFFFFF;	text-decoration: none; }

a.nohover:link	{	color:#003399; text-decoration: none; }
a.nohover:visited	{	color:#003399;	text-decoration: none; }
a.nohover:hover	{	color: #003399; text-decoration: none; }
a.nohover:active	{	color:#003399;	text-decoration: none; }

p.info1{
	color: #FFFFFF;
}

p.info2{
	color: #000000;
}

.error{
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: Red;
	padding: 5px;
	border: solid;
	border-width: 2px;
	border-color: Red;
}

.pre_kurse{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 	
}


.contendDiv {
	/*background: rgba(242,242,242,1);*/
	/*border: 2px solid rgba(73, 73, 149, 1);*/
	/*border: 2px solid #1e73be;*/
	/*border-radius: 8px;*/
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	position:absolute;
	left:0px;
	top:0px;
	overflow: hidden;
	/*padding:10px;*/
	width:700px;
	/*width:calc(100% - 40px);*/
	/*margin:20px;*/
	transform-origin: 0px 0px;
}

.sel1 {
	margin-top: 10px;
}

.kursHeader {
	background: #1e73be;
	width: 100%;
	color: rgba(242,242,242,1);
	border-radius: 8px;
	overflow: hidden;
}

.kursTitle {
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 16px; 
	padding-bottom: 10px;
}

.kursBody {
	background: rgba(242,242,242,1);
	width: 100%;
	margin-top:6px;
	border-radius: 8px;
	overflow: hidden;
}

.kursBody1 {
	background: #1e73be;
	color: rgba(242,242,242,1);
	width: 100%;
	margin-top:6px;
	border-radius: 8px;
	overflow: hidden;
}

.kursContent {
	padding-left: 10px;
	font-weight: bold;
}

.kursContent1 {
	position: relative;
	left: 10px;
	width: calc(100% - 20px);
	height: 130px;
	/*background: #FF0;*/
	overflow: hidden;
}

.kursContent2 {
	position: relative;
	left: 10px;
	width: calc(100% - 20px);
	height: 300px;
	/*background: #FF0;*/
	overflow: hidden;
}

.kursBtn {
	padding-left: 10px;
	padding-bottom: 10px;
}

.kursListTitle {
	position: relative;
	left:4px;
	top: 4px;
	height:20px;
	font-size:13px;
	font-weight: bold;
}

.kursListBtn {
	position: absolute;
	right:10px;
	top:0px;
	z-index: 100;
}

.kursListInfo {
	position: relative;
	left:16px;
	top:4px;
	width: calc(100% - 16px);
	margin-top: 2px;
	overflow: hidden;
	/*background: #FF0;*/
}

.kursListInfo1 {
	float: left;
	left:0px;
	top:0px;
	width: 120px;
	font-weight: bold;
	/*background: #F0F;*/
}

.kursListInfo2 {
	float: left;
	left:0px;
	top:0px;
	width: 120px;
	/*background: #FCF;*/
}

.kursListInfo3 {
	float: left;
	left:0px;
	top:0px;
	width: 400px;
	/*background: #CCF;*/
}

.kursListInfo4 {
	float: left;
	left:0px;
	top:0px;
	width: 520px;
	/*background: #8CF;*/
}

.kursInputField {
	border: 1px solid #1e73be;
	border-radius: 4px;
	width:400px;
	height:24px;
	padding-left: 4px;
}

.kursListPopUp{
	/*float: left;*/
	position: absolute;
	top:40px;
	left:24px;
	width: 0px;
	height:0px;
	z-index:200;
}
.kursListPopUp.faber {
	width: 520px;
	height: 295px;
	/*background: #8CF;*/
	background: url("../images/fabernr.png");
	background-repeat: no-repeat;
	background-size: 520px 260px;
	background-position: 0px 30px; 
}

.btn {
	margin-top: 16px;
	margin-left: 4px;
	border: 2px solid #1e73be;
	border-radius: 4px;
	background-color: #E0E0E0;
	color: #1e73be;
	padding: 7px 14px;
	font-size: 14px;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .btn:hover {
	background: #1e73be;
	color: #CCC;
  }

  .btn:active {
	transform: translateY(2px);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
  }

