/* 
Project: http://www.medizin.uni-koeln.de/kliniken/innere1/
Type: CSS
Description: Print Styles for all Browsers
Date: 2007-08-01, Gabriele Strache
Last Modified: 2008-07-10, Gabriele Strache*/


/* ========== General Styles ========== */

*  { /* zeroes off the browser defaults */
	padding: 0;
	margin: 0;
	border: 0;
	}

body {	
	background-color: #fff;
	/*margin-left:2.5cm;*/	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* sets the base font size that 1em equals 10px */
	/*min-width: inherit;	
	max-width: inherit;*/
	}
	
/* ===== Removing Elements for Printing ===== */
	
.noprint, #sidebar, #imageBar, #topnavBox, #footer, #searchform, .skiplink, .toplink  {
	display: none;
	}
	
#pagewrapper {
	width: auto;
	margin: 0 5%;	
	position: relative; /*making pagewrapper the reference for an absolute positioned child*/
	}	
	
#main {
	float: none !important;
	width: 100%;
	}
	
#content {
	width: auto;	
	float: none !important;
	}

	
img {
	border: 0;
	}
	

a {
	outline: none; /* turns off browser default focus outlining */
	}
	
.selfclear {
	overflow: hidden;
	}
	

/* ===== Headlines ===== */

h1 {
	clear: both;		
	font-size: 2em;
	font-weight: normal;		
	color: #666;	
	background-color:transparent;	
	margin:0 0 0.8em;
	}
	
h2 {
	font-size: 1.4em;
	color: #666;
	background-color:transparent;
	margin: 0 0 1em;
	}

h3 {
	font-size: 1.4em;
	color: #666;
	background-color:transparent;
	margin: 0 0 0.2em;
	}

h4 {
	font-size: 1.2em;	
	color: #666;
	background-color:transparent;
	margin: 0 0 0.3em;
	}
	

/* ========== Header  ========== */

#header {
	width: 100%;	
	background: #fff none;	
	overflow: hidden; /* for enclosing nested flaots */		
	}
		
#uniKoeln {
	float: left;
	width: 73px;
	}


/* ========== Content ========== */
	
#content {
	margin-top: 4em;
	}	

#content p, #content ul, #content ol {
	font-size: 1.2em;
	line-height: 1.5em;
	margin:0 0 0.7em;
	color: #000;	
	}
	
#content a:link, #content a:visited  {
	text-decoration: underline;
	color: #000;
	}
	
#content p.textsmall {
	font-size: 1.1em;
	}
	
#content ul, #content ol {
	margin-left: 1.25em;
	padding-left: 1.25em;
	}
	
#content ul li, #content ol li {
	margin: 0 0 0.7em;
	}
	
#content ul ul, #content ol ol {
	font-size: 1em;
	margin-top: 0.3em;
	}
	
#content ul ul li, #content ol ol li {
	margin-bottom: 0.3em;
	}
	

/* ========== Table Styles ========== */	

table.datatbl {
	border:1px solid #000;
	border-collapse:collapse;
	/*border-spacing:0;*/
	}

table.datatbl td {
	border: 1px solid #000;
	padding: .5em;
	font-size: 1.2em;
	color: #000;
	background-color: #fff;
	}	
	
table.datatbl th {
	border: 1px solid #000;
	padding: .5em;
	font-size: 1.2em;
	color: #000;
	background-color:#fff;
	text-align: left;
	}
	
/* ========== Sitemap ========== */

#content #sitemaplist {
	font-weight: bold;				
	}
		
#content #sitemaplist li ul {
	font-weight: normal;
	}
	
#content #sitemaplist li, #content #sitemaplist li a {
	text-decoration:none;
	color: #666;
	}
		
#content #sitemaplist li ul a {
	text-decoration:none;
	color: #333;
	}
	
#content #sitemaplist li a:hover {
	text-decoration:underline;
	color: #0000ff;
	}
	

/* ===== photo gallery list ===== */	
	
#gallerylist {
	list-style-type: none;			
	}
			
#gallerylist li {			
	float: left;
  	width: 48%;		
	}
			
#gallerylist img {			
	display: block;					
	}
	
	

/* ===== Classes for Positioning ===== */

.fltl {
	float: left;
	}
	
.fltr {
	float: right;
	}
	

.clr {
	clear: both;
	}
	
	

	
