/* 
 (c) 2003-12, Thomas Abraham, webmaster@mendelssohn-stiftung.de
 CSS rules for blaubuch.html, originally located on
 http://mendelssohn-stiftung.de
 You can use this little stylesheet for Your own version of blaubuch.html.
 But don't forget to apply Your own general rules!
*/


/* At first import Your own base style here: */
@import url(css/global.css);



/* Rules for blaubuch*/
/* If You are not familiar with creating of CSS 2.0, don't change the following rules until EOF! */

#header {
	margin:0.5em 8% 1em 8%;
}
#column-left {
	float:left;
	width:50%;
}
#column-right {
	float:right;
	width:50%;
}

#footer {
	clear:both;
	text-align:center;
}

img {
        display:block;
        float:left;
        margin-right:0.5em;
}

.new-img {
        clear:left;
        padding:0.3em 0.5em 0.3em 0em;
}

.pbr {
	font-size:1px;
}

.nobr {white-space:nowrap;}

