/*  HTML TAGS  */
body{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
}
p,td{
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	color:#5c4032;
}
h1{
	color:#1395e0;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	border-bottom:1px solid #1395e0;
}
h2{
	color:#5c4032;
	font-weight:bold;
	font-size:11px;
	margin:0px;
	padding:0px;
	margin-bottom:1px;	
}
h3{}
input{}
a.navigation,a.navigation:visited{
	text-decoration:none;
	font-weight:bold;
	color:#5c4032;
letter-spacing:1.5px;
}
a.navigation:hover{
	text-decoration:none;
	color:#1395e0;
}
a.navigation:active{
	text-decoration:none;
	color:#1395e0;
}
a,a:visited{
	text-decoration:none;
	color:#1395e0;
}
a:hover{
	text-decoration:none;
	color:#5c4032;
}

/* DIV ID's */

#container {
	border: 1px solid #000000;
	width:778px;
	height:600px;
	text-align:left
}

/* HEADER */

#header_container{
	width:778px;
	height:97px;
}
#header_left{
	background-color:#003333;
	width:345px;
	height:97px;
	background-image:url(/images/logo.jpg);
	float:left;
}
#header_right{
	float:right;
	width:433px;
	background-image:url(/images/tarik_02.jpg);
	height:97px;
}
#header_navigation{
	height:20px;
	margin-top:10px;

}

#header_top_left{
	float:left;
	width:253px;
	background-image:url(/images/tarik_tl.jpg);
	height:30px;
}
#header_top_right{
	float:right;
	width:525px;
	background-image:url(/images/tarik_tr.jpg);
	height:30px;
}
#header_bottom_left{
	float:left;
	width:345px;
	background-image:url(/images/tarik_bl.jpg);
	height:67px;
}
#header_bottom_right{
	float:right;
	width:433px;
	background-image:url(/images/tarik_br.jpg);
	height:67px;
}

/* CONTENT */

#content_container{
	width:778px;
	height:503px;
}
#left_content{
	width:345px;
	height:503px;
	background-image:url(/images/tarik_03.jpg);
	float:left;
	text-align:left;
}
#right_content{
	width:413px;
	height:480px;
	float:right;
	padding:10px;
	overflow:auto;
}

/* HEADER */

.calender_container {
	overflow:auto;
	height: 190px;
	width: 188px;
	background-color:#ffffff;
	float:left;
	margin:5px;
}
.calender_datum{
	color:#ff0000;
	font-size:16px;
	font-weight:bolder;
	border-bottom:1px solid #ff0000;
	text-align:center;	
}
.calender_title{
	color:#1395e0;
	font-size:13px;
	font-weight:bold;
	text-transform: uppercase;
}
.calender_text{
	text-align: justify;
}
