@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#808080;
	width:100%;
}

* html, * html body {
    background-color:#FFFFFF;
    padding:0;
    margin:0;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size:11px;
    color:#808080;
    width:100%;
    height:100%;
    overflow:hidden;
}

#overall {
	padding: 0px;
	margin: 0px;
}

* html #overall {
    padding:0;
    height:95%;
    overflow:auto;
    width: 1250px;
}

#header
{
	background-color:#FFFFFF;
	width:100%;
	height:80px;
	padding:0;
	margin:0;
}

#footer
{
	clear:both;
	background-color:#FFFFFF;
	width:100%;
	height: 20px;
	margin:0;
	position:fixed;
	bottom: 0px;
}

* html #footer {
    clear:both;
    background-color:#FFFFFF;
    width:1250px;
    margin:0;
    bottom: 0px;
    height:5%;
    padding-top:1%;
}

.titel
{
	float: left;
	padding: 0px;
	margin-left: 25px;
	width:auto;
	color:#606060;
}

.address 
{
	float:right;
	margin-right: 35px;
	color:#606060;
}

.facebook-img {
	margin:0;
	height:12px;
	width:12px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	min-width: 1200px;
	padding:0px;
}

#logo
{
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height:50px;
	width:180px;
	float: right;
	margin-top:24px;
	margin-right:30px;
}

#navigation
{
	/*height: 76%;*/
	width: 650px;
	float: left;
	color:#0033CC;
	text-align: left;
	/*border: 1px solid blue;*/
}

#canvas {
	color:#00FFFF;
	/*width: 800px;
	height: 700px;*/
	/*border: 1px solid red;*/
	margin-left: auto;
	margin-right: auto;
	margin-top:auto;
	margin-bottom:auto;

}

#content
{
	background-color:#FFFFFF;
	width: 505px;
	height: 580px;
	overflow:visible;
	position:relative;
	float:right;
	padding-right: 10px;
	margin:90px 25px 0px 0px;
	text-align: right;
	/*border: 2px solid #FBFBFB;*/
}

h1
{
	margin: 0px;
	padding-bottom:5px;
	width: 100%;
	/*color:#00B1E1;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
}

h2
{
	margin: 0px;
	padding-bottom:5px;
	width: 100%;
	/*color:#00B1E1;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}

h3
{
	margin: 0px;
	padding-bottom:0px;
	width: 100%;
	/*color:#00B1E1;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
}

p {
	padding: 0px;
	padding-bottom: 4px;
	margin: 0px;
}

blockquote p {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

blockquote {
	font-style: italic;
	padding: 0px;
	padding-left: 100px;
	margin: 0px;
	font-size: 12px;
}

#standardmenu
{
	font-size:15px;
	float:right;
	margin-top:47px;
	margin-right:20px;
	visibility:hidden;
}

div.csc-header {
	padding: 0px;
	margin: 0px;
	height: 35px;
	overflow: hidden;
}

div.csc-textpic {
	clear:both;
	
}

div.csc-textpic-text {
	padding-top: 0px;
}

.csc-textpic-image {
	padding-bottom: 10px;
}
/*
#nav
{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}


#nav li
{
display: inline;
margin: 10px;
padding: 0;
}
 
#nav a, #nav a:link, #nav a:visited
{
color:#999999;
font-size:16px;
display: inline;
text-decoration:none;
}

#nav a:hover, #nav a:active
{
color:#4e8aad;
}*/

ul.menu, ul.menu ul {
    list-style-type: none;
	visibility:hidden;
}

ul.menu a {
    display: block;
	padding-left:10px;
    font-weight:normal;
	color:#999999;
	font-size:16px;
	text-decoration:none;
	visibility:hidden;
}

ul.menu ul a {
    padding: 5 10px;
	color:#FFFFFF;
	visibility:hidden;
}

ul.menu li {
    padding:0;
    margin:0;
    float:left;
	visibility:hidden;
}

ul.menu ul {
    margin-left:0;
    padding: 0 0 5px 0;
    position: absolute;
    background-color: #00B1E1;
    display:none;
    min-width:140px;
	visibility:hidden;
}


ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
	font-size: 7;
	visibility:hidden;
}

div.menu div.hover, div.menu div.hover div, div.menu div:hover div  {
    display:block;
	visibility:hidden;
}


ul.menu ul li {
    float:none;
    background-color: transparent;
	visibility:hidden;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	float:left;
	overflow:hidden;
	width: 385px;
	height:100px;
	margin-bottom: 10px;
	margin-right: 0px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:400px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px 7px 10px 0px;
	background-color:#fff;
	padding:2px;
	width:120px;
	height:90px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/scrollbutton.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:34px 0px 52px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left		{ margin-left: 55px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 

a img {
	border:0px;
}

a {
	color: #606060;
	text-decoration: none;
}

a:hover {
	color: #0188cc;
}
