
/*	romanlibbertz.de - built in 03/07 by sven jürgensmeier - skrae.com	*/


/* Custom
----------------------------------------------- */
.archiv {
  font-size: 0.8em;
  border-bottom:1px dotted #444;
  padding-bottom:1.5em;
}
.nav {
  width: 100%;
  background-color: #e61103;
}
.name {
  border-bottom: 2px solid #000;
}



/* Body
----------------------------------------------- */
body {
  background:#fffef3;
  margin:0;
  padding:0px;
  font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  text-align:center;
  color:#484848;
  font-size/* */:/**/small;
  font-size: /**/small;
}



/* Links
----------------------------------------------- */
a:link {
  color:#687fc2; /* 9ad */
  text-decoration:none;
}
a:visited {
  color:#a7a;
  text-decoration:none;
}
a:hover {
  color:#ad9;
  text-decoration:underline;
}
a img {
  border-width:0;
}



/* Content
----------------------------------------------- */
#content {
  width:800px;
  margin:0 auto;
  padding: 50px 0px;
  text-align:left;
  }
#main {
  width:510px;
  float:right;
  }
#sidebar {
  width:230px;
  float:left;
  font-size: 0.8em;
  }



/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:bold 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#b1b1b1;
}


/* --------------------------------------------------------------------------------- */
/*	columns									*/
/* --------------------------------------------------------------------------------- */

.master {
	width: 100%;
	clear: both;
}

.column01 {
	width: 385px;
	float: left;
}

.column02 {
	width: 385px;
	float: right;
}



/* --------------------------------------------------------------------------------- */
/*	gallery									*/
/* --------------------------------------------------------------------------------- */

.pic-c-master {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.pic-c-pic {
	float: left;
	width: 130px;
	height: 130px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	background-color: #000;
}

.pic-c-pages {
	width: 100%;
	clear: both;
}

.pic-c-big {
	width: 100%;
	text-align: center;
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
}



/* --------------------------------------------------------------------------------- */
/*	stuff									*/
/* --------------------------------------------------------------------------------- */

img {
	border: 0;
}

.clear {
	clear: both;
	visibility: hidden
}