/* basic elements */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}
body { 
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 14px;
	color:#777;
	background: #000 url('../images/layout/wood_panel.jpg') repeat-x top left; 
	}
h1 {
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	color:orange;
}
h2 {
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	color:orange;
}
h3 {
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	color:orange;
}
p {
	font-weight:normal;
	font-size:12px;
	line-height: 16px;
}
a {
	text-decoration:none;
	color:orange;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none
	outline:none;
	-moz-outline-style:none;
	border:0;
}

a:hover {
	text-decoration:underline;
}

a:hover img {
	opacity:0.7;
}

img {
	border:0;
}

ins {
	position:absolute !important;
	margin-left:50% !important;
	margin-top:-90px !important;
	left:-364px !important;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
head~body iframe { 
	position:absolute !important;
	margin-left:50% !important;
	margin-top:-160px !important;
	left:-364px !important;
	}
}

/* specific divs */
#page { 
	position: relative;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height:100%;
	background:white url('../images/layout/background.jpg') no-repeat 118px 0;
	margin: 0px auto; 
}
#page div#left { 
	position:absolute;
	width:118px;
	min-height: 100%;
	height:100%;
	margin: 0px; 
	background: #c0c0c0 url('../images/layout/metal.png') repeat-y 0 0;
}

#page div#left span#powerbutton {
	position:absolute;
	width:46px;
	height:46px;
	margin:32px 36px;
	background: transparent url('../images/layout/power_on.png') repeat-y 0 0;
	cursor:pointer;
}

#page #center {
	position:relative;
	width:675px;
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin-left:118px;
	padding:0px;
	background:white url('../images/layout/background.jpg') no-repeat 0 0;
	overflow-x:hidden;
}

#page #center #top {
	height:130px;
}

#page #center #top #logo {
	position:absolute;
	width:174px;
	height:80px;
	margin-left:25px;
	margin-top:35px;
	background:transparent url('../images/logos/belcampo_logo.png') no-repeat 0 0;
}

#page #center #top #logo h1 {
	display:none;
}

#page #center #top #form {
	position:absolute;
	width:423px;
	height:68px;
	margin-left:252px;
	margin-top:62px;
	background:transparent url('../images/layout/login.png') no-repeat 0 0;
}

#page #center #top #form form fieldset {
	padding:0px;
	padding-bottom:3px;
	margin-left:25px;
	margin-right:18px;
	margin-top:8px;
	color:#e0e0e0;
	border:0 none;
}

#page #center #top #form form fieldset legend {
	color:#e0e0e0;
	font-weight:bold;
}

#page #center #top #form form fieldset div label {
	font-size:11px;
	line-height:16px;
}

#page #center #top #form form fieldset div {
	float:left;
	padding-top:4px;
	padding-left:3px;
}

#page #center #top #form form fieldset div input#client_id {
	width:146px;
}

#page #center #top #form form fieldset div input#client_pass {
	width:146px;
}

#page #center #top #form form fieldset div input#login_submit {
	width:50px;
}

#page #center #top #lampe {
	position:absolute;
	margin-left:140px;
	margin-top:9px;
	width:167px;
	height:155px;
	z-index:10;
	background:transparent url('../images/layout/lampe_aus.png') no-repeat 0 0;
}

#page #center #top #lampe #licht {
	position:absolute;
	width:167px;
	height:155px;
	z-index:20;
	background:transparent url('../images/layout/lampe.png') no-repeat 0 0;
}

#page #center #menu {
	position:relative;
	width:675px;
	height:80px;
	margin:0px;
	padding:0px;
	background:orange url('../images/navi/navi_o.jpg') no-repeat 0 0;	
}

#page #center #menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#page #center #menu ul li {
	display:inline;
}

#page #center #menu ul li a {
	display:block;
	float:left;
	height:80px;
	border:0;
	margin:0;
	padding:0;
}

#page #center #menu ul li a span {
	display:none;
}

#page #center #menu ul li a#home {
	width:73px;
	background:transparent url('../images/navi/home.jpg') no-repeat 0 0;	
}

#page #center #menu ul li a#grafik {
	width:73px;
	background:transparent url('../images/navi/grafik.jpg') no-repeat 0 0;	
}

#page #center #menu ul li a#animation {
	width:93px;
	background:transparent url('../images/navi/animation.jpg') no-repeat 0 0;	
}

