/*
Title: 		
Updated: 	
Version: 1.0
Author: yse
*/

* {margin: 0; padding: 0;}

html { background: #FDCF9F url('../images/html.bg.jpg') repeat-x top left;}
body { 
	display:table;
	background: url('../images/body.bg.gif') repeat-x bottom center;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align:center;
}

img { border: 0;}
hr { display:none; }

#header { background: url('../images/header.gif') no-repeat 100px 0 ; height: 145px;}
	#header h1, #header p { display:none;}
	
	#main { height: 405px; width: 100%; background: url('../images/wrapper-right.bg.jpg') no-repeat top right;  position: relative;}

#links { position:absolute; bottom:15px; right:5px; color: #666666;  font-size: 11px; }
#links a { color: #666; text-decoration:none;}
#links a:hover { text-decoration:underline;}


h1 { font-size: 15px; margin-bottom: .5em;}
#content { position:absolute; right: 5px; width: 275px; height: 350px; top: 20px; color: #FFF; line-height:1.5em; overflow:auto; font-size: 11px; padding-right: 5px;}
p { margin-bottom: 1em;}
#content a { color: #66CCFF;}
#content img { border: 1px solid #FFF;}

p.kader { border:solid; padding: 4px; }

#wrapper {width: 980px;margin: 10px auto 0 auto;text-align:left; height: 780px}

/* header
------------------------------------------------------------- */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #ED1C24;
	background-color: #FFF;
	font-size: 11px;
	padding: 5px 10px;
	opacity: 0.85;
	color: #660066;
}
#tooltip h3, #tooltip div { margin: 0; }

/* footer
------------------------------------------------------------- */
#footer { clear:both;}
#footer a {}
#footer a:hover { }

/* forms
------------------------------------------------------------- */
form, fieldset, input,select,textarea { font-family: Verdana,arial,sans-serif;}
fieldset {border:0;}
legend {display:none;}
input, textarea {}
input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus { }