/*
modifiziert....

http://www.gnu.de/documents/gpl.de.html
-------------------------------------------------

Theme Name: Disciple
Theme URI: http://wnw.blogwarhammer.net/themes/disciple
Description: Soft and clean WordPress theme with 3 columns. Customizable with 4 more colors.
Version: 1.15
Author: Regis
Author URI: http://wnw.blogwarhammer.net
Tags: soft, clean, simple, 3 columns, fixed width

This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)
*/




* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100.01%;
	font-family: "Trebuchet MS", sans-serif; /*Tahoma, "Palatino Linotype", Georgia, Verdane*/
	text-align: center;
	background: #F5F4F1 url(http://www.immunologie-hamburg.de/Content/images/hintergrund.gif) repeat-x scroll 0 0;
}

#rahmen {
	width: 990px;
	margin: auto;
	background: #F5F4F1 url(http://www.immunologie-hamburg.de/Content/images/hintergrund.gif) repeat-x scroll 0 0;	
	/*auf transparent ändern*/
	overflow: visible;	
	/*border: 1px solid #ccc;*/
	/*really?*/
}

#oben {
	position:absolute; 
	top: 0px; 
	left: 0px;
}

ul { list-style-type: none;}

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	letter-spacing:0.05em;
}

img, a img { border: none;}

a {
	text-decoration: none;
}
a:visited {}
a:hover {}
a:active {}


/*clearfix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*______________________________________________________________________________________
	rahmen:

	-----------------
	| header				|
  |---------------|
  | main					|
  |---------------|
  | footer				|
  -----------------
*/

#header {
	height: 125px;         
	width: 990px;
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/logoheader.gif) no-repeat 407px 10px;	
	overflow:hidden;
}

#wrap {
background: transparent url(http://www.immunologie-hamburg.de/Content/images/main_bg.gif) repeat-y;	
}

#footer {
	background: #F5F4F1 url(http://www.immunologie-hamburg.de/Content/images/footer_bg.gif) no-repeat;	
	clear: both;
 	width: 990px;
 	text-align:center;
 	font-size: 0.7em;
 	color: #000;
 	padding: 9px 0 3px 0;
}

/*______________________________________________________________________________________
	header:

	-------------------------------
	| slogan oben|
	-------------------------------

*/
#header {
	text-align: center;
	color: #fff;
	
	
}

#header h1 {
	font-family:	Georgia,"Times New Roman",Times , serif;
	font-size: 3em;
	letter-spacing:2px;
	padding:25px 0 0 0;
}

#header a {
	color:#FFFFFF;
}

#header #untertitel {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11pt;
	padding:10px 0 0 0;
}


/*______________________________________________________________________________________
	main:

	-------------------------------
	| left	|  center  | right        |
	-------------------------------
	Breiten: 	
            left:	175	
	    center:	645	            
            right:	170	
            --------------------
			990
*/
#left {
	width: 175px;
	float: left;
	padding-top: 80px;		
	/*breitenhack?*/
	overflow: hidden;	
}

#center {
	float: left;
	width: 645px;	
}

#right {
	width: 170px;				/*3px-Bug IE: 170 left + 635+20+15 mitte + evtl border + rechts = 987*/
	float: left;		
	padding-top: 67px;
	text-align: left;
	overflow: hidden;          		/*sonst sprengt in IE55 und IE6 ein größerer Schriftgrad die Seite*/	
}

* html #right {					/*wird nur von IE < 6 interpretiert / 3px-Bug*/
	float:right;
	margin-left: -6px;
} /* float right, damit rechts alles in einer Linie ist, daher 3+3=6px neg. margin, weil beide floats 3 px zufügen*/

/*______________________________________________________________________________________
	left:
*/

#left div {
text-align: right;
}

/*	hauptnavi: */

.NavigationObject { /*div: alle bis auf HiddenNavigationObject*/
	font-size:1em; /*Rekursion!*/	
}

.NavigationObject a, #nebenmenu a{ 
	padding-right: 10px;
	color: #465A73; 		
	display:block; 	
	line-height: 1.2em;
}

.NavigationObject a:hover, , #nebenmenu a:hover {  	
	display:block; 	  
}

