html,address,blockquote,body,div,dl,dt,dd,fieldset,form,h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre,table,tr,td,th,thead,tbody,tfoot,caption {
	font-family:inherit; font-style:normal; font-weight:normal;
	font-variant:normal; font-size:inherit; line-height:inherit;
	text-align:left; text-decoration:none; padding:0; margin:0;
	float:none; border:0px; display:block; cursor:default; }
span,a,img,abbr,code,em,strong,b,i,textarea,legend,button,input,select,var,tt,kbd,samp,small,sub,sup {
	font:inherit; background:transparent; padding:0; margin:0;
	color:inherit; display:inline; float:none; border:0; }

li       { display:list-item; }

table    { display:table; border-spacing:0; border-collapse:collapse; }
tr       { display:table-row; }
th,td    { display:table-cell; }
thead    { display:table-header-group; }
tbody    { display:table-row-group; }
tfoot    { display:table-footer-group; }
caption  { display:table-caption; }
colgroup { display:table-column-group; }
col      { display:table-column; }

head     { display:none; }

/* Optionales */
html {
	font-family:Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size:12px; line-height:1.5em; }
a:link, a:visited, a:hover, a:active { cursor:pointer; }
input, textarea, button, select { cursor:auto; }
ul li { list-style-type:square; }
ol li { list-style-type:decimal; }

/* Layout */
#oben, #navigation { display:none; }
#wrapper, #unten { 
	position:relative; top:0; left:0; 
	width:786px; margin:0 auto;
}

#wrapper { height:600px; }

/* Boxen */
#webdesign { position:absolute; top:50px; left:120px;  }
#texte { position:absolute; bottom:220px; left:0px; }
#weblog { position:absolute; bottom:330px; left: 480px; }

div.box { width:306px; background:#fff url(../img/v4/box-mitte.png) repeat-y 50% 50%; }
div.box .oben  { background:#fff url(../img/v4/box-oben.png)  no-repeat 0% 0%;   height:13px; }
div.box .unten { background:#fff url(../img/v4/box-unten.png) no-repeat 0% 100%; height:12px; }

div.box p, div.box h2 { padding:0 10px 10px 10px; }
div.box h2 { font-weight:bold; font-size:13px; }

/* Design-Zusätze */
#designblase { 
	position:absolute; top:213px; left:353px; 
	width:105px; height:208px; 
	background:#fff url(../img/v4/blase-design.png) no-repeat 0 0;
}
#texte-blase { 
	position:absolute; top:413px; left:150px; 
	width:184px; height:91px; 
	background:#fff url(../img/v4/blase-text.png) no-repeat 0 0;
}
#weblogblase { 
	position:absolute; bottom:150px; left:630px; 
	width:116px; height:140px; 
	background:#fff url(../img/v4/blase-weblog.png) no-repeat 0 0;
}
#logo { 
	position:absolute; top:430px; left:380px; 
	width:213px; height:103px; 
	background:#fff url(../img/v4/kronn-feder.png) no-repeat 0 0;
}


/* Links */
a:link    { text-decoration:none; border-bottom:1px solid; font-weight:bold; }
a:visited { text-decoration:none; border-bottom:0px; }
a:hover, 
a:active  { text-decoration:none; border-bottom:1px solid; }

/* Links */
a:link    { text-decoration:none; font-weight:bold; }
a:visited { text-decoration:none; font-weight:bold; }
a:focus,
a:hover, 
a:active  { text-decoration:none; font-weight:bold; border-bottom:1px solid; }

#webdesign a:link { color:#060; }
#webdesign a:visited { color:#393; }
#webdesign a:hover, 
#webdesign a:focus
#webdesign a:active { color:#060; border-color:#060; }

#texte a:link { color:#630; }
#texte a:visited { color:#963; }
#texte a:hover, 
#texte a:focus
#texte a:active { color:#630; border-color:#630; }

#weblog a:link, a:link { color:#36f; }
#weblog a:visited, a:visited { color:#6af; }
#weblog a:hover, a:hover,
#weblog a:focus, a:focus,
#weblog a:active, a:active { color:#36f; border-color:#36f; }

/* unteren Bereich */
#unten { font-size:11px; line-height:16px; color:#666; }