#page #center #menu ul li a#scripting {
	width:99px;
	background:transparent url('../images/navi/scripting.jpg') no-repeat 0 0;	
}

#page #center #menu ul li a#service {
	width:72px;
	background:transparent url('../images/navi/service.jpg') no-repeat 0 0;	
}

#page #center #menu ul li a#verlag {
	width:78px;
	background:transparent url('../images/navi/verlag.jpg') no-repeat 0 0;	
}

#page #center #menu ul li a#kontakt {
	width:80px;
	background:transparent url('../images/navi/kontakt.jpg') no-repeat 0 0;	
}

#page #center #menu ul li a#impressum {
	width:107px;
	background:transparent url('../images/navi/impressum.jpg') no-repeat 0 0;	
}

#page #center #content {
	position: relative;
}

#page #center #content span {
}

#page #center #content span div.left, #page #center #content span div.right {
	position:relative;
	float:left;
	margin:25px;
	padding:0px;
}

#page #center #content span div div.box {
	position:relative;
	margin:0px;
	margin-bottom:25px;
	padding:0px;
	background-color:white;
	border:1px solid #bbb;
}

#page #center #content span div div.box ul.ul {
	line-height:1.6em;
	padding-right:25px;
}

#page #center #content span div div.box h2 {
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#page #center #content span div div.box h3 {
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#page #center #content span div div.box p {
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
}

#page #center #content span div.left {
	clear:both;
}
#page #center #content span div.right {
	margin-left:0px;
	margin-right:0px;
}

#page #center #copyright {
	clear:both;
	width:100%;
	padding-top:120px;
	padding-bottom:25px;
	text-align:center;
}

#page #right {
	position:absolute;
	width:7px;
	background: #c0c0c0 url('../images/layout/border.jpg') repeat-y 0 0;
	min-height: 100%;
	height:100%;
	bottom:0px;
	margin-left:793px;
}

#loader {
	position:absolute;
	top:50%;
	left:50%;
	width:43px;
	height:11px;
	background:transparent url('../images/symbols/ajax-loader.gif') no-repeat top left;
	opacity:0;
}


/* MooFlow */
#MooFlow {
	width:100%;
	height:190px;
	background:url('../js/mootools/extensions/mooflow/skins/default/bg.png') no-repeat 0 0;
}
span.topbar {
	position:absolute;
	float:left;
	z-index:15;
	width:400px;
	height:17px;
}

span.topbar span {
	background-color:white;
	width:50%;	
	height:17px;
	float:left;
}
span.topbar span#ecke {
	position:absolute;
	background:transparent url('../js/mootools/extensions/mooflow/skins/default/ecke.png') no-repeat 0 0;
	margin:0;
	left:50%;
	border:0;
	padding:0;
}

#MooFlow span#features {
	background:url('../js/mootools/extensions/mooflow/skins/default/shine.png') no-repeat 100% 0%;
	position:absolute;
	padding:15px;
	padding-left:56%;
	text-align:left;
	margin:0;
	margin-top:-60px;
	right:0;
	min-height:185px;
	color:#777;
}

#MooFlow #features ul.list {
	list-style-type:none;
	margin-top:-5px;
	margin-left:-50px;
	font-size:11.5px;
	line-height:14px;
}
#MooFlow #features ul.list li {
		line-height:14px;
		background:url('../images/symbols/haken.png') no-repeat 0 8px;
		padding:10px 0px 5px 25px;
}

#map {
	width:603px;
	height:360px;
	margin:10px;
}
#map div.gmnoprint {
	max-width:603px;
}
#map div span {
	white-space:normal;
}

form {
		margin-top:10px;
		margin-left:10px;
}
label {
	clear:both;
	display:block;
	line-height:2em;
}
label.inline {
	float:left;
	width:50px;
}
label.newline {
	clear:both;
	width:100px;
}
input#name {
	width: 220px;
	border:1px solid lightgrey;
}
input#email {
	width: 220px;
	border:1px solid lightgrey;
}

textarea#message {
	clear:left;
	max-width: 275px;
	min-width: 275px;
	width: 275px;
	max-height:100px;
	min-height:100px;
	height:100px;
	border:1px solid lightgrey;
	margin-bottom:10px;
}

form span {
		display:block;
		line-height:2em;
}
form span.right {
	display:block;
	text-align:right;
	margin-right:10px;
}

#pagepeel {
	float:right;
}