.NavigationObject .NavigationObject a {
	padding-right: 25px;
	font-size:0.8em;
	line-height: 1.2em;
}

.HiddenNavigationObject {    display:none;    }

.SelectedNavigationObject  a {
  background: transparent url(http://www.immunologie-hamburg.de/Content/images/menu.gif)  168px 10px  no-repeat;        
}

.ExpandedNavigationObject {
  background: transparent url(http://www.immunologie-hamburg.de/Content/images/menu.gif) 168px 10px no-repeat;
}

.ExpandedNavigationObject .ExpandedNavigationObject {
  background: none;
}

.ExpandedNavigationObject .SelectedNavigationObject  a {
  background: transparent url(http://www.immunologie-hamburg.de/Content/images/menu.gif) 153px 54% no-repeat;
}
.NavigationObject  a:hover {
  background: transparent url(http://www.immunologie-hamburg.de/Content/images/menu.gif) 168px 10px no-repeat;
}
.ExpandedNavigationObject .NavigationObject  a:hover {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/menu.gif) 153px 54% no-repeat;
}

.SelectedNavigationObject .NavigationObject a {
	background: none;
}


/*	nebenmenu: */
#nebenmenu { 
	font-size:0.8em; 
	padding-top:15px;
/*	padding-top:85px;
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/logo_links_buggy.gif) no-repeat 30px 10px;	
*/
}

#nebenmenu .aktiv {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/menu.gif) 168px 54% no-repeat;        
}
#nebenmenu  a:hover {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/menu.gif) 168px 54% no-repeat;
}


/*______________________________________________________________________________________
	center:

-------------------------
| 	menuoben	|
|-----------------------|
|	inhalt		|
-------------------------
*/


#menuoben  a {
	min-height: 23px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	_height: 23px;
	color: #fff;
	font-weight: bold;		
	padding: 0 14px 0 14px;		
}

#menuoben .aktiv {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/menu_oben_aktiv.gif) repeat-x;	
}

#menuoben a:hover {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/menu_oben_aktiv.gif) repeat-x;	
}
#menuoben {	
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/menu_oben_inaktiv.gif) repeat-x;
	min-height: 23px;
	font-size: 12px;
	line-height: 21px;
	font-family: Verdana, sans-serif; 	
	text-align: left;
	height: 23px;
	overflow: hidden;
	/*border-left:1px solid white;
border-right:1px solid white;*/
}

/*______________________________________________________________________________________
	inhalt:
*/	
#inhalt {
	clear: both;
	background: #fff;
	text-align: left;
	border-left: 6px solid #C0C4CA; /* ! box model bug wenn breite oder höhe definiert werden*/
	border-right: 6px solid #C0C4CA;
	border-top: 6px solid #C0C4CA; 
}

#breadcrumbs {
	padding:0 0 10px 0;	
	color: #c0c4ca;
	font-size:0.6em; 
}

#breadcrumbs li { 
	display: inline; 
	list-style-type: none; 
}
#breadcrumbshome { padding-left: 5px;}
#breadcrumbs a { 
	color: #c0c4ca;
	/*letter-spacing:0.3em; 
	font-variant:small-caps; */	
}
#breadcrumbs a:visited {color: #c0c4ca; }
#breadcrumbs a:hover { color: #fff; background:#C0C4CA; }
#breadcrumbs a:active { color: #953734;}

#content {
	padding-bottom: 1px;
}
#content a {
	color: #465A73;	
}
#content a:visited {color: #808387; }
#content a:hover {color: #953734;}
#content a:active {
	color: #953734;
}
/* Link-Piktogramme */

.adresse .extern {
	/*color: #000 !important;*/
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_adresse_extern.gif) no-repeat scroll right 3px;
	padding-right:15px;
}

.adresse .extern:visited {
	color: #465A73 !important;
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_adresse_extern.gif) no-repeat scroll right 3px;
	padding-right:15px;
}/*visited = normal*/

.adresse .extern:hover {
	color: #953734 !important;
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_adresse_extern_hover.gif) no-repeat scroll right 3px;
	padding-right:15px;
}

