/**
* File:					style_layout.css
* Last update:	18-09-2009
* Description:	Stylesheet voor DIV structuur
* 
* @author				Jeroen Ewes <jeroen.ewes@regioproviders.nl>
* @package			sCMS
* @subpackage		Stylesheet voor DIV structuur
* @copyright		Regioproviders
* @version			1.0
*
*/
html,body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}

body {
	background-color: #CDCDCD;
	width: 990px;
	margin: 0 auto;
}

#main_container {
	float: left;
	width: 990px;
	background-image:url('../images/bg_body.jpg');
	background-repeat: repeat-y;
	min-height: 100%;
	_height: 100%;
	margin: -14px auto 0px auto; /* De footer moet eraf */
}

#header_container{
	width: 100%;
	height: 99px;
	padding: 14px 0 0 0;
	background: #FFFFFF;
}

#header_logo_skin {
	position: relative;
	float: left;
	top: 5px;
	left: 30px;
	width: 94px;
}

#header_text {
	position: relative;
	top: 70px;
	left: 84px;
	width: 500px; 
	float: left;

}

#header_logo_IVB {
	position: relative;
	top: 5px;
	right: 30px;
	float: right;
}

#menu_left{
	float: left;
	width: 165px;
	height: 29px;
	background-color: #000000;
}

#menu_center{
	float: left;
	width: 725px;
	height: 29px;
	background-color: #0099CC;
}

#menu_right{
	float: right;
	width: 100px;
	height: 29px;
	background-color: #0099CC;
}

#content_left{
	float: left;
	width: 165px;
	background-color: #0099CC;
}

#content_center{
	float: left;
	width: 497px;
}

#content_center ul {
	padding-left: 15px;
}

#content_right{
	float: right;
	width: 328px;
	background-color: #FFFFFF;
}

#content_text {
	margin: 0px 10px 0px 12px;
	padding-top: 5px;
	border-top: 1px solid #66c2e0;
}

#breadcrumb {
	margin: 5px 10px 0px 12px;
	padding-bottom: 5px;
	font-size: 9px;
	border-bottom: 1px solid #99d6eb;
}

#box_projects, #box_partners {
	margin: 7px 7px 7px 7px;
	width: 313px;
	height: 185px;
}
#box_social {
	margin: 7px 7px 7px 7px;
	width: 313px;
	height: 43px;
}

#box_events {
	margin: 7px 7px 7px 7px;
	width: 313px;
	//min-height: 304px;
}

#box_projects {
	background-color:#cccc33;
}

#box_partners, #box_social {
	background-color:#0099CC;
}

#box_events {
	background-color: #000000;
}

#box_projects_titel, #box_partners_titel, #box_events_titel, #box_social_titel  {
	background-color: #000000;
	height: 22px;
	width: 165px;
}


#box_partners_text, #box_events_text, #box_social_text {
	padding: 12px 7px 7px 9px;
}

#box_projects_text {
	padding: 12px 7px 0px 7px; 
}

#box_events_titel {
	background-color: #cc6600;
}

#box_projects_titel_text, #box_partners_titel_text, #box_events_titel_text, #box_social_titel_text {
	color: #FFFFFF;
	font-weight: bold;
	font-size:10px;
	padding: 4px 0px 0px 12px;
}

#footer_container{
	clear:both;
	height: 14px;
	background: #000;
	width: 990px;
	position: relative;
	float: left;
}

#footer_image {
	position: absolute;
	bottom: 14px;
	left: 0px;
	width: 165px; 
	height: 200px;
	background-image:url('../images/bg_left.png'); 
	background-position: bottom left; 
	background-repeat: no-repeat;
}

#menu_right ul, #menu_center ul {
	list-style: none;
	padding-top: 7px;
}

#menu_right li, #menu_center li {
	float: left;
	padding: 0px 9px 0px 9px;
}

#menu_right li 	{ border-left: 1px solid #FFFFFF; }
#menu_center li	{ border-right: 1px solid #FFFFFF; }

#menu_center a:link, #menu_center a:visited, #menu_center a:active, #menu_right a:link, #menu_right a:visited, #menu_right a:active, #submenu a:link, #submenu a:visited, #submenu a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu_center a:hover, #menu_right a:hover {
	text-decoration: underline;
}

#left_txt {
	bottom: 0px;
	width: 155px;
	padding: 20px 5px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#submenu {
	list-style: none;
	padding: 0;
	color: #FFFFFF;
}

#submenu li {
	padding: 10px 0px 10px 0px;
	padding-left: 20px;
}
#submenu li:hover {
	background-color:#b9e5fb;
	cursor: pointer;
}

* {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 7px 0px 7px 0px;
}

form {
	padding: 5px 0px 25px 0px;
}

.input {
	border: 0px;
	height: 18px;
	width: 100px;
}


.search {
	height: 18px;
}

img { border: 0; }

#login{
	background-color:#F9F9F9;
	width:250px;
	height:80px;
	margin:0px 0px 0px 111px;
	border: 1px solid #CCCCCC;
}

#login_user_text {
	color: #FFFFFF;
	font-weight:bold;
	float: left;
}

#login_div {
	float: right; 
	width: 127px;
	height: 27px;
	padding-right: 8px;
}

#logout_div {
float: right;
width: 310px;
height: 27px;
text-align:right;
padding-right: 8px;
}

#login_user_text {
	margin-top: 8px;
	text-align:right;
}

#logout_div img {
	margin-top: 5px;
}

#login td{
	padding:7px 5px 5px 5px;
}

.login_button{
	background-color:#0099cb;
	border:1px solid #015499;
	color: #FFFFFF;
	cursor:pointer;
	font-size: 10px;
}

