* {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-family: "Times New Roman", Times, serif;
  color: #333;
}

body {
  background: #f2f5fa;
}

div, table, ul, a, img, fieldset, input, textarea {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Container Positioning */

#container {
  margin: 20px auto;
  width: 900px;
}

#header, #footer {
  position: relative; 
  height: 100px;
  background: #f2f5fa;
}

#maincontainer {
  position: relative;
  height: 400px;
  background: #039;
}

#content {
  position: absolute;
  left: 400px;
  width: 410px;
  background: #fff;
  overflow:auto;
}

#menu {
  position: absolute; 
  left: 0px;
  width: 155px;
  border-right: 5px solid #9f005b;
  background: #039;
  overflow: scroll;
}

#content, #menu {
  top: 0px;
  padding: 40px 20px 20px 20px;
  height: 340px;
}

#photo {
  position: absolute;
  background: #ccc;
  top: 0px;
  left: 200px;
  width: 200px;
  height: 400px;
}

#photo, #menu {
  overflow: hidden;
}

/* Menu Styling */

#menu * {
  line-height: 18px;
}

#menu ul {
  list-style: none;
  margin-bottom: 18px;
}

#menu ul li a, #menu ul li {
  color: #ccf;
}

#menu ul li a:hover,
#menu ul li a.active {
  color: #fff;
}

#menu .hidden, #menu dfn {
  display: none;
}

/* Default Stuff */

#content p {
  margin-bottom: 18px;
}

#content h1, #content h2, #content h3 {
  margin-bottom: 14px;
}

#content h1 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
}

/* Special Content Stuff */

#content ul {
  padding-left: 16px;
  margin-bottom: 18px;
  list-style-image: url(imgs/contentBullet.gif);
}

#content .contenttable,
#content .csc-uploads {
  width: 100%;
  margin-bottom: 18px;
  border-collapse: collapse;
}

#content .contenttable td,
#content .csc-uploads td {
  padding: 7px 10px;
  vertical-align: top;
}

#content .contenttable .td-0 {
  border-right: 2px solid #fff;
}

#content .tr-even, #content .even {
  background: #ccc;
}

#content .tr-odd, #content .odd {
  background: #e5e5e5;
}

#content .align-right {
  text-align: right;
}

#content .csc-uploads p {
  margin-bottom: 0;
}

#content .filelinks {
  margin-bottom: 18px;
}

#content .filelinks div {
  position: relative;
  padding: 7px 10px;
}

#content .filelinks span.filesize {
  text-align: right;
  position: absolute;
  top: 7px;
  right: 10px;
  width: 100px;
}

#content .filecount {
  display: none;
}


/* Header */

#logo {
  position: absolute;
  width: 200px;
  height: 100px;
  top: 0px;
  left: 0px;
}

#slogan {
  position: absolute;
  width: 400px;
  height: 100px;
  top: 0px;
  left: 400px;
  background: url(imgs/slogan.png) top left no-repeat;
}

/* Footer */ 

#advisco {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 300px;
}

#advisco * {
  color: #ccc;
}

#footermenu {
  position: absolute;
  right: 50px;
  top: 20px;
  width: 300px;
  text-align: right;
}

/* Photo (Mitte) */

#photo h1 {
  display: none;
}

#photo * {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

/* Kontaktformular Shit */

.csc-mailform input,
.csc-mailform textarea {
  width: 270px;
  padding: 2px;
}

.csc-mailform #absenden {
  text-align: right;
}
.filelinks .pdf {
	background-repeat:no-repeat !important;
	padding-left:20px !important;
	background-position:left center !important;
}