.extern {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_extern.gif) no-repeat scroll right 4px;
	/*background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_extern.gif) no-repeat scroll left center;*/
	padding-right:16px;
}
.extern:visited {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_extern_visited.gif) no-repeat scroll right 4px;
	padding-right:16px;
}
.extern:hover {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_extern_hover.gif) no-repeat scroll right 4px;
	padding-right:16px;
}

.intern {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_intern.gif) no-repeat scroll right 4px;
	padding-right:16px;
}
.projektzaehler .intern {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_intern.gif) no-repeat scroll right 1px;
	padding-right:16px;
}
.intern:visited {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_intern_visited.gif) no-repeat scroll right 4px;
	padding-right:16px;
}
.intern:hover {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_intern_hover.gif) no-repeat scroll right 4px;
	padding-right:16px;
}
.projektzaehler .intern:hover {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_intern_hover.gif) no-repeat scroll right 1px;
	padding-right:16px;
}

.email {
	background-image: url(http://www.immunologie-hamburg.de/Content/images/icon_email.png); 
	background-position:bottom right; 
	background-repeat:no-repeat; 
	padding-right:25px; 
	padding-top:25px; 
}


.zelle {
	margin: 0px 15px 15px 15px;
	padding: 0px 0px 5px 0px;
	border: 1px solid #c0c4ca;
    position: relative; /*wg Sprung_hoch*/
}
/*clearfix: */
.zelle:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zelle {display: inline-block;}

/* Hides from IE-mac \*/
* html .zelle {height: 1%;}
.zelle {display: block;}
/* End hide from IE-mac */



.zelle h2 {
	background:#E3E6EA none repeat scroll 0 0;
	font-size:0.875em;
	padding:3px 7px 3px 7px;
	line-height: 1.3em;
	font-weight: bold;
}

.zelle h3 {
	font-size:0.875em;
	padding: 7px 7px 2px 7px;
	border-bottom: 2px solid #c0c4ca;
	line-height: 1em;
	font-weight: bold;
		
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	_height: 23px;
}

.zelle h4 {
	font-size:0.875em;
	padding: 7px 7px 0px 7px;
	line-height: 1em;
	font-weight: bold;
}
.zelle h5, .zelle h6 {
	font-size:0.8em;
	padding: 7px 7px 0px 7px;
	line-height: 1em;
	font-weight: bold;
}

#content p, #content table  {
	font-size:0.8em;
	line-height:1.4em;
	padding: 5px 7px 5px 7px;
}

.projektlisting {
	padding: 0px;
	border-collapse: collapse;
}
#content table {
	border-collapse: collapse;
	width: 602px;	
}
#content td {
	border-top: 1px solid #c0c4ca;
	border-right: 1px solid #c0c4ca;
	vertical-align: top;
	padding: 3px 2px 3px 7px;
}

#content ul {
	font-size:0.8em;
	line-height:1.4em;
	padding: 5px 7px 5px 7px;
/*	list-style-image:url(../stylesheets/listenpunkt.gif);*/
}

#content ul ul{
	font-size:1em;
	line-height:1.4em;
        padding: 0px;
}

#content li {
    margin-left: 10px;
    padding-left: 13px;
    background: transparent url(http://www.immunologie-hamburg.de/Content/images/listenpunkt.gif) no-repeat scroll left 7px;
}

.sprungliste {
    padding-top:15px ! important;
}
.sprungliste li{
    margin-left: 0px ! important;
    background: none ! important;
    padding-left: 0px ! important;
}

/*IE benötigt Extra-Behandlung wg. Whitespace-Bug*/
* html .sprungliste li a {display:inline-block;}	      	/*wird nur von IE <= 6 interpretiert*/
* html .sprungliste li a {display:block;}		   	/*wird nur von IE <= 6 interpretiert*/
*:first-child+html .sprungliste li a {display:inline-block;}  	/*wird nur von IE 7 interpretiert*/
*:first-child+html .sprungliste li a {display:block;} 	    	/*wird nur von IE 7 interpretiert*/

