body {
	background-image: url(../img/raplom-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #333;
	margin: 0;
}
a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	line-height: 36px;
	font-family: baskerville, palatino, 'palatino linotype', georgia, serif;
}
h2 {
	font-size: 20px;
	line-height: 30px;
	font-family: baskerville, palatino, 'palatino linotype', georgia, serif;
}
h3 {
	font-size: 16px;
	line-height: 24px;
	font-family: baskerville, palatino, 'palatino linotype', georgia, serif;
}
#wrapper {
	background: url(../img/space-ripple.jpg) no-repeat;
	display: block;
	background-position: top right;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#inside #wrapper {
	width: 600px;
	padding: 20px 30px;
	margin: 20px auto;
	overflow: auto;
	background: none;
}
#contact #wrapper {
	background: none;
	width: 550px;
	padding: 20px 30px;
	margin: 20px auto;
	background: none;
}
iframe #footer {
	display: none;
}

#email-contact {
	position: absolute;
	top: 10px;
	left: 30px;
}
#phone-contact {
	position: absolute;
	top: 10px;
	right: 30px;
}
#logo {
	text-align: center;
}
.whatwedo {
	width: 50%;
	float: left;
}
#front h2 {
	text-align: center;
	font-size: 36px;
	margin: 0 30px;
	padding: 20px 0;
	border: solid #333;
	border-width: 1px 0;
}
li {
	margin: 10px;
	padding: 0;
	list-style: none;
}
li.diavlo {
	text-align: right;
	}
.whatwedo ul {
	margin: 30px;
	padding: 0;
	font-size: 24px; /* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
	line-height: 36px;
}
ul#standards {
	font-size: 72px;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	line-height: 72px;
}
ul a {
	color: #333;
	text-decoration: none;
}
ul a:hover {
	color: #78AB28;
	text-decoration: none;
}
.offline {
	text-decoration: line-through;
}
#content {
	width: 100%;
	overflow: hidden;
}
#footer {
	width: 100%;
	overflow: hidden;
}
#footer h1 {
	margin: 10px 30px;
	border: solid #333;
	border-width: 1px 0;
	font-weight: bold;
	padding: 20px 0;
	font-size: 28px;
	line-height: 28px;
}
#inside #footer h1 {
	margin: 10px 0;
}
#footer p {
	width: 50%;
	float: left;
}	
#header {
	font-weight: bold;
}
#header img {
	vertical-align: middle;
}
.left {
	margin-left: 30px;
}
.right {
	margin-right: 30px;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.content-image {
	border: solid 1px #333;
	padding: 2px;
	background: #CCC;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#333;}

#colorbox{}
	#cboxContent{margin-top:32px;}
		#cboxLoadedContent{background:#fff; padding:10px;}
                #cboxLoadingGraphic{background:url(/img/loading.gif) center center no-repeat;}
                #cboxLoadingOverlay{background:#000;}
                #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/img/controls.png) 0 0 no-repeat; background-position:-50px 0px; right:0;}
		#cboxClose.hover{background-position:-50px -25px;}
		
/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

html, body  { padding: 0; border: 0px none; }

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }

/*contact form */