/* ----------  page defaults ---------- */

html {
		background-color: #FFFFFF;
		background-image: url("../images/MIKSOFTnxt/bg.png");
		background-size: 100%;	
		margin: auto;	
}

body {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		color: #000;	
}
		
/* ----------  primary layout ---------- */

		
#header, #footer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 920px;	
	
}

#logo {
	height: 30px;
	padding-left: 10px;
}

#menu {
	font-size: 1.2em;
	text-align: right;
	padding-right: 20px;
	/*
	text-shadow: 0 0 10px #E6E4E4, 0 0 20px #E6E4E4, 0 0 30px #E6E4E4, 0 0 40px #E6E4E4, 0 0 70px #E6E4E4, 0 0 80px #E6E4E4, 0 0 100px #E6E4E4, 0 0 150px #E6E4E4;
	*/
}

#upper_footer, #lower_footer {
	font-size: 0.8em;
	/*
	text-shadow: 0 0 10px #E6E4E4, 0 0 20px #E6E4E4, 0 0 30px #E6E4E4, 0 0 40px #E6E4E4, 0 0 70px #E6E4E4, 0 0 80px #E6E4E4, 0 0 100px #E6E4E4, 0 0 150px #E6E4E4;
	*/
	padding-left: 10px;
	padding-right: 10px; 
}

#upper_footer {
	text-align: right;
}


#main {
	margin-left: auto;
	margin-right: auto;
	width: 890px;
}

#title {
	font-size: 1.6em;
	color: #df9b0f;
	/*
	text-shadow: 0 0 10px #E6E4E4, 0 0 20px #E6E4E4, 0 0 30px #E6E4E4, 0 0 40px #E6E4E4, 0 0 70px #E6E4E4, 0 0 80px #E6E4E4, 0 0 100px #E6E4E4, 0 0 150px #E6E4E4;
	*/
	display: inline-block;
}

#txt {
	font-size: 1em;
	text-align: justify;
	color: #808080;
}

#scr {
	font-size: 1.2em;
	text-align: center;
}

#flip {
	display: block;
	font-size: 1.2em;
	text-align: center; 
}

#paypal {
	text-align: center;
}

p {
		font-size: 1em;
}

hr {
	background-color: #000000;
	border: 0px;
	height: 3px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	/*
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    */
}

a:link,		
a:visited {
		color: #000000;
		text-decoration: none;
		
		/* fade in effect */
		-webkit-transition: all 0.2s ease-in-out; 
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		
}
		
a:hover, 
a:focus {
	color: #df9b0f;
}



/* text Links */
a.textLink:link {
    color: black;
    text-decoration: none;
    text-decoration: underline;
    border: 0px;
    
    -webkit-transition: all 0.2s ease-in-out; /* fade in effect */
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a.textLink:visited {
    color: black;
    text-decoration: none;
    text-decoration: underline;
    border: 0px;
}
a.textLink:hover {
    color: #df9b0f;
    text-decoration: none;
    border: 0px;
}

/* ad Links */
a.adLink:link {
    color: black;
    text-decoration: none;
    text-decoration: underline;
    font-size: 1em;
}
a.adLink:visited {
    color: black;
    text-decoration: none;
    text-decoration: underline;
    font-size: 1em;
}
a.adLink:hover {
    color: black;
    text-decoration: none;
    text-decoration: underline;
    font-size: 1em;
}

/* thumbnails */
img.thumb:hover {        
    -webkit-box-shadow: grey 0 0 12px; /* cool shadow effect */
    -moz-box-shadow: grey 0 0 12px;
	box-shadow: grey 0 0 12px;
    border-color: grey; /* new border color on focus */
}
img.thumb {
	-webkit-transition: all 0.2s ease-in-out; /* fade in effect */
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	
    -webkit-box-shadow: #000 0 0 12px; /* cool shadow effect */
    -moz-box-shadow: #000 0 0 12px;
	box-shadow: #000 0 0 12px;
    border-color: #000; /* new border color on focus */
}

.welcomes {
	display: none;
}​

/*-------------  form elements  -------------------*/


button#Verstuur {
	cursor: pointer;
	outline: none;
	background-color: white;
	color: #3C3C46;
}
 
button#Verstuur:hover {
	/* background-color: #66C; */
	background-color:  #2abbed;
	color: white;
}
 
textarea, select, input, button {
	color: #667; /* text color */
	padding: 5px; 
	border: 1px solid #CCC;
	-webkit-border-radius: 10px; /* round corners */
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease-in-out; /* fade in effect */
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
 
input:focus, 
button:focus,
textarea:focus {        
        -webkit-box-shadow: #2abbed 0 0 6px; /* cool shadow effect */
        -moz-box-shadow: #2abbed 0 0 6px;
	box-shadow: #2abbed 0 0 6px;
        border-color: #2abbed; /* new border color on focus */
}

.downloadButton {
	background-color: #eee;
	padding: 20px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: center;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: #B3B3B3 0px 0px 10px;
	-moz-box-shadow: #B3B3B3 0px 0px 10px;
	box-shadow: #B3B3B3 0px 0px 10px;
	
	width: 600px;
	font-size: 1em;
	margin: auto;
}

.listItem {
	text-align: center;
}
.itemLine {
	width: 600px;
}
