/* 
	Main CSS-Styles for conbent
	url: http://www.conbent.de
	author: Robert Weber for closingtag 200x
	email: info@closingtag.de
*/

/* get all the reset styles to overwrite browser defaults */

@import url("reset.css");

#cb {
	position: relative;
	font-size: 62.5%;
	line-height: 1;
	font-family: Verdana, Tahoma, sans serif;
	width: 960px;
	padding: 250px 0 50px;
	margin: 0 auto;
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;	
}

#cb hr {
	display: none;
}

#cb a:link, #cb a:visited, #cb a {
	color: #000;
}

#cb a:active, #cb a:hover,
#cb #navigation li.menu-current > a {
	color: #ad0e3e;
	text-decoration: none;
}

#cb.consulting {
	/* background-image: url(../img/consulting.png); */
} 

#cb.entertainment {
	/* background-image: url(../img/entertainment.png); */
} 

#cb h1 {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../img/logo.png) no-repeat;
	width: 250px;
	height: 250px;
}

#cb h1 a {
	white-space: nowrap;
	text-indent: -1982px;
	display: block;
	height: 250px;
	width: 250px;
}

#cb #navigation {
	position: absolute;
	top: 282px;
	left: 0;
	width: 240px;
	font-size: 1.4em;
	line-height: 2;
}

#cb #navigation ul {
	font-size: 0.785em;
	line-height: 1.818;
}

#cb #navigation li {
	text-align: right;
}

#cb #navigation ul ul {
	padding: 0 0 11px 0;
	background: transparent url(../img/navi_border.gif) bottom right no-repeat;
}

#cb #content {
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	line-height: 1.333;
	width: 660px;
	padding: 36px 0 50px 300px;
	background: transparent url(../img/border.gif) no-repeat;
	min-height: 400px;
}

#cb #content a:link, #cb #content a:visited, #cb #content a {
	color: #ad0e3e;
	text-decoration: underline;
}

#cb #content a:active, #cb #content a:hover {
	color: #000;
	text-decoration: none;
}

#cb #content h2 {
	color: #ad0e3e;
	font-weight: normal;
	font-family: Verdana, Tahoma, sans serif;
	font-size: 1.333em;
	line-height: 1.25;
	padding: 0 0 1.25em;
}

#cb #content p, #cb #content ul {
	padding: 0 0 1.333em;
}

#cb #content ul {
  list-style-type: square;
  padding-left: 2em;
}

#cb #footer {
	position: relative;
	padding: 16px 0 0;
	background: transparent url(../img/border.gif) no-repeat;
}

#cb #footer #copyright {
	position: absolute;
	top: 16px;
	left: 0;
	width: 240px;
	text-align: right;
}

#cb #footer #metanavigation {
	position: absolute;
	top: 16px;
	right: 10px;
}

#cb #footer #metanavigation li {
	float: left;
	height: 1em;
	padding: 0 5px;
	margin: 0;
	border-left: 1px solid #000;
}

#cb #footer #metanavigation li:first-child {
	border: 0;
}

#cb #images li {
  float: left;
  padding: 0 1em 1em 0;
}

#cb #image_detail, #cb #images li p {
  text-align: center;
}

#cb #image_detail h3 {
  padding-bottom: 1em;
}

/* Override WB Inline-Styles */

#cb #content {
	font-size: 1.2em !important;
	line-height: 1.333 !important;
}

#cb #content, #cb #content span, #cb #content p, #cb #content div {
	font-family: Georgia, Times, serif !important;
	color: #000 !important;
}

#cb #content a:link span, #cb #content a:visited span, #cb #content a span,
#cb #content a:link, #cb #content a:visited, #cb #content a {
	color: #ad0e3e !important;
}

#cb #content u {
  text-decoration: none;
  font-weight: bold;
}

#cb #content img {
  float: left;
  margin: 0 1em 1em 0;
}