/*Stylesheet for Nettraject*/

html, body{
	margin: 0px;
	padding: 0px;
	color: #4F657E;
	font: 0.9em/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #e2f2fc url(../images/bg-html.png) repeat-x;
}

a {
	
}

a:hover{
	
}

/* @group Headings */

h1, h2, h3 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.2em;
}

h3{
	font-size: 1.0em;
}

/* @end */

#wrapper {
	background: #e2f2fc url(../images/bg-wrapper.png) no-repeat;
	margin: 0 auto;
	width: 960px;
	
}

#header {
	
}

#logo {
	width: 280px;
	height: 100px;
	margin-left: 50px;
	float: left;
	cursor: pointer;
	
}

.clear {
	clear: both;
	height: 20px;
}

/* @group Navigation */

#nav{
	float: right;
	margin: 40px 0px;
}

#nav li {
	display: inline;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

#nav li.active {
	border-bottom: 3px solid white;
	padding-bottom: 3px;
}

#nav li a {
	text-decoration: none;
	padding-bottom: 3px;
	color: white;
}

#nav li a:hover {
	color: white;
	border-bottom: 3px solid white;
}

/* @end */

/* @group featured */
#featured{
	height: 150px;
}
/* @end */



/* @group ContentR1 */
#contentr1 div {
	width: 290px;
	float:left;
}

#text-3 {
	margin-right: 20px;
}

#text-4 {
	margin-right: 20px;
}

#text-5 {
	
}

/* @end */

/* @group ContentR2 */
#contentr2 div{
	border: 1px solid #b4c9f9;
	padding: 1px;
	background: white url(../images/bg-box.png) repeat-x;
}

#contentr2 h1 {
	border-bottom: 1px solid #b4c9f9;
	margin: 0;
	padding: 10px;
}

#contentr2 p{
	padding: 0 10px;
}

#pm {
	width: 600px;
	float:left;
	margin-right: 20px;
}

#pm2 {
	width: 330px;
	float:left;
}

#contentr2 div.textwidget {
	border-style: none;
	border-width: 0px;
}

/* @end */
/* @group ContentR3 */
#contentr3 div {
	border: 1px solid #b4c9f9;
	padding: 1px;
	background: white url(../images/bg-box.png) repeat-x;
}
#contentr3 h1 {
	border-bottom: 1px solid #b4c9f9;
	margin: 0;
	padding: 10px;
}
/* @end */




#footer {
	background: url(../images/bg-footer.png) repeat-x;
	height: 250px;
}

/* @group ContentR4 */
#contentr4{
	width: 960px;
	margin: 0 auto;
}
/* @end */

/* @group ContentR5 */
#contentr5{
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
/* @end */

.textwidget img{
	border: none;
}