/* Generieke css voor alle pagina's */
body, html{
	margin-top: 0px;
	margin-bottom: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
h1, h2{
	margin: 0px;
	font-size: 16px;
}
p{
	margin: 0px;
}
a:link{
	color:#EFC956;
	text-decoration: none;
}
a:hover{
	color:#EFC956;
	text-decoration: underline;
}
a:visited{
	color:#EFC956;
	text-decoration: none;
}
a:visited:hover{
	color:#EFC956;
	text-decoration: underline;
}

#topmenu{
	width: 960px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
}
:focus { 
    outline: 0; 
}
#kolom1{
	margin-right: 20px;
}
#kolom2, #kolom3 {
	padding-bottom: 40px;
}
/* Generieke css voor topmenu */
#topmenuitem1{background-image: url('../images/topmenu/topmenu_item1.png');width:76px;}
#topmenuitem2{background-image: url('../images/topmenu/topmenu_item2.png');width:71px;}
#topmenuitem3{background-image: url('../images/topmenu/topmenu_item3.png');width:126px;}
#topmenuitem4{background-image: url('../images/topmenu/topmenu_item4.png');width:73px;}
#topmenuitem5{background-image: url('../images/topmenu/topmenu_item5.png');width:83px;}
#topmenuitem6{background-image: url('../images/topmenu/topmenu_item6.png');width:100px;}
#topmenuitem7{background-image: url('../images/topmenu/topmenu_item7.png');width:90px;}
#topmenuitem8{background-image: url('../images/topmenu/topmenu_item8.png');width:72px;}
#topmenuitem9{background-image: url('../images/topmenu/topmenu_item9.png');width:72px;}
#topmenuitem10{background-image: url('../images/topmenu/topmenu_item10.png');width:126px;}
#topmenuitem11{background-image: url('../images/topmenu/topmenu_item11.png');width:64px;}

.topmenuitem{
	line-height: 16px;
	display: block;
	float: left;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	cursor: pointer;
}
.topmenuitem:hover{
	line-height: 16px;
	display: block;
	float: left;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0px -16px;
	text-decoration: none;
}
.topmenuitem:visited{
	line-height: 16px;
	display: block;
	float: left;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	cursor: pointer;
}
.topmenuitem:visited:hover{
	line-height: 16px;
	display: block;
	float: left;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0px -16px;
	text-decoration: none;
	cursor: pointer;
}
.topmenuitem_active{
	line-height: 16px;
	display: block;
	float: left;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0px -16px;
	text-decoration: none;
	cursor: default;
}
.topmenuitem_active:hover, topmenuitem_active:visited,  .topmenuitem_active:visited:hover{
	text-decoration: none;
}

#facebook{
	display:block;
	width: 40px;
	height: 40px;
	margin-right: 16px;
	margin-bottom: 16px;
	background-image: url('../images/facebook_icon.png');
	background-repeat: none;
	background-position: 0px 0px;
	float: left;
}
#facebook:hover, #facebook:visited:hover{
	background-position: 0px -40px;
}

#twitter{
	display:block;
	width: 40px;
	height: 40px;
	margin-right: 64px;
	margin-bottom: 16px;
	background-image: url('../images/twitter_icon.png');
	background-position: 0px 0px;
	background-repeat: none;
	float: right;
}
#twitter:hover, #twitter:visited:hover{
	background-position: 0px -40px;
}
#myspace{
    display:block;
	width: 40px;
	height: 40px;
	margin-right: 16px;
	background-image: url('../images/myspace_icon.png');
	background-repeat: none;
	background-position: 0px 0px;
	float: left;
}
#myspace:hover, #myspace:visited:hover{
	background-position: 0px -40px;
}
#hyves{
    display:block;
	width: 40px;
	height: 40px;
	margin-right: 64px;
	background-image: url('../images/hyves_icon.png');
	background-repeat: none;
	background-position: 0px 0px;
	float: right;
}
#hyves:hover,#hyves:visited:hover{
	background-position: 0px -40px;
}

