/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #fff;
padding:0;
margin:0;
}

 

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 100%;
margin-bottom: 10px;
margin: 0 auto;

}
img
{
	border: none;
}

/* ----------header for logo-------------- */
#header {
	position: relative;	
	display: block;
	width: 100%;
	min-height: 141px;
	padding: 0px;
	margin: 0px;
	padding-left: 50px;
}

#abouttext
{
	position: relative;
	float: right;
	margin:32px 30px 21px 0px;
}

div.liner  {
	position: relative;
	width: 100%;
	height: 1px;
	background: url(../img/liner.gif) repeat-x 1px;
}



div.liner2  {
	position: relative;
	width: 100%;
	height: 1px;
	background: url(../img/liner.gif) repeat-x 1px;
	top: -30px;
	left: 40px;
}


#logo {
	position: relative;
	width: 150px;
	top: 51px;
}

#sidebar {
	position: relative;
	float: left;
	padding-top: 150px;
	width:  230px;
	margin-left: 50px;
	z-index: 40000;
	color: #b7b7b7;

	
}


#nav {
	/*height: 160px;*/
}
#nav ul {
	
}
#nav li {

}

#nav li a,a:visited {
color: #b7b7b7;
}

h3.bloglink
{
	position: relative;
	left: 5px;
	top: -15px;
}
h3.bloglink a,a:visited
{
	
	font-family: Verdana;
	color: black;
	font-size: 11px;
	text-decoration: none;
	
}


/* -----------------content--------------------- */
#content {
position: relative;

left: 0px;
width: 100%;
padding: 0px;
padding-top: 0px;
/*border: 1px solid red;*/
}
div#content { 
/*min-height:600px;*/
/*height:expression(this.scrollHeight > 600 ? "auto":"600px");*/ 
}

.3varas
{
	position: relative;
	float: left;
	top: -150px;
}

#maincontent
{
	top: -40px;
	padding-top: 0px;
	position: relative;
	width: 690px;
	margin-left: 250px;
	
}

#maincontent p
{
	color: #707070;
	font-family: Helvetica;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 30px;
	line-height: 1.8em;
}

#contactform
{
	position: relative;
	width: 670px;
	/*border: 1px dashed red;*/
	margin-top: 218px;
	margin-bottom: 125px;
}

.label
{
	color: #b7b7b7;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 16px;
	padding-right: 11px;

}

.label2
{
	color: #b7b7b7;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;

}

#contactform input
{
	margin-right: 100px;
	margin-bottom: 15px;
	border: 1px solid black;
	
	
}

#contactform textarea
{
	border: 1px solid black;
	width: 177px;
	margin-left: 3px;
}

input.submitter
{
	/*background: #444;*/
	background: white;
	/*background: black;*/
	color: #b7b7b7;
	font-family: Helvetica;
	font-size: 15px;
	font-weight: bold;
	
}

img.icon
{
	margin-top: 5px;
}



input.submitter:hover
{
	cursor: pointer;
	color: black;
}

#contactform td
{
	vertical-align: top;
}


p, pre{
padding: 10px 0px;

}


/* -----------footer--------------------------- */
#footer {
display: block;
width: 1024px;
min-height: 132px;
background: url(../img/footer.gif) no-repeat;
clear: both;
margin: 0;
padding: 0;
}

#footertext
{
	font-family: Helvetica;
	position: relative;
	display: block;
	margin-left: 280px;
	top: 100px;
	font-size: 11px;
	color: #707070;
}

#footertext a,a:visited
{
	text-decoration: none;
	color: black;
	font-size: 11px;
	font-weight: bold;
}


