@CHARSET "ISO-8859-1";
/* ## LeviModular node CSS layout file ## */

html, body {
	height:100%;
	color:#706C67;
	margin: 0px;
	font-family: "Lucida Grande", Geneva, Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15pt;
	background-image: url(/img/stolpersteine/bgr_stolpersteine.gif);
	background-repeat: repeat;
}

.container {
	width:1068px;
	position:absolute;
	left:50%;
	margin-left: -534px;
	background-image: url(/img/stolpersteine/backl.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.main {
    clear:both;
    width:940px;
    padding:10px 0 10px 0;
    float:left;
    background-image: url(/img/stolpersteine/images/leftmenubtn.gif);
    background-repeat: repeat-y;
    background-color: #ECECCB;
}
	
/* PAGETITLE */
.main h1.pagetitle {
	margin:0 0 0.5em 0;
	padding:1px 0 1px 32px;
	background: url(/img/icon_pagetitle.gif) no-repeat;
	background-position:center left;
	color:rgb(255,255,255);
	font-weight:bold; font-size:220% !important;
}
.distance {float:left; width:64px; height:10px;}

#content-wrapper {
	width: 470px;
	float:left;
	padding-left:20px;
	padding-bottom:40px;
	}

.content {position:relative; width:590px; top:20px;}
.content-mainbox {width:547px; padding:0 10px 0 10px; background:#FFF; border: solid 1px #93b2cb;}
.content-mission {width:529px; padding:0 10px 0px 10px; margin: 0 0 0px 0; background:#FFF; border: solid 10px #93b2cb; background: #FFF url(/img/spd/teaser_610x280.jpg) no-repeat;}

.content .content-mission h1 {
    margin:5px 0 0 0;
    padding:3px 0px 5px 3px;
    background-color: #559DB3;
    color:#FFF;
    font-weight:bold;
    font-size:200%;}

/* HEADING -- Standard icon (1-Column / 2-Column) */
.content h1 {
    font-size: 20px;
    color: #333333;
    margin:0;
    padding:3px 0px 5px 3px;
    font-weight:bold;
    background: url(/img/oxygen/knotes.png) no-repeat;
    background-position:515px -1px;  
}

.content h2.line {clear:both; position:relative; z-index:1; top:-1px; margin: 0 20px 0 20px; padding:15px 35px 5px 0; border-top:solid 1px rgb(215,215,215); background: url(/img/icon_celltitle_level2.gif) no-repeat;  background-position:right 15px; color:rgb(75,75,75); font-weight:bold; font-size:180% !important; font-size:160%;}
.content h3 {margin:10px 0 -0.3em 0; padding:0 10px 0 10px; color:#6e81ae; font-weight:bold; font-size:180%;}
.content h3.line {/*Start IE Hack*/ position:relative; z-index:1; top:-1px; /* End IE Hack vertical alignment to blend top border with h1, if directly after each other*/ margin:0 20px -0.3em 20px; padding:1.0em 0 0 0; border-top:solid 1px rgb(215,215,215);}
.content h4 {margin:1.0em 0 -0.3em 0; padding:0 10px 0 10px; color:#6e81ae; font-weight:bold; font-size:160% !important;}
.content h5 {margin:1.0em 0 -0.5em 0; padding:0 10px 0 10px; color:#6e81ae; font-weight:bold; font-size:140% !important;}
.content h5.inpage {margin:0 0 0 0; padding:0 0px 0 0px; color:#6e81ae; font-weight:bold; font-size:160% !important;}
.content h6 {margin:0.4em 0 0.5em 0; padding:0 10px 0 10px; color:#6e81ae; font-weight:normal; font-size:130% !important;}

/* HEADING -- No icon */
.main h1.pagetitle-noicon {margin:0 0 0.5em 0; padding:1px 0 1px 0; background:none; color:rgb(255,255,255); font-weight:normal; font-size:220% !important /*Non-IE6*/; font-size:200% /*IE6*/;}
.content h1.noicon {background:none;}
.content h2.noicon {background:none;}

/* PARAGRAPH TEXT */
.content p, .profile dl{
    margin:1.0em 0 3px 0;
    line-height:140%;
    padding: 0 10px 0 10px;
    font-size: 11px;
    color: #666666;

}

P.bodytext A { font-weight: bold; }
.compact-link {line-height:1em; padding: 0 10px 0 10px; font-size:131%;}

.content p.details {margin:1em 0 1.0em 0; line-height:1.0em; font-size:120%;}
.content p.links, p.links a, p.links ul, p.links li {
    color:#999; 
    margin:-0.2em 0 1.0em 0;
    line-height:1.0em;
    list-style-type:none;
    display:inline;
}

.content hr {
    color:#FFFFFF; background-color:#FFFFFF;
    position:relative;
    padding: 0 0 0 0;
    height: 0px;
    /* End IE Hack vertical alignment to blend top border with h1, if directly after each other */
    border-bottom: solid 1px #d7d7d7;
}
    
.content blockquote {clear:both; margin:0 30px 0.6em 30px; font-size:90%;}

/** LISTS **/
    /** Keywords **/
.content ul {margin:1.4em 0 1.0em 0; padding:0 20px 0 20px; list-style-type:none;}
.content ul li {
	color: #3e5ca9;
	margin:0 0 0.3em 2px;
	padding:0 0 0 12px;
	background:url(/img/bg_bullet_square.gif) no-repeat 0 0.5em;
	line-height:1.3em; font-size:131% !important /*N-IE6*/;
	font-size:115% /*IE6*/;
}
.content ul.indent {padding:0 50px 0 50px;}

    /** Enumeration **/
.content ol {
	margin:1.4em 0 1.0em 0;
	padding:0 20px 0 40px !important /*Non-IE6*/;
	padding:0 20px 0 50px /*IE6*/;
}

.content ol li {
	list-style-type:decimal;
	list-style-position:outside;
	margin:0 0 0.3em 3px;
	line-height:1.3em;
	font-size:131% !important /*Non-IE6*/;
	font-size:115% /*IE6*/;
}
.content ol.indent {padding:0 20px 0 70px !important /*N-IE6*/; padding:0 20px 0 80px /*IE6*/;}

/* TABLE (1-Column / 2-Column) */
.content table {
    clear:both;
    margin:10px 10px 10px 10px;
    table-layout:auto;
    border-collapse:collapse;
    empty-cells:show;
    background-color:rgb(233,232,244);
}

.content table thead th {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:rgb(175,175,175);
	text-align:left; 
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:110%;
}
	
.content table th {
	height:3.0em;
	padding:2px 20px 2px 7px;
	border:solid 2px rgb(245,245,245);
	text-align:left;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:110%;
}

.content table td {
	height:3.0em;
    padding:2px 7px 2px 7px;
    border:solid 2px rgb(245,245,245);
    text-align:left;
    font-weight:normal;
    color:rgb(80,80,80);
    font-size:110%;
 }
   
.content p.caption {clear:both; margin:0.5em 0 2.0em 0; text-align:left; color:rgb(80,80,80); font-size:120%;}
.content p.center {text-align: center;}


/* Special block */
.content1-container {clear:both; float:left;}
.content1-container-1col {overflow: hidden; width:530px;}
.content-title-shade-size2 {padding: 0px 10px 10px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 150%;}
.txt-white {color: rgb(255,255,255);}
.box-on {float: left; min-width: 0.3em; margin-right: 0.2em; padding: 0px 0.2em 0px 0.3em;}
.content-txtbox-shade {margin: 0px; padding: 0px 10px 5px 10px; background-color: rgb(235,235,235);}
ul.indent {margin: 0px 0px 7px 15px; padding: 0px 0px 0px 15px; list-style-type: disc; font-family: arial; font-size: 120%;}
