/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#545454;
	background:#000;
}
dfn {
	font-style:normal;
}
a img {
	border:none;
}
a.glossary {
	text-decoration:none;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#003D7F;
}

#site{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#center {
	margin-left: -500px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 1000px;
	height: 600px;
}
#container-bottom {
	position:absolute;
	bottom:20px;
	left:0;
	height:80px;
	width:1000px;
	overflow:hidden;
}
#container-bottom a {
	color:#FFF;
	text-decoration:none;
}
#logo {
	float:left;
}
#menu, #submenu {
	margin-left:5px;
	display:inline;
	float:left;
	background:url(../images/menu_bg.png);
	height:76px;
	padding:2px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
}
#submenu {
	width:150px;
}
#menu a, #submenu a {
	display:block;
	width:305px;
	width:130px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
#menu a.sub, #submenu a {
	width:130px;
}
#menu a:hover, #menu a.active, #submenu a:hover, #submenu a.active {
	font-weight:bold;
}
#thumbs, #lang {
	float:left;
	background:url(../images/menu_bg.png);
	height:80px;
}
#thumbs {
	width:360px;
}
#thumbs img {
	float:left;
	padding-right:5px;
}
#lang {
	width:40px;
	text-align:center;
	padding:2px 0;
	height:76px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#content-wrapper {
	position:absolute;
	bottom:105px;
	right:45px;
	width:355px;
	background:url(../images/content_bg.png);
	max-height:460px;
	overflow:auto;
}
#content {
	margin:10px;
}
#content a {
	color:#333;
}
#credits {
	position:absolute;
	bottom:8px;
	right:45px;
}
#credits a {
	color:#FFF;
	text-decoration:none;
}

.csc-textpic-intext-right {
	overflow:hidden;
	padding-bottom:5px;
	
}
*html .csc-textpic-intext-right {
	height:155px
}

/* mailformular default style */
	
	#mailform div {
		overflow:hidden;
	}
	* html #mailform div {
		height:1%;
	}
       fieldset {

              padding: 1em;
              border:none;
       }

      

      label {

               width: 110px;
               font-size: 12px;

               color: #263F5E;

               padding: 0px 10px 0px 10px;

               float: left;

               text-align: left;

               margin-right: -15px;

                margin-bottom: 3px;

                display: block

        }

       .csc-mailform-label {
       		font-size:12px;
       		padding:4px 0;
       		display:block;
       	}

        input, select {

                margin-bottom: 5px;

                margin-left: 10px;

                color: #263F5E;

                background: #fff;

               border: 1px solid #ccc;

        }

      

        textarea{

                margin-bottom: 10px;

                margin-left:10px;

                border: 1px solid #ccc;

                background: #fff;

                color: #263F5E;
                width:140px;

        }

       

        #mailformformtype_mail{
                color: #fff;

                font-weight:normal;

                border: 1px outset #ccc;

                background:#9c9e9f;

       

        }