.title{
	margin-bottom: 10px;
}

input{
	width: 154px;
	height: 22px;
	color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #D2461E;
	padding-top: 4px;
	padding-left: 4px;
	float: left;
}

/* styles voor homepage*/

body.home{
	background-color: #241006;
}
.home input{
	background-color: #241006;
}
.home #container{
	width: 1151px;
	background-image: url('../images/background_home.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	min-height:1028px;
	height:auto !important;
	height:1028px;
}
.home #header{
	width: 960px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header_home.png');
	background-repeat: no-repeat;
	background-position: top center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D2461E;
}
.home #content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
}
.home #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.home #live, #signup, #links, #tweets{
	margin-top: 20px;
}
.home .kolom1{
	float: left;
}
.home #kolom2{
	width:280px;
	float: left;
	margin-right: 20px;
}
.home #kolom3{
	width: 280px;
	float: left;
	margin-right: 20px;
}
.home #kolom4{
	width: 180px;
	float: left;
}

/* styles voor news page*/

body.news{
	background-color: #30260f;
}
.news input{
	background-color: #30260f;
}
.news #container{
	width: 1151px;
	background-image: url('../images/background_news.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	min-height:1028px;
	height:auto !important;
	height:1028px;
}
.news #header{
	width: 960px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header_news.png');
	background-repeat: no-repeat;
	background-position: top center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D2461E;
}
.news #content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
}
.news #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.news #live, #signup, #links, #tweets{
	margin-top: 20px;
}
.news .kolom1{
	float: left;
}
.news #kolom2{
	width:280px;
	float: left;
	margin-right: 20px;
}
.news #kolom3{
	width: 280px;
	float: left;
	margin-right: 20px;
}
.news #kolom4{
	width: 180px;
	float: right;
}

.news #title{
	width:590px;
	float: left;
	margin-right: 10px;
}

/* styles voor biography page*/

body.biography{
	background-color: #14291a;
}
.biography input{
	background-color: #14291a;
}
.biography #container{
	width: 1151px;
	background-image: url('../images/background_biography.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	min-height:1028px;
	height:auto !important;
	height:1028px;
}
.biography #header{
	width: 960px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header_biography.png');
	background-repeat: no-repeat;
	background-position: top center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D2461E;
}
.biography #content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
}
.biography #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.biography #live, #signup, #links, #tweets{
	margin-top: 20px;
}
.biography .kolom1{
	float: left;
}
.biography #kolom2{
	width:280px;
	float: left;
	margin-right: 20px;
}
.biography h1{
	font-size: 16px;
	font-style: italic;
}
.biography #kolom3{
	width: 280px;
	float: left;
	margin-right: 20px;
}
.biography #kolom4{
	width: 180px;
	float: right;
}
.biography #title{
	width:590px;
	float: left;
	margin-right:10px;
}

.biography #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.biography #live, #signup, #links, #tweets{
	margin-top: 20px;
}

/* styles voor livepage*/

body.live{
	background-color: #241006;
}
.live input{
	background-color: #241006;
}
.live #container{
	width: 1151px;
	background-image: url('../images/background_home.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	min-height:1028px;
	height:auto !important;
	height:1028px;
}
.live #header{
	width: 960px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header_home.png');
	background-repeat: no-repeat;
	background-position: top center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D2461E;
}
.live #content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
}
.live #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.live #live, #signup, #links, #tweets{
	margin-top: 20px;
}
.live .kolom1{
	float: left;
}
.live #kolom2{
	width:580px;
	float: left;
	margin-right: 20px;
}
.live #kolom4{
	width: 180px;
	float: left;
}
#live_title{
	background-image: url('../images/title_live_live.png');
	background-repeat: no-repeat;
	width: 590px;
	height: 32px;
}

/* styles voor lyrics page*/

