/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('xtypo/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('xtypo/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('xtypo/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('xtypo/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('xtypo/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('xtypo/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('xtypo/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('xtypo/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('xtypo/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('xtypo/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('xtypo/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('xtypo/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
body
{
	margin: 0px;
	padding: 0px;
	background: url('../graphics-main/bodyBackTile.png');
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
strong
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
}
div#container
{
	margin: 0px auto;

	width: 900px;
	color: #656565;
}
div#head
{
	height: 220px;
	}
	div#head img
	{
		margin: 80px 0 0 67px;
		}
div#left
{
	width: 365px;
	margin: 75px 0px 0px 0px;
	float: left;
	font-weight: 300;
	}
	div#left p
	{
		margin: 0px;
		}
	div#left a
	{
		text-decoration: none;
		color: #656565;
		text-transform: uppercase;
		}
	div#menu
	{
		font-size: 16px;
		line-height: 48px;
		width: 185px;
		
		float: left;
		text-align: right;
		
		}
		div#menu p
		{
			
			}
			div#menu p a
			{
				padding: 5px 14px;
				}
			div#menu p a.selected, div#menu p a:hover.selected
			{
				padding: 4px 13px;
				border: 1px solid #012958;
				background: #fff;
				color: #012958;
				cursor: default;
				}
				div#menu p a:hover
				{
					background: #012958;
					color: #cfcfcf;
					}
	div#lowermenu
	{
		font-size: 11px;
		line-height: 30px;
		margin-top: 100px;
		margin-right: 5px;
	}
	div#submenu
	{
		padding-top: 11px;
		font-size: 11px;
		line-height: 30px;
		width: 155px;
	
		float: right;
		text-align:left;
		}
		div#submenu p
		{
			
			}
			div#submenu p a, div#lowermenu p a
			{
				padding: 3px 9px;
				}
			div#submenu p a.selected, div#submenu p a:hover.selected,
			div#lowermenu p a.selected, div#lowermenu p a:hover.selected
			{
				padding: 2px 8px;
				border: 1px solid #012958;
				background: #fff;
				color: #012958;
				cursor: default;
				}
				div#submenu p a:hover, div#lowermenu p a:hover
				{
					background: #012958;
					color: #cfcfcf;
					}
div#right
{
	width: 460px;
	margin: 75px 60px 0px 0px;
	float: right;
	font-weight: 300;
	}
	div#right h1
	{
		font-size: 26px;
		line-height: 36px;
		font-weight: 300;
		margin: 0px 0 30px 0;
		text-transform: uppercase;
		padding-left: 10px;
		width: 420px;
		}
	div#right h2
	{
		font-size: 16px;
		line-height: 30px;
		font-weight: 300;
		margin: 0px 0 20px 0;
		padding-left: 10px;
		width: 420px;
		}
	div#right p
	{
		font-size: 13px;
		line-height: 24px;
		padding-left: 10px;
		width: 420px;
		}
	div#right p.authoringList
	{
		font-size: 11px;
		line-height: 14px;
		padding-left: 10px;
		width: 420px;
		}
	div#right a
	{
		text-decoration: none;
		color: #012958;
		border-bottom: 1px solid #012958;
		}
	div#right a:hover
	{
		text-decoration: none;
		color: #656565;
		border-bottom: 1px solid #656565;
		}
	div#right img.small
	{
		width: 130px;
		height: 110px;
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 20px;
		margin-bottom: 10px;
		border: 1px solid #fff;
	}
	div#right img.large
	{
		width: 434px;
		height: 315px;
		margin-top: 10px;
		margin-left: 0px;
		margin-bottom: 10px;
		border: 1px solid #fff;
	}
	
	div#right img.reactio
	{
		margin-top: 10px;
		margin-left: 0px;
		margin-bottom: 10px;
		border: 1px solid #fff;
	}
	
	div#right img:hover.large,
	div#right img:hover.small
	{
		cursor: pointer;
	}
div#foot
{
	height: 50px;
	margin-top: 75px;
	background: url('../graphics-main/footerBack.png') no-repeat;
	}
/* --- BROWSER SPECIAL STUFF --- */
div#menu p a,
div#submenu p a,
div#menu p a:hover,
div#submenu p a:hover,
div#lowermenu p a,
div#lowermenu p a
{
	-webkit-transition:background .7s;
	-moz-transition:background .7s;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	}
div#submenu p a,
div#submenu p a:hover,
div#submenu p a.selected,
div#lowermenu p a,
div#lowermenu p a:hover,
div#lowermenu p a.selected
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	}
div#right img.small,
div#right img.large,
div#right img.reactio
{
	-webkit-box-shadow: 0px 0px 12px #888;
	-moz-box-shadow: 0px 0px 12px #888;
	-o-box-shadow: 0px 0px 12px #888;
	box-shadow: 0px 0px 12px #888;
}
/*
//  --  LIGHTBOX
*/

#lightOverlay
{
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	background-color: #fff;
	opacity:0.9;
}
#lightFullview
{
	position: absolute;
	top: 0px;
	left:  0px;
	z-index: 100;
	width: 0px;
	height: 0px;
	background-repeat:no-repeat;
	-webkit-box-shadow: 0px 0px 12px #737373;
	-moz-box-shadow: 0px 0px 12px #737373;
	box-shadow: 0px 0px 12px #737373;
	overflow: auto;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	background-position: center center;
	background-size:100% 100%;
}
#lightButtons
{
	border: 1px dashed #cecece;
	width: 190px;
	height: 32px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	opacity:0.55;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}
#lightButtons:hover
{
	opacity: 0.9;
	-webkit-box-shadow: 0px 0px 4px #777;
	-moz-box-shadow: 0px 0px 4px #777;
	box-shadow: 0px 0px 4px #777;
	border: 1px dashed #fff;
}
#lightButtons.showNo
{
	opacity:0;
}
#btnWest, #btnEast,#btnClose,#btnShare
{
	height:32px;
width:32px;
	font-size: 14px;
	line-height:25px;
	cursor:pointer;
	opacity:0.5;
	float:left;
}
#btnWest
{
	background-image: url(../graphics-main/btnGoWest.png);
	background-repeat: no-repeat;
}

#btnEast
{
	background-image: url(../graphics-main/btnGoEast.png);
	background-repeat: no-repeat;
}
#btnShare
{
}
#btnClose
{
	background-image: url(../graphics-main/btnClose.png);
	background-repeat: no-repeat;
	float:right;
}

#btnWest:hover, #btnEast:hover,#btnClose:hover,#btnShare:hover
{
	opacity:0.99;
}

/*
//  --- KONTAKTFORMULAR
*/
div#right p.formDesc
{
	font-size: 11px;
	line-height: 14px;
	width: 100%;
	margin:0px 0px 4px 0px;
}
input.inputReg
{
	margin:0px 0px 14px 10px;
	font-size: 18px;
	line-height: 24px;
	width: 400px;
	background-color: #efefef;
	border: 1px solid #fff;
	color: #777;
}
textarea.textReg
{
	margin:0px 0px 14px 10px;
	font-size: 18px;
	line-height: 24px;
	width: 400px;
	height: 250px;
	resize:none;
	background-color: #efefef;
	border: 1px solid #fff;
}
input.inputBtn
{
	margin:0px 0px 14px 10px;
	font-size: 16px;
	line-height: 24px;
	width: 400px;
	font-weight: 300;
	border: 1px solid #012958;
background-color: #fff ;
color: #012958;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
		-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
input:hover.inputBtn
{
	border: 1px solid #012958;
cursor: pointer;
	background-color: #012958;
	color: #cfcfcf;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

