@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Lucida, Helvetica, Arial;
	width: 100%;
	background: #fcfcfb; /* Old browsers */
	background: -moz-linear-gradient(45deg, #fcfcfb 0%, #e7e2e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #fcfcfb 0%,#e7e2e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #fcfcfb 0%,#e7e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfb', endColorstr='#e7e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size:0.85rem;
	line-height:1.2rem;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}

img {
	max-width:100%;
	}


#navi {
	width: 250px;
	margin-top: 80px;
	float: left;
	text-align: right;
}
.rightcol img {
	height: auto;
	width: 48%;
	margin-right: 2%;
	float: left;
}
a {
	color: #0C90B6;
	text-decoration: none;
}
a:hover {
	color: #0C90B6;
	text-decoration: underline;
}



#outer {
	position: relative;
	min-height: 100vh;
	max-width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	text-align:center;}

.leftcol  img      {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5 {
	color: #0C90B6;
	font-weight: normal;
	}

h1 {
	font-size: 1.2rem;
	margin: 25px 0 15px 0;
	padding: 0px;
}

h2 {
	font-size: 1.0rem;
	margin: 22px 0 10px 0;
	padding: 0px;
}

h3 {
	font-size: 1.0rem;
	font-variant:small-caps;
	margin: 20px 0 5px 0;
	padding: 0px;
}

h4 {
	font-size: 0.95rem;
	font-weight:bold;
	color:#999999;
	margin: 10px 0 2px 0;
	padding: 0px;
}

h5 {
	font-size: 0.95rem;
	margin: 15px 0 2px 0;
	padding: 0px;
}

p {
	margin: 8px 0 12px 0;
	padding: 0px;}


.leftcol {
	float: left;
	width: 100%;
	color: #0C90B6;
}

.rightcol {
	width: 100%;
	color: #965D88;
	text-align: justify;
}
#CollapsiblePanel3 .rightcol p{
	text-align:left;	
}
.box   .foot {

}
.box {
	width: 100%;
	margin-bottom: 30px;
}
a {
	color: #BFA1B6;
	text-decoration: none;
}
a:hover {
	color: #965D88;
	text-decoration: underline;
}


#main {
	float:left;
	width:100%;
	color: #999999;
}
#style-l{
	float:left;
	width:100%;
	display:none;
	}

#style-r{
	float:left;
	width:100%;
	display:none;
	}

#outer #head #facebook {
	margin-right: 10px;
	margin-left: 10px;
}
#outer #head #xing {
	margin-right: 280px;
}
#footer   {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #BFA1B6;
	text-decoration: none;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	font-family: inherit;
	background-color: #ffffff;
	font-family: inherit;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	width:100%;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	height: 2.3125rem;
	box-sizing: border-box;
	transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
	font-size: 0.80rem;
}
textarea{
	min-height: 50px;
}

.btn {
  background: #eddce9;
  background-image: -webkit-linear-gradient(top, #eddce9, #c8acc1);
  background-image: -moz-linear-gradient(top, #eddce9, #c8acc1);
  background-image: -ms-linear-gradient(top, #eddce9, #c8acc1);
  background-image: -o-linear-gradient(top, #eddce9, #c8acc1);
  background-image: linear-gradient(to bottom, #eddce9, #c8acc1);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #965d88;
  padding: 10px 20px 10px 20px;
  border: solid #edd7f2 1px;
  text-decoration: none;
}

.btn:hover {
  background: #bd91b0;
  background-image: -webkit-linear-gradient(top, #bd91b0, #965b85);
  background-image: -moz-linear-gradient(top, #bd91b0, #965b85);
  background-image: -ms-linear-gradient(top, #bd91b0, #965b85);
  background-image: -o-linear-gradient(top, #bd91b0, #965b85);
  background-image: linear-gradient(to bottom, #bd91b0, #965b85);
  text-decoration: none;
  color:#ffffff;
  cursor:pointer;
}

@media only screen and (min-width: 600px) {
	#main {
	float:left;
	width:50%;
}
#style-l{
	float:left;
	width:25%;
	display:block;
	}

#style-r{
	float:left;
	width:25%;
	display:block;
	}

.leftcol {
	width: 25%;
}

.rightcol {
	width: 70%;
	margin-left: 30%;
}	
	}