body.lyrics{
	background-color: #30260f;
}
.lyrics input{
	background-color: #30260f;
}
.lyrics #container{
	width: 1151px;
	background-image: url('../images/background_news.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	min-height:1028px;
	height:auto !important;
	height:1028px;
}
.lyrics #header{
	width: 960px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header_news.png');
	background-repeat: no-repeat;
	background-position: top center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D2461E;
}
.lyrics #content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
}
.lyrics #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.lyrics #live, #signup, #links, #tweets{
	margin-top: 20px;
}
.lyrics .kolom1{
	float: left;
}
.lyrics #kolom2{
	width:280px;
	float: left;
	margin-right: 20px;
}
.lyrics #kolom3{
	width: 280px;
	float: left;
	margin-right: 20px;
}
.lyrics #kolom4{
	width: 180px;
	float: right;
}

.lyrics #title{
	width:590px;
	float: left;
	margin-right: 10px;
}


/* styles voor gallery page*/

body.gallery{
	background-color: #14291a;
}
.gallery input{
	background-color: #14291a;
}
.gallery #container{
	width: 1151px;
	background-image: url('../images/background_biography.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	min-height:1028px;
	height:auto !important;
	height:1028px;
}
.gallery #header{
	width: 960px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header_biography.png');
	background-repeat: no-repeat;
	background-position: top center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D2461E;
}
#gallery_archive_title{
	background-image: url('../images/title_gallery_gallery.png');
	background-repeat: no-repeat;
	width: 590px;
	height: 33px;
}
#gallery_title{
	background-image: url('../images/title_gallery_gallery.png');
	background-repeat: no-repeat;
	width: 590px;
	height: 33px;
}
.gallery #content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
}
.gallery #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.gallery #live, #signup, #links, #tweets{
	margin-top: 20px;
}
.gallery .kolom1{
	float: left;
}
.gallery #kolom2{
	width:580px;
	float: left;
	margin-right: 20px;
}
.gallery #kolom2_gallery_archive{
	width:580px;
	float: left;
	margin-right: 20px;
}
.gallery h1{
	font-size: 16px;
	font-style: italic;
}
.gallery #kolom3{
	width: 280px;
	float: left;
	margin-right: 20px;
}
.gallery #kolom4{
	width: 180px;
	float: right;
}
.gallery #title{
	width:590px;
	float: left;
	margin-right:10px;
}

.gallery #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.gallery #live, #signup, #links, #tweets{
	margin-top: 20px;
}

/* styles voor video page*/

body.video{
	background-color: #241006;
}
.video input{
	background-color: #241006;
}
.video #container{
	width: 1151px;
	background-image: url('../images/background_home.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	min-height:1028px;
	height:auto !important;
	height:1028px;
}
.video #header{
	width: 960px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header_home.png');
	background-repeat: no-repeat;
	background-position: top center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D2461E;
}
.video #content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
}
.video #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.video #live, #signup, #links, #tweets{
	margin-top: 20px;
}
.video .kolom1{
	float: left;
}
.video #kolom2{
	width:280px;
	float: left;
	margin-right: 20px;
}
.video h1{
	font-size: 16px;
	font-style: italic;
}
.video #kolom3{
	width: 280px;
	float: left;
	margin-right: 20px;
}
.video #kolom4{
	width: 180px;
	float: right;
}
.video #title{
	width:590px;
	float: left;
	margin-right:10px;
}

.video #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.video #live, #signup, #links, #tweets{
	margin-top: 20px;
}

/* styles voor blog page*/

body.blog{
	background-color: #30260f;
}
.blog input{
	background-color: #30260f;
}
.blog #container{
	width: 1151px;
	background-image: url('../images/background_news.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	min-height:1028px;
	height:auto !important;
	height:1028px;
}
.blog #header{
	width: 960px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header_news.png');
	background-repeat: no-repeat;
	background-position: top center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D2461E;
}
.blog #content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
}
.blog #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.blog #live, #signup, #links, #tweets{
	margin-top: 20px;
}
.blog .kolom1{
	float: left;
}
.blog #kolom2{
	width:580px;
	float: left;
	margin-right: 20px;
}
.blog #kolom4{
	width: 180px;
	float: right;
}

