/*
 -----------------------------------
 ----- MedicalSCI - (Main CSS) -----
 ----- CSS-Design by           -----
 ----- Israfil Sen             -----
 ----- www.xup.eu              -----
 -----------------------------------
*/

/* HTML Formatierung */
/*********************/

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	background-color: #FFF;
	background: url(../files/navi_bg.gif) repeat-y;
}
a {
	font-weight:  normal;
	text-decoration: underline;
	padding: 1px;
}

a:link {
	color: #000;
	background: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000066;
	text-decoration: none;
	background: none;
}
a:active {
	color: #000;
}

img {
	border: 0;
}

h1 {
	color: #F60;
	font-weight: normal;
	font-size: 1.9em;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
h2 {
	margin-bottom: 4px;
	margin-top: 15px;
	color: #F60;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h3, h4 {
	margin-bottom: 4px;
	margin-top: 15px;
	color: #F60;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1.0em;
}
/* HTML Formatierung Ende */
/**************************/


/* spezielle Klassen */
/***************************/
.clear {
	clear: both;
}

.email_login{
border:1px solid #FFF;
}
/****************************/
/* spezielle Klassen - Ende */


/* Head */
/********/

#medicalsci_logo {
	background: url(../files/medicalsci_logo.gif) no-repeat;
	height: 135px;
	width: 298px;
	position: absolute;
	top: 30px;
	left: 30px;
	display: none;
}
/*bg - deutsch, englisch*/
#header_bg_de, #header_bg_en {
	color: #333;
	width: 100%;
	height: 184px;
	background: #FFF;
}

#header_bg_de {/*bg - deutsch*/
	background: url(../files/head_bg_de_0.jpg) no-repeat;
}
#header_bg_en {/*bg - englisch*/
	background: url(../files/head_bg_en_1.jpg) no-repeat;
}
/*bg - deutsch, englisch - Ende*/

#header_navi {/*----navi für home, legal aspects----*/
	text-align: right;
	margin: 0px 10px 0 0;
	padding-top: 4px;
	font-size: 0.8em;
}
#header_navi img {
	border: 1px solid #000;
}
#header_flags {
	text-align: right;
	margin: 135px 10px 0 0;
}
#header_flags img {
	border: 1px solid #000;
}
/* Head Ende */
/*************/


/* Breadcrumb */
/**************/
#navi_breadcrumb {
	color: #FFF;
	background: #0D222D;
	padding: 5px;
}
#navi_breadcrumb a {
	color: #FFF;
}
#navi_breadcrumb a:hover {
	color: #0D222D;
	background-color: #FFF;
}
/* Breadcrumb - Ende */
/*********************/


/******* Navigation vertikal *******/
/***********************************/
/*siehe auch rex_template.css*/

/*** Hauptnavi ***/
#navi_leftcol {
	border: 0px solid yellow;
	background-color: #0D222D;
	float:left;
	width:220px;
}
#navi_leftcol ul {
	background-color: #356B89;
}
#navi_leftcol li {
	list-style-type: none;
}
#navi_leftcol a {
	display: block;
	padding: 5px;
	width: 210px;
	border-bottom: 1px dotted #ADACAC;
	font-weight: bold;
}
#navi_leftcol a:link, #navi_leftcol a:visited {
	color: #FFF;
	text-decoration: none;
}
#navi_leftcol a:hover {
	background-color: #fffffe;
	color: #000;
}
#navi_leftcol a:active {
	background-color: #fffffe;
	color: #000;
}
/*** Subnavi 1 ***/
#navi_leftcol li ul {
	padding-left: 10px;
	background-color: #0D222D;
}
#navi_leftcol li ul li {
	list-style-type: none;
	border-left: 0px solid #666;
	background-color: #22495E;
}
#navi_leftcol li ul a {
	font-weight: normal;
	width: 200px;
}
/*** Subnavi 2 ***/
#navi_leftcol li ul li ul {
}
#navi_leftcol li ul li ul li {
	list-style-type: none;
	border-left: 0px solid #666;
	background-color: #0D222D;
}
#navi_leftcol li ul li ul a {
	font-weight: normal;
	font-size: 0.9em;
	width: 190px;
}
/*** Subnavi 3 ***/
/*** Subnavi ... ***/

/****** Navigation vertikal Ende *******/
/***************************************/


/* wrapper */
/***********/
#wrapper {
	float:right;
	width:100%;
	margin-left:-240px;
	margin-bottom: 200px;
	border: 0px solid red;
}
/* wrapper - Ende */
/***********/

/* Content - rightcol */ 
/**********************/

#content {
	margin-left:240px;
	margin-top: 15px;
	margin-right: 15px;
	border:0px solid blue;
	/*min-height-Hack*/
	min-height:470px;
	height:auto !important;
	height:470px;/*min-height-Hack Ende*/

}
#content p {
	margin: 0 0 1.1em 0;
	padding: 0;
}
#content ul, #content li {
	margin: 0 0 15px 15px;
	padding: 0;
	font-weight:bold;
	list-style: disc outside;
	border: 0px solid green;
}
/* Content Ende - rightcol  */
/****************************/


/* Footer */
/**********/
#footer {
	color: #FFF;
	border:0px solid red;
	background: #0D222D;
	width:100%;
	padding: 6px 0 6px 0 !Important;
	padding: 5px 0 4px 0;
	margin: 0;
	clear:both;
}


#footer .email_login{
	border:0px solid red;
	padding-left: 10px;
	float: left;

}

#footer .copyright{
	border:0px solid green;
	text-align: right;
	padding-right: 10px;
	font-size:0.8em;
}

#footer .copyright a{
	color: #FFF;
}











