/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px "trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #fff; 	
	text-align: center;
}


/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #54b7d2;		
}
a:visited {
	text-decoration: none;
}
a:hover {
	background: #169dc1; 
	color: #000000;
	border-bottom: 1px dotted #000000;
}

/* headers */
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #fff; 
}

h1 {
	font-family: 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	font-size: 16px;	
	padding: 25px 10px 0 25px;
}
h2 {
	font-size: 100%;
	font-weight: normal;
	color: #fff;
}
h3 {
	font-size: 170%;
	font-weight: normal;
	padding: 10px 10px 5px 20px;
	margin: 0;
}

/* images */
img {
	padding: 5px;
	border: none;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 5px 25px 5px 25px;	
}
tr {
	height: 30px;
}
td {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	border: 0px solid #a29a9f;	
}	
/* end - table c

/* form elements */
form {
	margin: 10px 10px 10px; padding: 10px 10px 10px 10px;
	border: 1px solid #fff; 
	background: #fff; 	
	/*opacity: 0.8;*/
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #d73a7d;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 188px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #c5bcc2 #ebebeb #ebebeb #c5bcc2; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #c5bcc2 #c5bcc2 #ebebeb;
}


/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 
#wrap1 {
	background: url(images/header-logo.gif) no-repeat right top;
	width: 900px;	
	margin: 0 auto;	
} 
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 900px;
	height: 550px;	
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	display: inline;
}

#header {
	position: relative;
	width: 900px;	
	height: 96px;	
	padding: 0;	
	margin: 0 auto;
	background: transparent;
}

/*  Navigation  */
#nav {
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	height: 30px;
	left: 0;
	top: 65px;
	text-transform: uppercase;
}
#nav ul {
	float: left;
	list-style: none;
	width: 900px;		
	height: 30px;
	margin: 0;	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 10px;
	font: bold 12px/30px "Arial", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #000;
}
#nav ul li a:hover, 
#nav ul li a:active {color: #fff; background:  #6abb00; border: none;}
#nav ul li#current a {color: #fff;	background: #f16d0c;}

#disney {
	position: absolute;
	float: right;
	clear: both;
	margin: 0;
	padding: 0;
	height: 30px;
	top: -23px;
	left: 776px;
}
#disney a:hover {background: none; border: none;}

/* Main Column */
#main {
	margin-top: 360px; 
	float: left;
	width: 612px;
	display: inline;
	text-align: justify;
}

#main h2 {
	padding: 0 25px 20px 25px;
	font: normal 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	color: #fff; 
	text-transform: none;
	/*background: url(images/dots.gif) repeat-x left bottom;	*/
}
#main h3 {
	padding: 0 25px 20px 25px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: blink;	/*background: url(images/dots.gif) repeat-x left bottom;	*/
}

#main ul li {
	list-style-image: url(images/points.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 288px;	height: 550px;	
	padding: 0; margin: 0px 0 0 0;		
	display: inline;	
}		

#sidebar ul.sidemenu {
	text-align: left;
	margin: 0px 0px 8px 8px; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	list-style: none;
	/* background: url(images/header.jpg) repeat-x left bottom;*/
	padding: 8px 10px;
	margin: 0;		
}


/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 0;
	margin-top: 10px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
	color: #fff;
	width: 900px;
	float: left;
	background-color:none;
}
#footer-wrap a{
	color: #54b7d2;
	text-decoration: underline;
}
#footer-wrap a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer-content {	
	margin: 0 auto;		
	width: 900px;
	text-align: left;	
}

#footer-content .col {
	width: 700px;
	padding: 0 0 0px 0;			
	display: inline;
}

#footer-content .col2 {
	width: 200px;
	padding: 0 0 0px 0;
	display: inline;
	text-align: right;
}
#footer-content h2 a{
	color: #cccccc; 
	font: normal 85% 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;;
}


/* thumbnails */
p.thumbs{ padding: 10px 0 0 20px; }

.thumbs img { 
	position: relative;
	border: 2px solid #fff;
	padding: 0px;
	/*margin: 6px; */	
	 margin: 0px 12px 12px 0px;
}
.thumbs img:hover	{
	border: 2px solid #169dc1; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


/* footer home */
#footerh-wrap {
	position: relative;
	clear: both;
	width: 900px;
	background-color:#fff;
}

/* infobulle */
a.info{
    position:relative; 
    z-index:24; background-color:#fff;
    color:#169dc1;
    text-decoration:underline}

a.info:hover{z-index:25; color:#000; background-color:#169dc1}

a.info span{display: none}

a.info:hover span{ 
	display:block; 
	position:absolute;
	top:-9em; left:3em; width:16em;
    border:1px solid #169dc1;
    background-color:#000; color:#169dc1;
	font-size:10px;
	font-weight:none;
    padding:10px;
    }
