/* stylesheet Stratpharma */
/* 14.04.2009 */
/* ©2009 by schaufelberger + havlik (www.s2h.ch) */


body, table, tr, td, div { font-family: Arial, Helvetica, Verdana, sans-serif; }
a:link { color:#BA122B; text-decoration: none; }
a:hover { color:#000000; text-decoration: none; }
a:visited { color:#BA122B; text-decoration: none; }

/* Minimal CSS */
* {
	margin:0;
	padding:0;
	list-style-type: circle;
}

html, body {
	background-color:#333333;
}

/* IE Win only */
* html #wrap {
	height:100%;
}

/* DIV-Styling */
#topbar {
	background-color:#FFFFFF;
	height:80px;
	position:relative;
	text-align:right;
	background-image:url(img/stp_logo.jpg);
	background-repeat:no-repeat;
}

#navbar {
	background-color:#E4E9EA;
	height:25px;
	position:relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BA122B;
	text-align:center;
	padding-top:5px;
}

#subnavbar {
	background-color:#F1F4F4;
	height:18px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BA122B;
	text-align:center;
	padding-top:5px;
}

#imagebar {
	height:140px;
	width:800px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/background_border.gif);
	background-repeat:repeat-y;
	text-align:center;
}

#imagebarhome {
	height:380px;
	width:800px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/background_border.gif);
	background-repeat:repeat-y;
	text-align:center;
}

#wrap {
	width:800px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/background_border.gif);
	background-repeat:repeat-y;
	z-index:1;
}

#nav {
	height:40px;
	position:relative;
	left:0;
	top:0px;
}

#content {
	position:relative;
	left:0;
	margin-left:30px;
	margin-right:30px;
	z-index:2;
}

.grey_00 {
	background-color:#9CA7A9;
}

.grey_01 {
	background-color:#BBC5C7;
}

.grey_02 {
	background-color:#C8D3D5;
}

.grey_03 {
	background-color:#E4E9EA;
}

.grey_04 {
	background-color:#F1F4F4;
}

/* Font-Styling */

.xsmall { 
	font-size:9px; 
	line-height:14px; 
}

.small { 
	font-size:10px; 
	line-height:16px; 
}

.regular {
	font-size:14px;
	line-height:20px;
}

.regular_bold {
	font-weight: bold;
	font-size:13px;
	line-height:18px;
}

.regular_white {
	color:#FFFFFF;
	font-size:14px;
	line-height:20px;
}

.head {
	font-weight: bold;
	font-size:20px;
	line-height:26px;
}

.subhead {
	font-weight: bold;
	font-size:18px;
	line-height:22px;
	color:#B01C2E;
	margin-bottom:10px;
}

.lead {
	font-weight: bold;
	font-size:16px;
	line-height:22px;
}

.lead_white {
	color:#FFFFFF;
	font-weight: bold;
	font-size:16px;
	line-height:22px;
}

.navigation {
	font-family:Verdana;
	font-size:11px;
	text-transform: uppercase;
	font-weight: bold;
}

.navigation_active {
	font-family:Verdana;
	color:#BA122B;
	font-size:11px;
	text-transform: uppercase;
	font-weight: bold;
}

.subnavigation {
	font-family:Verdana;
	font-size:10px;
	text-transform: uppercase;
}

.subnavigation_active {
	font-family:Verdana;
	color:#BA122B;
	font-size:10px;
	text-transform: uppercase;
}