/* CSS Document */

/* GENERAL */
* {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444545;
	line-height:17px;
}

body {
	background:#e4e6ef;
}

img {
	border:0;
}

#nest {
	width:940px;
	margin:0 auto;	
	background:url(../img/2/middle.gif) repeat-y;
}

#header {
	height:167px;
	background:url(../img/header.jpg) no-repeat;
}

#top {
	height:23px;
	background:url(../img/2/top.jpg) no-repeat;
}

#main {
	min-height:500px;
}
* html #main{
	height: 500px;
}


#bottom {
	height:34px;
	background:url(../img/2/bottom.jpg) no-repeat;
	width:940px;
	margin:0 auto;	
}

#footer {
	font-size:10px;
	padding:20px 0 0 40px;
}

#footer a {
	font-size:9px;
	text-decoration:none;
}


/* content part */
#leftNest {
	float:left;
	width:580px;
		Xborder:1px solid red;
}
#left {
	margin:0 0 5px 34px;
	min-height:495px;
	border-right:1px solid #ccc;
	padding-right:20px;
}
* html #left{
	height: 495px;
}

#rightNest {
	float:left;
	width:186px;
		Xborder:1px solid blue;
}
#right {
	margin:5px;
}

#maxNest {
	float:left;
	width:765px;

	Xmargin-right:30px;
}
#max {
	min-height:495px;
	margin:3px 5px 0px 15px;
	min-height:510px;

		Xbackground:red;
}
* html #max{
	height: 510px;
}

#slidebuttonNest {
	Xborder:1px solid green;
	float:left;
	padding-left:19px;
	margin-top:30px;
	display:none;
}

* html #slidebuttonNest{
 	Xmargin-left:-31px;
}

#slidebutton, #slideprev, #slidenext {
	cursor: pointer ;
}

#slideshow {
	width:150px;
	background:#f3f1f1;
	border-top:1px solid #c7c7ca;
	border-right:1px solid #c7c7ca;
	border-bottom:1px solid #c7c7ca;
}

#slidenav {
	width:150px;
}
#slidenav img {
	padding-left:20px;
}

#slideimg {
	width:130px;
	margin: 10px 10px 7px 10px;
	background:url(../img/slidemiddle.gif) repeat-y;
}	

/* inner rounded corners */
#slidetop {
	background:url(../img/slidetop.jpg) no-repeat;
	height:10px;
}
#slidemiddle {
	text-align:center;
  min-height:240px;	
}
* html #slidemiddle {
  height:240px; 
}

#slidemiddle img {
	padding-top:5px;
}

#slidemiddle ul {
  list-style:none;
  padding:0;
}

#slidebottom {
	background:url(../img/slidebottom.jpg) no-repeat;
	height:15px;
}

/* logo */
#logo {
	position:absolute;
	width:42px;
	height:136px;
	background:url(../logo.png) no-repeat;
	margin-left:10px;
	margin-top:30px;
}


/* menu */
#menuNest {
	height:80px;
	width:471px;
	position:relative;
	left:250px;
	top:78px;

}
* html #menuNest {
	top:77px;
}

#menuleft {
	background:url(../img/menuleft.png) no-repeat;
	width:13px;
	float:left;
	height:90px;
}

#menumiddle {
	float:left;
	background:url(../img/menumiddle.png) repeat-x;
	width:445px;
	height:90px;

}

#menuright {
	background:url(../img/menuright.png);
	width:13px;
	float:right;
	height:90px;
}

#menuitem {
	padding-top:15px;
}

#menuitem img {
	padding:0 3px;
}

/* Contentn style */
#left .ce, #right .ce {
  padding-bottom:10px;
}
#left a, #left a:link, #left a:visited, #left a:active {
  color: #3873cc;
  text-decoration:none;  
}



#right a, #right a:link, #right a:visited, #right a:active {
  color: #e1871c;
  text-decoration:none;
}

#left a:hover, #right a:hover {
  text-decoration:underline;
}
#left .rgtabs-menu li a:hover {
text-decoration:none;
}

ul {
	padding-left:10px;
  list-style:none	
}

#left li {
  background:url(../img/listlefticon.gif) 5px 3px no-repeat;
  padding-left:20px;
}
#left .rgtabs-menu li {
background:none;
}

#right li {
  background:url(../img/listrighticon.gif) 5px 3px no-repeat;
  padding-left:20px;
}
#right li.act {
  /*background:url(../img/listlefticon.gif) 5px 3px no-repeat;*/
  padding-left:20px;
}
#right li.act a {
color:#333;
}

/* graphical headers */

h1 {
position:relative;
display:block;
width:510px;
}
#right h1 {
width:160px;
}

h1 span {
display:block;
margin-top:1px;
width:1px;
font-size:20px;
line-height:22px;
overflow:hidden;
}

h1 span span {
display:block;
width:1000px;
}



/* Formular */
fieldset.csc-mailform {
  border:0;
}

fieldset.csc-mailform label {
  width: 80px;
  float: left;
  text-align: right;
  margin-right: 10px;
  display: block
}


fieldset.csc-mailform input, 
fieldset.csc-mailform textarea  {
 margin-bottom: 10px;
 font-size:10px;
 font-family: Verdana, Helvetica, sans-serif;
 border:1px solid #ccc;
 padding:2px;
 width:250px;
}

#mailformformtype_mail {
 padding:2px;
 margin-left:40px;
 background:#eee;
 border:1px solid #ccc;
 width:80px;
 text-align:center;
}
