/*	-------------------------------------------------------------------------------- */
/* 	dates */
/*	-------------------------------------------------------------------------------- */
/*	
	author: cornel boppart
	date: october 2008
	
	description:
	style definitions for some browsers
*/

/*	-------------------------------------------------------------------------------- */
/* 	general items */
/*	-------------------------------------------------------------------------------- */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../content/background/shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
 	background-color: #bebebe;
	font-family: trebuchet ms, arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
 }
	
.clear {
	clear: both;
}
	
/*	-------------------------------------------------------------------------------- */
/* 	site structure */
/*	-------------------------------------------------------------------------------- */

#cont_site {
	width: 600px;
	min-height: 100%;
	height: auto !important; /* for modern browsers */
  	height: 100%; /* for ie-win */
	margin: auto;
	padding: 0px 2px 0px 2px;
}

#cont_top {
	height: 70px;
	padding: 30px 0px 0px 30px;
}

#cont_header, #cont_nav {
	background-color: #d1d1d1;
}

#cont_header {
	font-size: 0px; /* for ie win */
}

#cont_header2 {
	height: 142px;
	padding: 2px 0px 2px 0px;
}

#cont_header {
	height: 144px;
	padding: 4px 0px 0px 0px;
}

#cont_nav {
	height: 20px;
	margin: 2px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

#cont_bottom {
	padding: 30px;
}

#area_images {
	width: 120px;
	float: left;
}

.img {
	margin: 0px 0px 15px 0px;
}

#area_text {
	width: 405px;
	float: right;
}

/*	-------------------------------------------------------------------------------- */
/* 	navigation */
/*	-------------------------------------------------------------------------------- */

.item_nav {
	margin: 0px 0px 0px 30px;
	font-weight: bold;
	color: #333;
}

:hover.item_nav {
	color: black;
}

.act, :hover.act {
	text-decoration: underline;
	color: #579ba8;
}

.act {
	font-weight: bold;
}

/*	-------------------------------------------------------------------------------- */
/* 	link styles */
/*	-------------------------------------------------------------------------------- */

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: black;
}

a img {
	border: none;
}

/*	-------------------------------------------------------------------------------- */
/*  font styles */
/*	-------------------------------------------------------------------------------- */

h1 {
	margin: 0px;
	font-size: 11px;
	line-height: 17px;
	color: #579ba8;
}

.error {
	color: red;
}

/*	-------------------------------------------------------------------------------- */
/*  contactform styles */
/*	-------------------------------------------------------------------------------- */


area, input, textarea {
	outline: none;
}

input, textarea {
	font-family: trebuchet ms, arial,sans-serif;
	margin: 0px;
	font-size: 11px;
	line-height: 18px;
}

.input, textarea {
	width: 200px;
	margin: 0px 0px 0px 10px;
	background-color: #d1d1d1;
	border: none;
}


.input {
	height: 14px;
	padding: 2px;
	/* only for ie-win \*/
	line-height: 14px;
	/* only for ie-win */
}


textarea {
	height: 90px;
	padding: 0px 2px 2px 2px;
}

.send, .clear {
	height: 15px;
	padding: 1px;
	vertical-align: top;
	color: #333;
	background-color: white;
	border: none;
	cursor: pointer;
}

.send {
	margin: 0px 0px 0px 10px;
}

.clear {
	margin: 0px 0px 0px 20px;
}
