/*
Theme Name: Stadion-stoelen.nl
Theme URI: http://www.stadion-stoelen.nl
Description: The theme for stadion-stoelen.nl
Version: 1.0
Author: Erwin Weber
Author URI: http://www.erwinweber.com/
*/

img { border:none; }

a:link {color:#C00; text-decoration:none}
a:visited {color:#C00; text-decoration:none;}
a:hover {color:#C00; text-decoration:underline;}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	background:#e6e6e6;
	background-attachment: fixed;
	color:#666;
	}
	
h2 {
	color:#000;
	padding:0px 0px 10px 0px;
	text-transform:uppercase;
	margin:0;
	}
	
	
/* Navigation */

.prod_left, .prod_big, .prod_txt{
	border:1px solid #e4e4e4;
	text-align:center;
	float:left;
	margin:0 20px 20px 0;
}

.prod_left {
	width:120px;
}

.prod_big {
	width:260px;
	}
	
.prod_txt {
	width:356px;
	text-align:left;
	padding:25px;
}

.prod_left a.prodlink, .prod_big a.prodlink{
	display:block;
	padding:3px;
	background:#e4e4e4;
	min-height:40px;
	text-decoration:none;
}

.prod_left a:hover.prodlink, .prod_big a:hover.prodlink{
	background:#CCC;
	color:#666;
}

.partners_text{
	text-align:left;
	float:left;
	width:60%;
}

.partners_logo{
	text-align:left;
	float:left;
	width:40%;
}
		
#container {
	width: 800px;
	margin: 0 auto;
	overflow:hidden;
	}

#topper {height:20px;}
	
#header {
	height:135px;
	background:#C00;
	padding-bottom:10px;
	}

#daplastlogo {
	text-align:center;
	}
	
#main {
	clear:both;
	overflow:hidden;
	background:url(images/bg_main.gif) #C00;
	height:100%;
	}
	
#content {
	width:600px;
	float:right;
	background:#FFF;
	padding:10px;
	line-height:150%;
	}
	
.text_home {
	background:#F2F2F2;
	color:#333;
	padding:15px;
	border:solid 1px #999
	}
	
.text_ie6 {
	background:#FF0;
	color:#000;
	padding:5px;
	font-weight:bold;
	border:solid 1px #000;
	}
	
#get_reader {
	clear:both;
	background:#F2F2F2;
	color:#333;
	padding:15px;
	font-size:90%;
	overflow:hidden;
	margin:15px 0px 0px 0px;
	border:solid 1px #999;
	}

#more {
	text-align:right;
	background:#F2F2F2;
	padding:0px 15px 0px 15px;
	}
	
#more a {
	color:#FFF;
	border:1px solid #000;
	background:#C00;
	padding:5px;
	}
	
#more a:hover {background:#333;}
	
	
/* Footer */
	
#footer {
	clear:both;
	text-align:center;
	font-size:90%;
	color:#999;
	padding:15px;
	}
	
#footer a{color:#999; text-decoration:none}
#footer a:hover{color:#999; text-decoration:underline;}



/* Images
-------------------------------------------------------------- */


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   padding:0px 15px 15px 0px;
}

.alignright {
   float: right;
   padding:0px 0px 15px 15px;
}



/* Navigation */
#nav ul{display:inline; list-style:none; height:100%;}

#nav li{float:left; width:100%;}

#nav li a{
	clear:both;
	margin:0px;
	text-decoration:none;
	padding:5px 5px 5px 25px;
	border-bottom:solid 1px #FFF;
	color:#FFF;
	display:block;
	height:100%;
	text-align:left;
	background:url(images/point_active.jpg) no-repeat left;
}
	
#nav li a:hover{
	color:#C00;
	background:url(images/point_over.jpg) #FFF no-repeat left;
}

#nav li a.active{
	clear:both;
	margin:0px;
	text-decoration:none;
	padding:5px 5px 5px 25px;
	border-bottom:solid 1px #FFF;
	color:#FFF;
	display:block;
	height:100%;
	text-align:left;
	background:url(images/point_current.jpg) #8f181c no-repeat left;
	}

/*end navigation */


#sidebar {
	background:#C00;
	float:left;
	width:150px;
	padding:0px 10px 10px 10px;
	color:#FFF;
	}