.blog #title{
	width:590px;
	float: left;
	margin-right: 10px;
}
small.blogtags{
	font-variant: small-caps;
	color: #cccccc;
}
small.blogdate{
	font-variant: small-caps;
	color: #cccccc;
}
.blog h1{
	margin-top: 10px;
	margin-bottom: 5px;
}
.blog .avatar{
	height: 58px;
	width: 100%;
	background-image: url('../images/background_comments_arrow.png');
	background-position: 60px 0px;
	background-repeat: no-repeat;
}
.blog .comments{
	width: 560px;
	background-image: url('../images/background_comments.png');
	margin-bottom: 10px;
	padding: 10px;
}


/* styles voor contact page*/

body.contact{
	background-color: #241006;
}
.contact input{
	background-color: #241006;
}
.contact #container{
	width: 1151px;
	background-image: url('../images/background_home.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	min-height:1028px;
	height:auto !important;
	height:1028px;
}
.contact #header{
	width: 960px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header_home.png');
	background-repeat: no-repeat;
	background-position: top center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D2461E;
}
.contact #content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
}
.contact #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.contact #live, #signup, #links, #tweets{
	margin-top: 20px;
}
.contact .kolom1{
	float: left;
}
.contact #kolom2{
	width:280px;
	float: left;
	margin-right: 20px;
}
.contact h1{
	font-size: 16px;
	font-style: italic;
}
.contact #kolom3{
	width: 280px;
	float: left;
	margin-right: 20px;
}
.contact #kolom4{
	width: 180px;
	float: right;
}
.contact #title{
	width:590px;
	float: left;
	margin-right:10px;
}

.contact #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.contact #live, #signup, #links, #tweets{
	margin-top: 20px;
}

/* styles voor linkspage*/
body.links{
	background-color: #30260f;
}
.links input{
	background-color: #30260f;	
}
.links #container{
	width: 1151px;
	background-image: url('../images/background_news.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	min-height:1028px;
	height:auto !important;
	height:1028px;
}
.links #header{
	width: 960px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header_news.png');
	background-repeat: no-repeat;
	background-position: top center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D2461E;
}
.links #content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
}
.links #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.links #live, #signup, #links, #tweets{
	margin-top: 20px;
}
.links .kolom1{
	float: left;
}
.links #kolom2{
	width:280px;
	float: left;
	margin-right: 20px;
}
.links #kolom3{
	width: 280px;
	float: left;
	margin-right: 20px;
}
.links #kolom4{
	width: 180px;
	float: left;
}

/* styles voor shoppage*/
body.shop{
	background-color: #14291a;
}
.shop input{
	background-color: #14291a;	
}
.shop #container{
	width: 1151px;
	background-image: url('../images/background_biography.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	min-height:1028px;
	height:auto !important;
	height:1028px;
}
.shop #header{
	width: 960px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header_biography.png');
	background-repeat: no-repeat;
	background-position: top center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #D2461E;
}
.shop #content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
}
.shop #kolom1{
	width:160px;
	float: left;
	margin-right: 20px;
}
.shop #live, #signup, #shop, #tweets{
	margin-top: 20px;
}
.shop .kolom1{
	float: left;
}
.shop #kolom2{
	width:280px;
	float: left;
	margin-right: 20px;
}
.shop #kolom3{
	width: 280px;
	float: left;
	margin-right: 20px;
}
.shop #kolom4{
	width: 180px;
	float: left;
}
#live{
	font-size: 12px;
}
#links{
	margin-top: 0px;
}
#blog{
	padding: 10px;
	height: 360px;
	background-image: url('../images/blog_widget_background.png');
	background-repeat: none;
}
#tweets{
	padding: 10px;
}

.text_input{
	float: left;
	width: 336px;
	margin-bottom: 10px;
}
