* { margin:0; padding:0; border:0; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

body, html {
	height: 100%;
}

html{
	font-family: Tahoma;
	font-size: 13px;
	color: #1d4301;
	background-image:url(../images/bg-repeat.gif);
	background-repeat:repeat;
	line-height:1.7;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#002eae;
	font-weight:500;
	margin-bottom:5px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#73b60b;
	font-weight:500;
	margin-bottom:5px;
}

p{
	margin-bottom:12px;
}

/* =Links
---------------------------------------------------------------------*/
a:link, a:visited { font-style: normal; font-size:13px; color:#1d4301; text-decoration:none; font-weight:bold;}

a:hover { font-style: normal; color:#73b60b; font-size:13px; text-decoration: none; font-weight:bold;}

a.else:link, a.else:visited { font-size:11px; font-weight: normal; color:#ff7e02; text-decoration: none; }

a.else:hover { font-size:11px; font-weight: normal; color:#73b60b; text-decoration: none; }

a.more:link, a.more:visited { font-size:11px; font-weight: bold; text-decoration: underline; }

a.more:hover { font-size:11px; font-weight: bold; text-decoration: underline; }

/* =Content
-----------------------------------------------------------------------------*/
#container {
	border:4px solid #90d61e;
	background:url(../images/Cytotoxic-center.jpg) center bottom no-repeat;
}

#header{
	height:96px;
	width:944px;
	margin-top:-10px;
	background-image:url(../images/header.gif);
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
}

#right{
	float:left;
	padding-left:60px;
	width:600px;
}
#thema{
	float:left;
	font-size: 14px;
	width:820px;
	height:480px;
	overflow-y:auto;
}
#thema ul{
	list-style: disc;
	list-style-position: inside;
}
#thema li {
  padding: 6px;
}
#welcome{
	width:340px;
	float:left;
}

#images{
	float:right;
	width:260px;
	margin-top:-15px;
}

#images img{
	margin:2px;
	background-image:url(../images/eikona-bg.gif);
	background-position:7px 4px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:7px;
	padding-top:7px;
	background-repeat:no-repeat;
	float:right;
}

#languages{
	font-size:11px;
	float:right;
	margin-top:12px;
	padding-right:18px;
}

/* = Main Menu Top
-----------------------------------------------------------------------------*/
#main-menu{
	float:left;
	padding-left:170px;
	margin-top:11px;
}

#main-menu ul{
	list-style:none;
}

#main-menu li{
	display:inline;
}

a.main:link, a.main:visited { padding-left:40px; padding-right:15px; padding-bottom:7px; background-image:url(../images/bullet-swirl.gif); background-position:left top; background-repeat:no-repeat;}

a.main:hover {  background-image:url(../images/swirl.gif);}

a.current:link, a.current:visited { color:#002eae; padding-left:40px; padding-right:15px; padding-bottom:7px; background-image:url(../images/current.gif); background-position:left top; background-repeat:no-repeat; }

/* = Left Menu
-----------------------------------------------------------------------------*/
#menu{
	width:260px;
	float:left;
	padding-left:25px;
}

#menu ul{
	list-style:none;
}

a.menu:link, a.menu:visited { padding-left:20px; background-image:url(../images/tick.gif); background-position:left 3px; background-repeat:no-repeat;}

a.menu:hover {  background-image:url(../images/tickover.gif);}

a.menu-current:link, a.menu-current:visited { color:#002eae; padding-left:20px; padding-bottom:7px; background-image:url(../images/tick-current.gif); background-position:left 3px; background-repeat:no-repeat; }

/* =Profil, News, Clients, Themata
-----------------------------------------------------------------------------*/
#content{
	width:570px;
	float:left;
	height:480px;
	overflow-y:auto;
	padding-right:20px;
}
#content ul{
	list-style: disc;
	list-style-position: inside;
}
#content li {
  padding: 6px;
}
/* =Contact only elements
-----------------------------------------------------------------------------*/
#contact{
	width:540px;
	float:left;
	padding-left:50px;
}

#map-area{
	width:275px;
	float:left;
	padding-left:15px;
}

#map-contact{
	width:280px;
	height:330px;
	border:dotted 1px #73b60b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
}

#forma{
	float:left;
	padding-top:10px;
}

input, textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#73b60b;
	font-style:italic;
	font-size:11px;
	padding:4px;
	margin-bottom:7px;
	margin-top:2px;
	border:dotted 1px #73b60b;
	background-color:#F5F5F5;
	letter-spacing:1px;
}

/* =Footer
-----------------------------------------------------------------------------*/
#copyright {
	position:absolute;
	top:5px;
	width:950px;
	text-align:right;
	font-size:11px;
}

/* =Centering Layout
-----------------------------------------------------------------------------*/
div#layout { /* exploder 5.5+ */
	width: expression((document.body.clientWidth > 950 ? document.body.clientWidth : 950) + "px");
	height: expression((document.body.clientHeight > 600 ? document.body.clientHeight : 600) + "px");
}

div#container,
div#container div.container-top,
div#container div.container-bottom {
	width: 950px;
}

div#container,
div#container div.container-right,
div#container div.container-left {
	height: 600px;
}

div#layout { /* exploder 5.5+ */
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	text-align: center;
}

* > div#layout { /* normal browsers */
	min-width: 950px;
	min-height: 600px;
	width: 100%;
	height: 100%;
}

div#container {
	position: relative;
	top: 50%;
	margin-top: -300px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#container div.container-top {
	position: absolute;
	left: 0px;
	top: -1000px;
	height: 1000px;
}

div#container div.container-right {
	position: absolute;
	right: -1000px;
	top: 0px;
	width: 1000px;
}

div#container div.container-bottom {
	position: absolute;
	left: 0px;
	bottom: -1000px;
	height: 1000px;
}

div#container div.container-left {
	position: absolute;
	left: -1000px;
	top: 0px;
	width: 1000px;
}

div#container div.container-top-right {
	position: absolute;
	right: -1000px;
	top: -1000px;
	width: 1000px;
	height: 1000px;
}

div#container div.container-bottom-right {
	position: absolute;
	right: -1000px;
	bottom: -1000px;
	width: 1000px;
	height: 1000px;
}

div#container div.container-bottom-left {
	position: absolute;
	left: -1000px;
	bottom: -1000px;
	width: 1000px;
	height: 1000px;
}

div#container div.container-top-left {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 1000px;
	height: 1000px;
}

