/* -------------------------------------------------------------- 
  
   CSW Screen Style
   * by nckck.com
   * uses parts of boilerplate and 960.gs
   
-------------------------------------------------------------- */


@import "reset.css";
@import "typography.css";
@import "960.css";



/* Page
------------------------*/

body {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	padding: 0px 0 40px;
}

.start {
	background-image: url(/fileadmin/img/christiansamuelweber_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}

html {
  overflow: -moz-scrollbars-vertical;
}


/* Header
------------------------*/

#foto {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 550px;
}

#video {
  position: relative;
  overflow: hidden;
  width: 460px;
  min-height: 500px;
  background-color: black;
  /*background-image: url(/fileadmin/templates/img/vid_bg.jpg);*/
  padding-top: 50px;
}

#video .tx-rgmediaimages-pi1 {
	
}

#pager {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style-type: none;
  z-index: 90;
}

#pager li {
  float: left;
  padding: 0;
  margin: 0;
}

#pager li a {
  float: left;
  width: 17px;
  height: 17px;
  padding: 4px 4px 0px 4px;
  text-align: center;
  margin: 0;
  background: white;
  text-decoration: none;
}

#pager li a.activeSlide {
  background: none;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

#logo {
  margin-top: 50px;
}


/* Menu
------------------------*/

#menu {
  margin-top: 25px;
  list-style-type: none;
}

#menu li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}


/* Content
------------------------*/

#content {
  margin-top: 50px;
  clear: both;
  padding-top: 20px;
  border-top: 1px solid #000;
}

#content ul {
	margin-left: 2em;
}

.links {
	padding-bottom: 30px;
}

.links p {
	width: 100%;
	padding-bottom: 25px;
	clear: both;
}

.ie .links p {
	padding-bottom: 25px;
	margin-bottom: 0px;
}

.links h3 {
	clear: both;
	margin-bottom: 0;
}

.links p a {
	clear: both;
	float: left;
	padding: 7px 0 2px;
}

.links p span {
	float: left;
	clear: both;
	color: #666;
	margin-top: 2px;
	margin-bottom: 6px;
}

.csc-firstHeader {
	margin-top: 0;
}

.vita {
	clear: both;
}

.vita h3 {
	padding-top: 20px;
	margin-bottom: 0;
}

.vita .allgemein, .vita .eintrag {
	padding: 15px 0;
	clear: both;
}

.ie .vita .allgemein, .ie .vita .eintrag {
	padding: 10px 0;
	clear: both;
}

.vita .allgemein .jahr, .vita .eintrag .jahr {
	color: #666;
	font-weight: bold;
}

.eintrag {
	clear: both;
}

/* Footer
------------------------*/

#footer {
	color: #666;
	clear: both;
}

#footer p {
  margin: 15px 0 0 0;
  padding: 3px 0 0 0;
  border-top: 1px solid #666;
  font-size: 11px;
}

#footer a {
  color: #666;
}

#content .csc-frame-frame1 .csc-textpic {
    -moz-column-count: 2;
    -moz-column-gap: 0em;
    -webkit-column-count: 2;
    -webkit-column-gap: 0em;
}
