/*//////////////////////////
PROJECT: 	RHEMIC
MEDIA:		ALL
CREATED: 	18.07.09
//////////////////////////*/


* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background: #000;
}


#pageWrapper {
	margin: 0 auto;
	width: 805px;
	text-align: left;
}

#header {
	width: 805px;
	height: 254px;
	float: left;
	background: url(../images/bk-header.jpg) no-repeat top left;
	padding: 250px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #969696;
	overflow: hidden;
}

#header p {
	font-size: 29px;
	margin-bottom: 25px;
}

#header a {
	color: #1791ae;
}

#header a:hover {
	text-decoration: none;
}


.contentblock {
	width: 805px;
	float: left;
	margin-bottom: 0px;
}


.itemLeft {
	width: 401px;
	height: 150px;
	float: left;
	margin-bottom: 20px;
}

.itemLeft h3 {
	font-size: 90%;
	color: #686868;
}
.itemLeft p {
	color: #fff;
	font-size: 80%;
}
.itemLeft a {
	color: #1791ae;
}
.itemLeft a:hover {
	text-decoration: none;
}

.itemRight {
	width: 401px;
	height: 150px;
	float: right;
	margin-bottom: 20px;
}

.itemRight h3 {
	font-size: 90%;
	color: #686868;
}
.itemRight p {
	color: #fff;
	font-size: 80%;
}
.itemRight a {
	color: #1791ae;
}
.itemRight a:hover {
	text-decoration: none;
}


.contactLeft {
	width: 253px;
	float: left;
	color: #bbbbbb;
}

h3.titleContact {
	width: 223px;
	height: 30px;
	float: left;
	text-indent: -9999em;
	background: url(../images/title-wantSomething.gif) no-repeat top left;
	margin-bottom: 10px;
}

.contactLeft p {
	font-size: 80%;
	line-height: 140%;
	margin-bottom: 30px;
}

.contactLeft a {
	color: #1791ae;
}

.contactLeft a:hover {
	text-decoration: none;
}

.downloadCV a {
	background: url(../images/icon-pdf.gif) no-repeat top left;
	padding: 10px 0px 10px 35px;
	margin: 15px 0px 0px 0px;
	color: #bbbbbb;
}


.contactRight {
	width: 552px;
	float: right;
}

.contactRight table {
	border-collapse: collapse;
	display: block;
	margin-bottom: 50px;
	float: right;
}

.contactRight td {
	padding: 0px 0px 10px 10px;
	color: #666;
	font-size: 80%;
	vertical-align: top;
}


.contactInputText {
	width: 160px;
	background: #fff;
	border: 1px dotted #666;
	margin-top: 3px;
	padding: 3px;
	vertical-align: bottom;
	font-size: 120%;
}

.contactRight select {
	width: 160px;
	background: #fff;
	border: 1px dotted #666;
	margin-top: 3px;
	vertical-align: bottom;
	padding: 3px 2px 3px 2px;
}

.contactRight textarea {
	width: 520px;
	height: 100px;
	background: #fff;
	border: 1px dotted #666;
	margin-top: 3px;
	padding: 3px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}



.footer {
	width: 805px;
	float: left;
	padding-bottom: 20px;
}

.footer ul {
	list-style-type: none;
}

.footer li {
	float: left;
	padding: 0px 10px 0px 0px;
}







.access {
	display: none;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.error {
	color: #FF0000;
}

