/*--------------------------------------:noTabs=true:tabSize=2:indentSize=2:--
 --  DynamicCSS plugin example CSS file.  Used by full_example.js
 --  when the DynamicCSS plugin is included in an auto-generated example.
 --  @TODO Make this CSS more useful.
 --
 --  $HeadURL:http://svn.xinha.webfactional.com/trunk/examples/files/dynamic.css $
 --  $LastChangedDate:2008-02-04 01:43:21 +0100 (Mo, 04 Feb 2008) $
 --  $LastChangedRevision:962 $
 --  $LastChangedBy:ray $
 --------------------------------------------------------------------------*/ 
 
 
 
.Bildunterschrift {
    font-size: 0.9em;
   	font-style: italic;
}
 
.bigger {
    font-size: 1.1em;
    font-weight: bolder;
}

body, p {
    font-family: Helvetica, Arial;
    font-size: 12px;
}

.Rahmen {
    background-color: #f0f0f0;
    border: 1px solid #E2E2E2;
    padding: 10px;
    font-size: 12px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5;
    width: 540px;
    margin: 5px 0 5px 0;
    text-align: left;
    white-space: normal;
}

.Rahmen p {
	margin: 0;
}

.RahmenOrange {
    background-color: #F29400;
    border: 0px solid #E2E2E2;
    padding: 10px;
    font-size: 12px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5;
    width: 540px;
    margin: 5px 0 5px 0;
    text-align: left;
    white-space: normal;
	color: #ffffff;
}

.RahmenOrange h2, .RahmenOrange h3, .RahmenOrange h4 {
	color: #000;
}

.BildLinks {
	float: left;
	margin: 0 10px 5px 0;
}
