/*-----------------------------------------------------------------------
[Stylesheet]	theme mam.css

Client:		Vertel eens
Project:	Vertel eens online
Version:	1.0
Created:	21/09/08

[Colors]
(Mam) red:		#bf132d
(Pap) blue:		#447fb7
(Oma) purple:		#6b2b81
(Opa) green:		#0b4c44

(Mam & pap) yellow:	#dccf77

link hover?:		#bd1e26

[Description]
Specific color theme for each page
------------------------------------------------------------------------*/


/*
 general elements
*/
.subcolumns_39 a {font-family:Verdana; font-size:12px; color:#bf132d; text-decoration:none;}
.subcolumns_39 a:hover {font-family:Verdana; font-size:12px; color:#bf132d; text-decoration:underline;}
.subcolumns_39 a:active {font-family:Verdana; font-size:12px; color:#bf132d;}
.subcolumns_39 a:visited {font-family:Verdana; font-size:12px; color:#bf132d;}

.subcolumns_39 img {
     padding-left:5px;
     padding-right:5px;
     position:relative;
}

li a {font-family:Verdana; font-size:12px; color:#bf132d; text-decoration:none;}
li a:hover {font-family:Verdana; font-size:12px; color:#bf132d; text-decoration:underline;}
li a:active {font-family:Verdana; font-size:12px; color:#bf132d;}
li a:visited {font-family:Verdana; font-size:12px; color:#bf132d;}

label {color:#000000;}

.form_errors {color:#bf132d;}
.req {color:#bf132d;}

.error {
	font-family:Verdana;
	font-weight:bold;
	font-style:italic;
	color:#bf132d;
}

#dropmenudiv li {list-style:square; line-height:13px; color:#bf132d;}

/*
 end general elements
*/

/*
 login
*/
.login {font-family:Verdana; font-size:12px; color:#000; text-decoration:none;}

.login a {font-family:Verdana; font-size:12px; color:#bf132d; text-decoration:none;}
.login a:hover {font-family:Verdana; font-size:12px; color:#bf132d; text-decoration:underline;}
.login a:active {font-family:Verdana; font-size:12px; color:#bf132d;}
.login a:visited {font-family:Verdana; font-size:12px; color:#bf132d;}
/*
 end login
*/

/*
 buttons
*/
.button_ok {
	background:#bf132d none repeat scroll 0 0;
	border-color:-moz-use-text-color -moz-use-text-color #bf132d;
	border-style:none none solid;
	border-width:medium medium 0;
	color:#FFFFFF;
	cursor:pointer;
}

.button_register {
	background:#bf132d none repeat scroll 0 0;
	border-color:-moz-use-text-color -moz-use-text-color #bf132d;
	border-style:none none solid;
	border-width:medium medium 0;
	color:#FFFFFF;
	height:21px;
	width:75px;
	cursor:pointer;
}

.button_code {
	background:#bf132d;
	border-color:#bf132d;
	border-style:solid;
	border-width:1px 1px 6px;
	color:#FFFFFF;
	height:25px;
	width:65px;
	cursor:pointer;
}

.button_search {
	background:#bf132d none repeat scroll 0 0;
	border-color:-moz-use-text-color -moz-use-text-color #bf132d;
	border-style:none none solid;
	border-width:medium medium 0;
	color:#FFFFFF;
	cursor:pointer;
}

.button_next {
	background:#bf132d;
	border-color:#bf132d;
	border-style:solid;
	border-width:1px 1px 6px;
	margin-top:5px;
	color:#FFFFFF;
	height:25px;
	width:65px;
	cursor:pointer;
}

.button_submit {
	background:#bf132d;
	border-color:#bf132d;
	border-style:solid;
	border-width:1px 1px 6px;
	margin-top:5px;
	color:#FFFFFF;
	height:25px;
	width:65px;
	cursor:pointer;
}

.button_search {
        background:#BF132D none repeat scroll 0 0;
        border-color:#BF132D;
        border-style:solid;
        border-width:1px 1px 3px;
        color:#FFFFFF;
        cursor:pointer;
        height:21px;
        margin-top:5px;
        width:65px;
}

.subcolumns_39 .button_order {
	background:#bf132d none repeat scroll 0 0;
	border-color:#bf132d;
	border-style:solid;
	border-width:1px 1px 0;
	color:#FFFFFF;
	float:right;
	height:17px;
	padding:4px;
	cursor:pointer;
}

	.subcolumns_39 .button_order a {
		text-decoration:none;
		color:#fff;
	}
	
div.helpbutton {
	color:#FFFFFF;
	background:#DDD0AA none repeat scroll 0 0;
	cursor:pointer;
}

.helpbutton a {color:#FFFFFF;}
.helpbutton a:hover {color:#000000;}


/*
  faq
*/
.answer {
	border-left:4px solid #bf132d;
	font-family:Verdana;
	font-size:12px;
	font-style:italic;
	margin-bottom:10px;
	margin-top:5px;
	padding-left:15px;
}

.question {
	font-family:Verdana;
	font-size:12px;
}
/*
  end faq
*/

/*
 webshop items
*/
.button_standard {
	background:#bf132d none repeat scroll 0 0;
	border-color:#bf132d;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	height:17px;
	padding-left:2px;
	padding-right:2px;
	display:inline;
	font-size:11px;
	font-family:Verdana;
	cursor:pointer;
}

	.button_standard a,
	.button_standard a:active,
	.button_standard a:visited {color:#fff;font-size:11px;}
	.button_standard a:hover {text-decoration:underline;color:#fff;font-size:11px;}

.button_standard_ws {
	background:#bf132d none repeat scroll 0 0;
	border-color:#bf132d;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	height:14px;
	padding-left:2px;
	padding-right:2px;
	width:85px;
	font-size:11px;
	font-family:Verdana;
	cursor:pointer;
}

	.button_standard_ws a,
	.button_standard_ws a:active,
	.button_standard_ws a:visited {color:#fff;font-size:11px;}
	.button_standard_ws a:hover {text-decoration:underline;color:#fff;font-size:11px;}

.button_login {
	background:#bf132d none repeat scroll 0 0;
	border-color:#bf132d;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	height:23px;
	padding-left:2px;
	padding-right:2px;
	display:inline;
	font-size:11px;
	font-family:Verdana;
	cursor:pointer;
}

	.button_login a,
	.button_login a:active,
	.button_login a:visited {color:#fff;font-size:11px;}
	
	.button_login a:hover {text-decoration:underline;color:#fff;font-size:11px;}

	
.button_adjusted {
	background:#bf132d none repeat scroll 0 0;
	border-color:#bf132d;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	height:17px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	display:inline;
	font-size:11px;
	font-family:Verdana;
	cursor:pointer;
}

	.button_adjusted a,
	.button_adjusted a:active,
	.button_adjusted a:visited {color:#fff;font-size:11px;}
	.button_adjusted a:hover {text-decoration:underline;color:#fff;font-size:11px;}
        
.container_embed {
        background-color:#BF132D;
        margin: auto;
        width: 450px;
        height:322px;
        padding-left:2px;
        padding-right:2px;
        padding-top:0px;
        padding-bottom:0px;
        color:#fff;
        font-family:Verdana;
        font-size:12px;
        text-align:center;
}

	.container_embed a,
	.container_embed a:active,
	.container_embed a:visited {text-decoration:underline;color:#fff;font-size:11px;}
	.container_embed a:hover {text-decoration:none;color:#fff;font-size:11px;}
