/*** CSS Document Julien Kraakman ***/
/*** SPARK 2010 - Hogeschool van Amsterdam ***/


/* CSS General Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

*{
	margin:0;
	padding:0;
}


/*********************************
Opmaak voor hyperlinks
*********************************/


a:link {
	text-decoration:none;
	color:#3a8ddb;
}


a:visited {
	text-decoration:none;
	color:#3a8ddb;
}


a:active {
	text-decoration:none;
	color:#3a8ddb;
}


a:hover {
	text-decoration:underline;
	color:#3a8ddb;
}


/*********************************
Pagina Algemeen
*********************************/


body {
	background-color:#cecece;
	font:14px Arial, Helvetica, sans-serif;
}

#pagewrapper{
	margin:0 auto 0 auto;
	width:900px;
}

#wrapper {
	background:url(../img/bg.jpg) repeat-x left bottom;
	background-color:#fff;
	width:900px;
	margin:0 auto 0 auto;
	float:left;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}


/*********************************
Header Header Header
*********************************/

#top {
	background:url(../img/bg-top.jpg) no-repeat left top;
	padding:8px 0 0 10px;
	height:160px;
}


#breadcrumbs{
	margin-left:0px;
	margin-bottom:20px;
}


/*********************************
Content Content Content
*********************************/

#content {
	margin:0 auto 0 auto;
	z-index:50;
}

#container_left {
	background:transparent;
	width:225px;
	height:600px;
	margin-left:20px;
	float:left;
}

#container_left strong{
	color:#fff;
}

#friends_left{
	background:url(../img/title.jpg) no-repeat left top;
	width:225px;
	height:300px;
	padding:5px 0 0 10px;
}

#mededelingen_left{
	background:url(../img/title.jpg) no-repeat left top;
	width:225px;
	height:300px;
	padding:5px 0 0 10px;
}

#container_right {
	background:url(../img/world.jpg) no-repeat left top;
	width:589px;
	margin-left:20px;
	float:left;
}

.left_text{
	width:280px;
	float:left;
}

.right_text{
	width:280px;
	margin-left:20px;
	float:right;
}

.right_text img{
	margin-top:30px;
	margin-bottom:5px;
}

.text{
	margin-top:5px;
	float:left;
}

.text p{
	margin-top:5px;
	margin-bottom:10px;
}

.italic{
	font-style:italic;
}

.text ul, ol{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e6e6e;
	margin-bottom:10px;
	margin-left:20px;
}

#container_right h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#29427a;
	margin-bottom:10px;
	margin-top:20px;
}

#container_right h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#29427a;
	margin-bottom:10px;
}

#container_right h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;s
	font-weight:bold;
	color:#29427a;
	margin-bottom:10px;
}

#container_right p{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	font-size:12px;
	color:#6e6e6e;
}

#container_right p.sprekers{
	margin-bottom:40px;
}

#container_right table{
	margin-bottom:40px;
}

/*********************************
Login Login Login
*********************************/

#loginwrapper{
	height:400px;
}

#login{
	width:500px;
	height:100px;
	margin:100px auto 5px auto;
}

#login h1{
	font-size:20px;
	color:#29427a;
	margin-bottom:10px;
}

#login a:hover{
	text-decoration:underline;
}

/*********************************
Forms Content Nieuws
*********************************/

#nieuwswrapper{
	width:400px;
	margin-left:40px;
	float:left;
}

.formwrapper{
	width:400px;
	margin-right:20px;
	float:right;
}

.form{
	width:500px;
	margin:20px auto 5px auto;
}

#programmawrapper{
	height:1200px;
}

/*********************************
Footer Footer Footer
*********************************/

#footer {
	background:url(../img/footer.jpg) no-repeat left top;
	padding:8px 0 0 0;
	width:890px;
	height:103px;
	margin:0px auto 0px auto;
	font-size:12px;
	float:left;
}

#footer_links {
	margin:75px 0 0 15px;
	float:left;
}

#footer_links ul{
	list-style:none;
}

#footer_links li{
	display:inline;
	padding:0 5px 0 2px;
	border-right:1px solid #3a8ddb;
}

#footer_links a{
	color:#3a8ddb;
}

#copyright{
	float:right;
	margin:75px 15px 0 0;
	color:#707070;
}


/*********************************
Images Images Images
*********************************/

img#plattegrond{
	width:110%;
	height:110%;
}


/*********************************
Dashboard Dashboard Dashboard
*********************************/

#dashboard{
	margin:0 auto 0 auto;
}


#dash_content{
	background:transparent;
	width:589px;
	margin-left:40px;
	margin-top:20px;
	float:left;
}


#dash_content h1{
	font-size:24px;
	color:#29427a;
	margin-bottom:10px;
}


#dash_content h2{
	font-size:18px;
	color:#29427a;
	margin-bottom:5px;
	margin-top:20px;
}


#dash_content h3{
	font-size:14px;
	color:#29427a;
	margin-bottom:5px;
	margin-top:20px;
}


#dash_content p{
	margin-top:10px;
	margin-bottom:10px;
}

#dash_content input{
	padding:5px;
}


#page_select{
	margin-top:20px;
	margin-bottom:10px;
}

#page_select option{
	width:150px;
}



#logged_in{
	margin-left:10px;
	margin-bottom:10px;
}

#logged_in span{
	color:#6e6e6e;
}

#logged_in a{
	text-decoration:underline;
}

#logged_in a:hover{
	text-decoration:none;
}


/*********************************
Tabellen Tabellen Tabellen
*********************************/

table.sprekers{
	font:14px Arial, Helvetica, sans-serif;
	width:600px;
	background-color:#fafafa;
	border:1px #6699cc solid;
	border-collapse:collapse;
	border-spacing:0px;
	margin-top:0px;
}

table.sprekers td{
	border-bottom:1px dotted #6699cc;
	background-color:#0000;
	text-align:center;
	color:#404040;
	text-align:left;
	padding:3px;
	padding-right:20px;
	border-left:1px dotted #cedcea;
}

td.heading{
	font:16px Arial, Helvetica, sans-serif;
}

table.programma{
	font:12px Arial, Helvetica, sans-serif;
	background-color:#fafafa;
	border:1px #6699cc solid;
	border-collapse:collapse;
	border-spacing:0px;
	margin-top:0px;
}

table.programma td{
	border-bottom:1px dotted #6699cc;
	background-color:#0000;
	text-align:center;
	color:#404040;
	text-align:left;
	padding:2px;
	padding-right:0px;
	border-left:1px dotted #cedcea;
}

td.heading{
	font:16px Arial, Helvetica, sans-serif;
}