.sprung_runter {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/sprung_runter.gif) no-repeat scroll left 4px;
        display: block;
        padding-left: 15px;
}
.sprung_runter:visited { color: #465A73 ! important; }
.sprung_runter:hover { 
	color: #953734 ! important; 
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/sprung_runter_hover.gif) no-repeat scroll left 4px;
}
.sprung_runter:active {	color: #953734 ! important; }


.sprung_hoch {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/sprung_hoch.gif) no-repeat scroll left 2px;
	font-size:0.7em;
	line-height:1.4em;
	padding: 0px 3px 0px 15px;
	color: #465A73 ! important;	
	float: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.sprung_hoch:visited { color: #465A73 ! important; }
.sprung_hoch:hover { 
	color: #953734 ! important; 
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/sprung_hoch_hover.gif) no-repeat scroll left 2px;
}
.sprung_hoch:active {	color: #953734 ! important; }


.adresse {
border-left: 2px solid #E3E6EA;
border-bottom: 2px solid #E3E6EA;
border-right: 1px solid #E3E6EA;
float:right;
font-size:0.66em;
line-height:1.3em;
margin: 0px 0 5px 5px;
padding:5px 5px 5px 8px;
}


/*______________________________________________________________________________________
	right:
*/

#unilogorechts {
	margin-left: 3px;
}

#search {	
	margin-left: 9px;
	margin-top: 10px;	
}

#search p {display: inline;}				/*input-elemente müssen in p-Tags stehen und die sind standardmäßig block*/

#suchfeld {
	font-size: 12px;
	color:#465A73;
	border:1px solid #465A73;		
	vertical-align: middle;
	width:136px;					
	height:18px;					
 	voice-family: "\"}\"";
  voice-family:inherit;	
	height: 16px;					
}

#searchimage {
	margin-left: 2px;
	width: 18px;
	height: 18px;			
	vertical-align: middle;
	padding-bottom:0px;
}

#searchsubmit {display: none;}				/*extra-abschicken-feld ohne grafik*/

#right .textfeld,  #right .projektzaehler {
	width: 160px;
	margin: 20px 5px 5px 9px;
	color: #465A73;
}

#right .textfeld h2, #right .projektzaehler h2  {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 0.9em;
	padding: 2px 0px 4px 0px;
}
#right .projektzaehler ul {
        font-size:0.7em; 
        line-height:1.1em; 
        list-style-type:none; 
        padding: 0px 7px 5px 0px;
}

#right .projektzaehler li {
        margin-left: 5px;
}
#right .projektzaehler a {
	color: #465A73;
}
#right .projektzaehler a:hover {color: #953734;}
#right .projektzaehler a:active {color: #953734;}


#right .textfeld img {}

#right .textfeld p {
	font-size: 0.7em;
	line-height: 1.1em;
}

#right .textfeld h2 a {
	color: #465A73;
	font-weight: bold;	
}
#right .textfeld a {
	color: #465A73;
	font-weight: bold;	
}
#right .textfeld a:visited {color: #c0c4ca;}
#right .textfeld a:hover {color: #953734;}
#right .textfeld a:active {color: #953734;}

#right .textfeld h2 a:visited {color: #465A73;}
#right .textfeld h2 a:hover {color: #953734;}
#right .textfeld h2 a:active {color: #953734;}

.textfeld .extern {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_extern.gif) no-repeat scroll right 3px;
	padding-right:16px;
}
.textfeld .extern:visited {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_extern_visited_right.gif) no-repeat scroll right 3px;
	padding-right:16px;
}
.textfeld .extern:hover {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_extern_hover.gif) no-repeat scroll right 3px;
	padding-right:16px;
}
.textfeld .intern {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_intern.gif) no-repeat scroll right 3px;
	padding-right:16px;
}
.textfeld .intern:visited {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_intern_visited_right.gif) no-repeat scroll right 3px;
	padding-right:16px;
}
.textfeld .intern:hover {
	background: transparent url(http://www.immunologie-hamburg.de/Content/images/link_intern_hover.gif) no-repeat scroll right 3px;
	padding-right:16px;
}

/*______________________________________________________________________________________
	footer:
*/
#footer a {
 	color: #000; 	 	
}

#footer a:visited {
 	color: #000; 	
}