/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ 
text-align : center;
background-color : #e7eaef; background-image: url(../gimg/bg.gif);}

body { 
padding-top : 0px;
position : relative; 
width : 800px; 
border-left: 1px solid #07275c;
border-right: 1px solid #07275c;
border-bottom: 1px solid #07275c;
margin : 0 auto; 
text-align : left; }

div#content { 
z-index : 1;
background-color : #fff; 
position : relative; 
width : 800px;
height: 500px;
padding-top:30px;
padding-bottom: 20px;}

table#text {
width:800px;
background:transparent;
}
td#txt {
	vertical-align: top;
}

div#zentrum {
position : relative;
z-index : 3;
top: 40px;
width : 100%;
height : 100px;
background : #e7eaef; }

div#verein {
position : relative;
z-index : 4;
top: 48px;
width : 100%;
height : 100px;
background : #f2edee; }

div#stiftung {
position : relative;
z-index : 5;
top: 56px;
width : 100%;
height : 100px;
background : #fff5da; }

div#info { 
top : 10px;
position : absolute;
z-index : 2;
left: 385px;  
text-align: right;
width : 400px;
height : 24px;
color: #c1c9d6;
background : #fff; }


div#footer {
position : relative;
padding-top: 6px;
z-index : 7;
height : 20px;
background : #e7eaef;
font-size: 0.9em;
padding-left: 56px; }



/* typography.css */

body { 
font : 0.6em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif; color : #07275c; }

h1 {
	padding-left: 56px; 
	padding-top: 40px;
	font-size: 2.1em;
	}


p {
	margin: 10px;
	font-size : 100%;
}


a:link, a:visited { text-decoration :  underline; }
a:link, a:visited { color : #07275c; }

a.inav {font-size: 11px; color: #07275c;  font-weight:  normal; }
a.inav:link, a.inav:visited { text-decoration: none; color:  #07275c; }
a.inav:hover, a.inav:active { text-decoration: none; color: #c1c9d6;  }

a.flink, a.flink:visited { text-decoration : none; }
a.flink:hover { color: #c1c9d6; }



