/* 
 * Singlesopstap.be CSS
 * Sanmax Consultancy bvba
 */


/* Initial cleanup
----------------------------------------------- */
html, body, form, fieldset {
	margin: 0; padding: 0;
}
	
body, html {
	background: #ededed;
	font-family: 'Verdana', arial, sans-serif; font-size: 11px; color: #333;
	background-image: url('../images/bgsite.jpg');
	background-repeat: repeat-x;
}

body {
	min-width:880px;
	background: #ededed;
	background-image: url('../images/bgsite.jpg');
	background-repeat: repeat-x;
}


/* Content
----------------------------------------------- */

h1, h2, h3 {
	font-family: 'Verdana', arial, sans-serif; font-size: 1em; color: #333;
}

p {
	margin: 0 0 1em 0;
}

blockquote {
}

label
{
    width: 14em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block;
}

ul, ol {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

ul {
	list-style: disc;
}

li {
	margin: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

code {
	font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #7ca653;
}

acronym {
}

small {
	font-size: 0.8em;
}

img { 
	border: 0; 
}

hr 
{
    border: 0;
    background-color: #ccc;
    height: 2px;
}

form {
	margin-top: 1em;
}

input, textarea, select { font-size: 11px; }


/* Links
----------------------------------------------- */
a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #9D1845;
}


/* Tables
----------------------------------------------- */
table 
{ 
    width: 100%;
    border-collapse: collapse;
}

td 
{ 
    padding: 5px;
    margin: 5px;
    vertical-align: top;
}

th 
{
	font-weight: normal;
	font-style: italic;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #8d8d8d;
}


/* Main structure
----------------------------------------------- */
#wrap {
	margin: 0 auto;
	width: 880px;
	background: #fff;
	border-left: 5px solid black;
	border-right: 5px solid black;
	border-bottom: 5px solid black;
	background-image: url('../images/wrap_background.gif');
}

#header {
    height: 261px;
}

#logo {
    padding-left: 62px;
    padding-top: 14px;
    float: left;
}

#sidebar {
	float: left;
	width: 250px;
	text-align: center;
}

#sidebar p { 
	text-align: center; 
}

#sidebar ul
{ 
    margin: 0;
    padding: .5em;
    list-style-type: none; 
}

#sidebar li, #sidebar a { 
	color: #333; 
}

#main {
	background: #fff;
	float: right;
	width: 600px;
	padding-left: 1em;
	padding-right: 1em;
}

#footer {
	height: 30px;
	clear: both;
	background-color: #fff;
	background-image: url('../images/wrap_background.gif');
}

#footer p {
	padding: 5px;
	margin: 0;
	font-size: 11px;
	color: #333;
	text-align: center;
}

#links {
	margin: 0 auto;
	width: 880px;
	text-align: center;
	clear: both;
}


/* Classes
----------------------------------------------- */

.infobox 
{
	border: 1px solid green;
	padding: 1em;
	color: green;
}

.errorbox 
{
    margin-top: 1em;
	color: red;
}

.errorbox ul { margin-left:1.2em; }

.on { background-color: #fff0d9; }

.off { background-color: #fff; }

.input { width: 400px; }
.button
{
	border: 3px double #ccc;
	border-left-color: #ccc;
	border-top-color: #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #ededed;
	margin: 5px 5px 5px 0;
	padding: 0.1ex 0;
	color: #666;
	width: 8em;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
}

.feed { 
	width:75%;
	height:2.5em;
	overflow:hidden;
	color: #333;
}