* {
	font-family: "OpenSansRegular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	cursor: default;
	text-decoration: none;
	outline: none;
	line-height: 16px;
	-moz-user-select: text;
}


a {
	cursor: hand;
	cursor: pointer;
	color: #275478;

}
a:hover {
	text-decoration:underline;
}
a > img {
	cursor: hand;
	cursor: pointer;
}


body, html {
	background-color: #303030;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	scrollbar-face-color: #828d95;
	scrollbar-highlight-color: #244e71;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-shadow-color: #244e71;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #EEE;
	background-image: url(design/repbg.png);
}
textarea {
resize:none;
} 
#contentframe {
	margin-top: 0px;
	margin-bottom: 0px;
}
#pageframe {
	background-image: url(design/pagebg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 80px;
}
#copyrightframe {

	width: 1000px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#pagebgbottom {
	background-image: url(design/pagebgbottom.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 1000px;
	height: 70px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 80px;
}

#logo {
	background-image: url(design/spectrum_video_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 45px;
	width: 208px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.kontakt_error {
 color: #FF0000;
}


#navframe {
	/* background-color:#999999;*/ 
	margin-left: auto;
	height: 32px;
	width: auto;
	margin-bottom:0px;
	text-align: right;
	clear:both;
}

#navflr {
	/* background-color:#336611; */ 
	float:right;
	margin: 0px;
	margin-right:30px;
	margin-left:auto;
	clear:both;
}
.nav_button{
	position:relative;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	margin-right:0px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	padding-top: 6px;
	height:26px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-top-left-radius: 32px;
	-webkit-border-top-right-radius: 32px;
	-moz-border-radius-topleft: 32px;
	-moz-border-radius-topright: 32px;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
	
	cursor: hand;
	cursor: pointer;
	
}
.nav_button_hover{
	color: #000;
	background-color: #244e71;
	position:relative;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	margin-right:0px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	padding-top: 6px;
	height:26px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
	
	cursor: hand;
	cursor: pointer;
}
.nav_button:hover {
	background-color: #244e71;	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	
}

.nav_button_active {
	background-color: inherit;
	position:relative;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	margin-right:0px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	padding-top: 6px;
	height:26px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	
	cursor: hand;
	cursor: pointer;

}

.navlink_nav_button {
	-webkit-transition:color 0.3s ease-in-out;
	-moz-transition:color 0.3s ease-in-out;
	-o-transition:color 0.3s ease-in-out;
	transition:color 0.3s ease-in-out;
	
    font-family: "OpenSansSemibold", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	
	text-decoration: none;
	
	cursor: hand;
	cursor: pointer;
}
.navlink_nav_button_hover {
	-webkit-transition:color 0.3s ease-in-out;
	-moz-transition:color 0.3s ease-in-out;
	-o-transition:color 0.3s ease-in-out;
	transition:color 0.3s ease-in-out;
	
    font-family: "OpenSansSemibold", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	text-decoration: none !important;
	
	cursor: hand;
	cursor: pointer;
}

#navborder {
	background-color: #244e71;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 9px;
	width: auto;
	overflow: hidden;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.referencespot{
width:240px;
height: 80px;
float:left;
margin:2px;
padding: 2px;
/* border: solid 1px #999; */
}
.reftitle {
font-size: 18px;
font-weight: normal;
color: #333333;

}
@media print {
  body {
       color: #000;
       background-color: #FFF;
  }

}

