/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

bee-gees-show.de
all styles & code by derkohler.com

globals: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* {
    padding: 0;
    margin: 0;} 

body {
	background-color: #f0f0f0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;}
	
#wrap {
	width: 946px;
	margin: 0px;}
	
#top {}
#content {}

#footer {
	margin-left:345px;
	width:601px;
	height:30px;
	background-image: url(img/bg-mainstage-ft.gif);
	background-position: left top;
	background-repeat: no-repeat;}
	
#bottom {}

#cn-navmain {
	width:260px;
	position:absolute;
	top:400px;
	left:35px;}
	
#cn-navsub {
	width:100%;
	height:30px;
	margin-bottom:15px;
	background-image: url(img/bg-subnav.gif);
	background-position: left top;
	background-repeat: no-repeat;}
	
#cn-navsub-empty {
	width:100%;
	height:30px;
	margin-bottom:15px;}

.left {
	width:345px;
	height:550px;
	bgcolor:#ffffff;
	float:left;
	background-image: url(img/keyv.png);
	background-position: left top;
	background-repeat: no-repeat;}

.main {
	width:600px;
	
	min-height:550px;
	height:auto !important;
	height:550px;
	
	float:left;
	background:#ffffff;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background-image: url(img/bg-mainstage.gif);
	background-position: bottom right;
	background-repeat: no-repeat;}
	
.headline {
	width:100%;
	height:56px;
	margin-top:20px;
	overflow:hidden;}
	
.stage {
	margin-left:40px;
	margin-right:40px;
	margin-bottom:20px;
	display:block;}

.clear {
	clear:both;}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
p, table, tr, td, div,
ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	text-decoration: none;}
	
h1, h2, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: none;}
	
h1 {
	font-size: 18px;}

h2 {
	font-size: 14px;}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	text-decoration: none;
	font-size: 14px;}

p, h1 {
	margin-bottom: 10px;}
	
a,
a:link,
a:visited,
a:active {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;}
	
a:hover {
	text-decoration: underline;}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
.bold-red {
	color: #cc0000;
	font-weight: bold;}
	
.bold {
	font-weight: bold;}
	
blockquote {
	color: #cc0000;
	background-color: #f0f0f0;
	padding: 15px;
	margin: 0px;
	border: 1px solid #cc0000;}
	
.img {
	background-color:#f0f0f0;
	padding:10px;
	border:1px solid #909090;
	text-align:center;}

	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #909090;
	margin-top:0px; 
	margin-bottom:30px;}

.mainstage {
	background-image: url(img/bg-mainstage.gif);
	background-position: bottom right;
	background-repeat: no-repeat;}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bg-white {
	bgcolor: #ffffff;}
	
.bg-lgrey {
	background-color: #f0f0f0}
	
.bg-red {
	background-color: #cc0000;}
	
.bg-black {
	background-color: #000000;}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
.nomargin {
	margin-bottom:0px;}

#vspc {
	width: 100%;
	height: 1px;
	color: #4a4a4a;
	margin-top:15px;
	margin-bottom:15px;
	display: block;}
	
#vspc10 {
	height: 10px;
	display: block;}
	
#vspc20 {
	height: 20px;
	display: block;}
	
