@import url(nav_link_0.css);
@import url(nav_link_1.css);

body {
 background: #b0006e url('images/pinkbloks.gif') repeat 0px 0px;
 margin:0px;
 padding:0px;
 text-align: center;
 font-family:Arial;
 font-size: 12px;
}

#container {
 margin:0px auto;
background: url('images/container.gif') repeat-y 0px 0px;
width: 760px;
text-align: left;
left: 20px;
top: 0px;
} *> #container {
height: auto;
}

.shadowwrapper {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='template//papierklem/basis/images/shadow.png');
	width: 804px;
	margin:0 auto 0 auto;
	display:inline-block;
	background-repeat: repeat-y;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.shadowwrapper[class] {
	background-image:url(images/shadow.png);
}

#header {
background: #b0006e url('images/logo.jpg') no-repeat 0px 0px;
padding: 0px;
margin: 0px;
height: 125px;
width: 760px;
overflow: hidden;
}

#randomimage {
  height: 150px;
  width: 560px;
  padding: 0px;
  padding-left: 200px;
  overflow: hidden;
}

  #content {
background: url('images/content.gif') repeat-x 0px 0px;
  height: 500px;
  min-height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 200px;
  width: 520px;
  text-align: justify;
    }
*> #content {
height: auto;
}

#content a:link,#content a:visited, #content a:active {
	text-decoration: none;
	color: #b0006e;
	font-weight: bold;
}
#content a:hover,#content a:focus {
	text-decoration: underline;
	color: #b0006e;
}
#content ul {
	margin: 0px;
	padding: 0px;
}
#content ol {
	margin: 0px 0px 0px 22px;
	padding: 0px;
}
#content ul li {
	list-style: none;
	margin: 0px;
color: #b0006e;
}

#content h1 {
	font-size:170%;
	margin-top: 5px;
	margin-bottom: 2px;
        color: #b0006e;}
#content h2 {
	font-size:150%;
	margin-top: 5px;
	margin-bottom: 2px;
        color: #b0006e;}
#content h3 {
	font-size:130%;
	margin-top: 5px;
	margin-bottom: 2px;
        color: #b0006e;}
#content h4 {
	font-size:120%;
	margin-top: 5px;
	margin-bottom: 2px;
        color: #b0006e;}
#content h5 {
	font-size:100%;
	margin-top: 5px;
	margin-bottom: 2px;
        color: #b0006e;}
#content h6 {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 2px;
        color: #b0006e;}

#content img {
margin: 15px;
}

#content table {
 border: 0px;
}

#content table td.content, #content table tr {
 border: 0px;
}
#content table td.content a img {
   border: 0px;
}

  #left {
  position: absolute;
  background: #b0006e url('images/menu.gif') repeat-x 0px 0px;
    width: 200px;
    float: left;
    padding: 0px;
    margin-top: 125px;
    height: 476px;
}

#left ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#left li ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

