@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');




html{
	background: #251b62 url(gfx/backgrounds/bg.jpg) center center no-repeat;
	min-height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	
	position: relative;
	font-family: 'Abel', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1em;
	letter-spacing: 0.05em;
}



#container {
	display: block;
	margin: 0 auto;
	width: 980px;
	height: auto;
}

#header {
	display: block;
	padding-top: 100px;
}

	.head-left{
		float: left;
		width: 460px;
	}
	
	.head-right{
		float: left;
		width: 520px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	
		#navi{
			
		}

#content {
	display: block;
	width: 1005px;
	height: auto;
}

#contentleft {width: 430px;
	height: auto;
	background-color: #FFFFFF;
	float: left;
	margin-top: 10px;
}

#contentright {width: 535px;
	height: auto;
	background-color: none;
	float: left;
	margin-top: 0px;
}


.textleft {
	color: #251b62;
	padding: 12px 10px 9px 10px;
	}

.textright {
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

.titel {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}


.navitext {
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 23px;
}


p{
	margin: 0 0 0.9em 0;
	padding: 0px;
	display: block;
}


a {
	color: rgba(153,153,255,1);
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: rgba(153,153,255,.5);
}


a.content {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
}

a.left {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}



.navi {width: auto;
	float: left;
}

.subnavi {width: auto;
	float: left;
	margin-top: 3px;
}

.active {
	color: #FFFFFF;
	/*font-style: italic;*/
}

.active:hover {
	color: #FFFFFF;
	font-weight: bold;
}


a.navi:link    {
	color: rgba(153,153,255,1);
	text-transform: uppercase;
}

a.navi:visited {
	color: rgba(153,153,255,1);
	text-transform: uppercase;
}

a.navi:hover   {
	color: rgba(153,153,255,.5);
	font-weight: bold;
	text-transform: uppercase;
}




a.left:link{
	color: rgba(153,153,255,1);
	text-transform: uppercase;
}

a.left:visited{
	color: rgba(153,153,255,1);
	text-transform: uppercase;
}

a.left:hover{
	color: #251b62;
	text-transform: uppercase;
}



.bodytext {
	color: #FFFFFF;
}



a.extlink:link    {
	color: rgba(153,153,255,1);
}

a.extlink:visited {
	color: rgba(153,153,255,1);
}

a.extlink:hover   {
	color: #FFFFFF;
	font-weight: bold;
}

a.extlink:active  {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}




.newslist{
	float: left;
	margin-bottom: 10px;	
}


/* mailform */

.csc-mailform {
	border: 0px;
	margin: 0;
	padding: 20px 0 0 0;
	width: 535px;
}


.csc-mailform-field{
	width: 535px;
}




.csc-mailform label{
	clear: both;
	float: left;
	height: 13px;
	width: 160px;
	padding: 8px 0 8px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}



.csc-mailform-field input{
	width: 373px;
	height: 25px;
	margin: 3px 0 3px 0;
	border: 0px;
	background: #FFFFFF;

}




.csc-mailform-field textarea{
	width: 371px;
	min-height: 120px;
	margin: 3px 0 3px 0;
	background: #FFFFFF;
	border: 0px;

}


.csc-mailform .csc-mailform-submit {
	font-weight: normal;
	font-family: 'Abel';
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 0.05em;


	width: 375px;
	min-height: 32px;
	padding: 5px 0 8px 0;

	margin-left: 160px;
	background: rgba(153,153,255,1);
	color: #fff;
}




.csc-mailform .csc-mailform-submit:hover {
	background: rgba(153,153,255,.5);
	color: #fff;
	cursor: pointer;
}

 
