@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
Main Style Sheet for paravasate.at

Author: Matthias Koenig fuer Ebewe Pharma
email:  mat.koenig@inode.at
-----------------------------------------------*/

* {
	margin: 0px;
	border: 0px;
}

body {
	min-width: 900px;
	/*text-align: center;*/
	background: #0f4fa1;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #f79422;
}

/*------Typografie-----------------------------*/

* {
	font-family: Helvetica, Arial, sans-serif;
}

p {
	/*padding: 0.2em 15px;*/
	color:#ffffff;
	font-size: 0.9em;
	line-height: 1.1em;
}

#wrapper {
	width: 900px;
	height: 720px;
	/*position: relative;
	top: 20px;*/
	margin: 20px auto auto auto;
	
}

#head {
	width: 900px;
	height: 282px;
}

#headLeft {
	float: left;
	width: 412px;
	height: 280px;
	background: url(head.jpg) no-repeat top left;
}

#languageSwitch {
	width: 30px;
	height: 16px;
	
	/*margin-top: 5px;*/
}

#languageLink {
	position: relative;
	left: 50px;
}

#headRight {
	float: right;
	/*top: 0px;
	left: 412px;*/
	width: 488px;
	height: 280px;
	background: url(headRight.jpg) repeat-x top left;
}

#topText {
	font-size: 1em;
	line-height: 1.4em;
}

/*-------Content-Navigation----------*/
#content {

	
	}
	
#nav {
	width: 853px;
}

#links {
	/*
	height: 288px;
	width: 900px;;
	*/
	position: relative;
	top: 25px;
	left: 47px;
}

.link {
	
	list-style: circle;
	border-bottom: solid #f79422 3px;
	width: 853px;
	height: 40px;
	background: url(button.jpg) top left no-repeat;	
}

.link a {
	font-size: 0.9em;
	position: relative;
	top: 9px;
	left: 30px;
}

.description {
	font-size: 0.8em;
	
	display: block;
	line-height: 1em;
	position: relative;
	top: -10px;
	left: 380px;
	
	width: 460px;
	
	
}

#linkImprint {
	position: relative;
	top: 15px;
	left: -48px;
	width: 830px;
	text-align: center;
}

#linkImprint p {

}

#first {
	border-top: solid #f79422 3px;
}
