/*******************************************************************************
* Website:  www.Bank Lounge.de                                                   *
* File:     CSS Document                                                       *
* Version:  1.0                                                                *
* Date:     2007-01-08                                                         *
* Author:   Carsten Lambrecht                                                  *
********************************************************************************
*   Farben:                                                                    *
*   Bank Lounge-Blau:    #00B9F2                                                 *
*   Bank Lounge-Blau50%: #B9E5FA                                                 *
*   Bank Lounge-Blau40%: #8ED8F8                                                 *
*   Bank Lounge-Blau10%: #E1F3FD                                                 *
*   Bank Lounge-grau:    #BBBDC0                                                 *
*   Bank Lounge-Grn:    #299761                                                 *
*   Schrift-Schwarz:   #000000                                                 *
*   Schrift-Grau:      #999999                                                 *
********************************************************************************
* Based on YAML Version 2.5 "Yet Another Multicolum Layout" (c) by Dirk Jesse  *
* http://www.yaml.de                                                           *
* Dateiversion: 18.06.06                                                       *
* Funktion: Formatierung der Inhalte (Txt, IMGs, Links, Listen, Tabellen usw.) *
*******************************************************************************/


@media all {
	/* #########################################################################
	** # Standard-Vorgaben #####################################################
	** #########################################################################
	** 
	
	/* ### berschriften, Flietexte #######################################' */
	
	body { 
		color: #000000; 
		font-size: 75.33%; 
		font-family: Verdana, Arial, sans-serif;
	}
	#expertenprofil { 
		margin: 0px 60px; 
	}
	#content-expertenprofil img { 
		float: right; 
		margin-left: 10px;
	}
	
	h1,h2,h3,h4 { 
		font-family: Arial, Sans-Serif; 
		font-weight:normal;
	}
	h1 {font-size: 1.4em; color: #00B9F2; margin: 0 0 0.5em 0; padding-top: 1.0em; font-weight: bold;}
	h2 {font-size: 1.4em; color: #00B9F2; margin: 0 0 0.5em 0; padding-top: 1.0em; font-weight: bold;}
	h3 {font-size: 1.2em; color: #00B9F2; margin: 0 0 0.5em 0; padding-top: 1.0em; font-weight: bold;}
	h4 {font-size: 1.0em; color: #00B9F2; margin: 0 0 0.3em 0; padding-top: 0em; font-weight:bold;}
	
	#teaser h1 { 
		font-size: 1.2em; 
		border: 0; 
	}
	
	p,ul,dd,dt { 
		font-size: 0.91em;
		line-height: 1.5em;
	}
	
	p { 
		line-height: 1.8em; 
		margin: 0 0 1em 0; 
	}

	
	strong,b { font-weight: bold; }
	em,i { font-style:italic; }
	pre, code {	font-family: "Courier New", Courier, monospace; }
	address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }
	
	hr { 
		color: #999999; 
		background:transparent; 
		margin: 1em 0 1em 0; 
		padding: 0 0 0.5em 0; 
		border:0; 
		border-bottom: 1px solid #999999; 
	}
	
	acronym, abbr {
		letter-spacing: .07em;
		border-bottom: 1px dashed #ccc;
		cursor: help;
	}
	


	#logo-expertenprofil {
		padding: 0px;
		margin-bottom: 5px;
	}
	#logo-expertenprofil img {
		border: 0px !important;
		margin: 0px;
	}
	
	
	
	
	/* ### Issue Register ############################################################################ */
	#issue_register-expertenprofil { 
		width: 100%;
		height: 17px;
		overflow:hidden;
		font-size: 0.75em;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		padding-top: 3px;
	}
			
	.issue-expertenprofil {
		position: relative;
		overflow: hidden;
		color: #777777;
	}
	.register-expertenprofil {
		position: absolute;
		top: 4px;
		right: 0px;
		overflow: hidden;
	}
	
	
	
	/* ### Auszeichnung lokaler und Externer Links ######################################################## */
	
	a, a em.file {color: #00B9F2; text-decoration:underline;}
	a:hover {color: #999999;  text-decoration:underline;}
		
	
	/* Ungeordnete Listen mit Listenpunkt */ 
	ul {
	list-style-image: url(../images/circle_listbullet.gif);
	margin: 0 0 5px 0px;
	padding: 0 0 5px 0;
	}
	li {
		line-height: 17px;
		margin-bottom: 4px;
	}

	
	/* Auszeichnungen fr Code, Dateien, Verzeichnisse */
	em.mono, em.file, em.directory {
		font-family: "Courier New", Courier, monospace;
		font-style: normal;
	}
	
	em.mono { 
		padding:0 0.3em 0 0.3em;
		background:#f0f0f4;
		border: 1px #ccd solid;
	}
	
		
		
}

