body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: norma;
	text-decoration: none;
	text-transform: none;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	margin: 0;
	padding: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 10px 0;
	padding: 0;
}

a {
	color: #73aa05;
	text-decoration: none;
}

a:hover {
	color: #308dc1;
	text-decoration: underline;
}

ul, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

img {
	border: 0;
}



#header {
	background: url(images/header_background.png) repeat-x 0 0;
}

#header .logo{
	color: #d9fbfd;
	font-size: 13px;
	font-weight: bold;
	width: 380px;
	height: 71px;
	background: url(images/daflorn_logo.jpg) no-repeat 0 0;
	padding: 70px 0 0 100px;
}



#navbar {
	background: url(images/navbar_background.png) repeat-x 0 0;
	padding: 0 50px;
}

#navbar td {
	white-space: nowrap;
}

#navbar td.right {
	padding: 0 2px 0 0;
}

#navbar .selected {
	background: url(images/buton-selected_background.png) repeat-x 0 0;

}

#navbar a.selected {
	font-size: 13px;
	color: #669900;
	text-decoration: none;
	padding: 13px 0 12px 0;
}

#navbar a.selected:hover {
	color: #338fc2;
	text-decoration: underline;
}

#navbar a {
	font-size: 13px;
	color: #777777;
	font-weight: bold;
	text-decoration: none;
	background: url(images/buton_background.png) repeat-x 0 0;
	padding: 13px 0 12px 0;
}

#navbar a:hover {
	color: #555555;
	text-decoration: underline;
}



#container {
	width: 70%;
	vertical-align: top;
}

#container td {
	width: 50%;
	vertical-align: top;
}

#container h1 {
	color: #FFFFFF;
	background: url(images/icon_title.png) no-repeat 0 7px;
	padding: 7px 25px;
}

#container h1 a {
	color: #FFFFFF;
}

#container h2 {
	color: #FFFFFF;
	background: url(images/icon_title-02.png) no-repeat 0 7px;
	clear: both;
	margin: 0 0 15px 0;
	padding: 7px 19px;
}

#container p {
	color: #f2eede;
	margin: 0 0 15px 0;
}

#container a {
	color: #FFFFFF;
	text-decoration: underline;
}

#container a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#container ul {
	color: #FFFFFF;
	margin: 0 0 15px 0;
}

#container li {
	color: #FFFFFF;
	margin: 0 0 0 15px;
}

#container .photo-thumb {
	float: left;
	border: 1px solid #434141;
	background: #FFFFFF;
	margin: 0 15px 0 0;
	padding: 5px;
}

#container .more-info {
	margin: 25px 0 0 0;
}

#container .more-info a.button {
	color: #308dc1;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/btt_more-info.gif) no-repeat 0 0;
	padding: 10px 35px 10px 12px;
}

#container .more-info  a.button:hover {
	color: #78af02;
	background: url(images/button_more-info_anm.gif) no-repeat 0 0;
}

#box {
	width: 100%;
	padding: 20px 20px 0 20px;
}

#box .content .table {
	margin: 0 auto;
}

#box .content .table td {
	border: 1px solid #FFFFFF;
	vertical-align: top;
	padding: 10px;
}

#box .content .table h1 {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	background: none;
	margin: 0;
	padding: 0;
}


#box td{
	width: auto;
}

#box.blue .top {
	height: 50px;
	background: url(images/box-blue_top.png) repeat-x 0 0 #308dc1;
	vertical-align: middle;
}

#box.blue .top-left {
	width: 20px;
	background: url(images/box-blue_top-left.png) no-repeat 0 0 #308dc1;
}

#box.blue .top-right {
	width: 20px;
	background: url(images/box-blue_top-right.png) no-repeat 0 0 #308dc1;
}

#box.blue .content {
	background: #308dc1;
	padding: 20px;
}

#box.blue .bottom {
	height: 20px;
	background: url(images/box-blue_bottom.png) repeat-x 0 0;
}

#box.blue .bottom-left {
	background: url(images/box-blue_bottom-left.png) no-repeat 0 0;
}

#box.blue .bottom-right {
	background: url(images/box-blue_bottom-right.png) no-repeat 0 0;
}


#box.green .top {
	height: 50px;
	background: url(images/box-green_top.png) repeat-x 0 0 #5aa504;
	vertical-align: middle;
}

#box.green .top-left {
	width: 20px;
	background: url(images/box-green_top-left.png) no-repeat 0 0 #5aa504;
}

#box.green .top-right {
	width: 20px;
	background: url(images/box-green_top-right.png) no-repeat 0 0 #5aa504;
}

#box.green .content {
	background: #5aa504;
	padding: 20px;
}

#box.green .bottom {
	height: 20px;
	background: url(images/box-green_bottom.png) repeat-x 0 0;
}

#box.green .bottom-left {
	background: url(images/box-green_bottom-left.png) no-repeat 0 0;
}

#box.green .bottom-right {
	background: url(images/box-green_bottom-right.png) no-repeat 0 0;
}


#box.orange .top {
	height: 50px;
	background: url(images/box-orange_top.png) repeat-x 0 0 #f79122;
	vertical-align: middle;
}

#box.orange .top-left {
	width: 20px;
	background: url(images/box-orange_top-left.png) no-repeat 0 0 #f79122;
}

#box.orange .top-right {
	width: 20px;
	background: url(images/box-orange_top-right.png) no-repeat 0 0 #f79122;
}

#box.orange .content {
	background: #f79122;
	padding: 20px;
}

#box.orange .bottom {
	height: 20px;
	background: url(images/box-orange_bottom.png) repeat-x 0 0;
}

#box.orange .bottom-left {
	background: url(images/box-orange_bottom-left.png) no-repeat 0 0;
}

#box.orange .bottom-right {
	background: url(images/box-orange_bottom-right.png) no-repeat 0 0;
}


#box.pink .top {
	height: 50px;
	background: url(images/box-pink_top.png) repeat-x 0 0 #e03583;
	vertical-align: middle;
}

#box.pink .top-left {
	width: 20px;
	background: url(images/box-pink_top-left.png) no-repeat 0 0 #e03583;
}

#box.pink .top-right {
	width: 20px;
	background: url(images/box-pink_top-right.png) no-repeat 0 0 #e03583;
}

#box.pink .content {
	background: #e03583;
	padding: 20px;
}

#box.pink .bottom {
	height: 20px;
	background: url(images/box-pink_bottom.png) repeat-x 0 0;
}

#box.pink .bottom-left {
	background: url(images/box-pink_bottom-left.png) no-repeat 0 0;
}

#box.pink .bottom-right {
	background: url(images/box-pink_bottom-right.png) no-repeat 0 0;
}


#box.purple .top {
	height: 50px;
	background: url(images/box-purple_top.png) repeat-x 0 0 #530e9e;
	vertical-align: middle;
}

#box.purple .top-left {
	width: 20px;
	background: url(images/box-purple_top-left.png) no-repeat 0 0 #530e9e;
}

#box.purple .top-right {
	width: 20px;
	background: url(images/box-purple_top-right.png) no-repeat 0 0 #530e9e;
}

#box.purple .content {
	background: #530e9e;
	padding: 20px;
}

#box.purple .bottom {
	height: 20px;
	background: url(images/box-purple_bottom.png) repeat-x 0 0;
}

#box.purple .bottom-left {
	background: url(images/box-purple_bottom-left.png) no-repeat 0 0;
}

#box.purple .bottom-right {
	background: url(images/box-purple_bottom-right.png) no-repeat 0 0;
}


#box.red .top {
	height: 50px;
	background: url(images/box-red_top.png) repeat-x 0 0 #cd3636;
	vertical-align: middle;
}

#box.red .top-left {
	width: 20px;
	background: url(images/box-red_top-left.png) no-repeat 0 0 #cd3636;
}

#box.red .top-right {
	width: 20px;
	background: url(images/box-red_top-right.png) no-repeat 0 0 #cd3636;
}

#box.red .content {
	background: #cd3636;
	padding: 20px;
}

#box.red .bottom {
	height: 20px;
	background: url(images/box-red_bottom.png) repeat-x 0 0;
}

#box.red .bottom-left {
	background: url(images/box-red_bottom-left.png) no-repeat 0 0;
}

#box.red .bottom-right {
	background: url(images/box-red_bottom-right.png) no-repeat 0 0;
}


#box.yellow .top {
	height: 50px;
	background: url(images/box-yellow_top.png) repeat-x 0 0 #fbb705;
	vertical-align: middle;
}

#box.yellow .top-left {
	width: 20px;
	background: url(images/box-yellow_top-left.png) no-repeat 0 0 #fbb705;
}

#box.yellow .top-right {
	width: 20px;
	background: url(images/box-yellow_top-right.png) no-repeat 0 0 #fbb705;
}

#box.yellow .content {
	background: #fbb705;
	padding: 20px;
}

#box.yellow .bottom {
	height: 20px;
	background: url(images/box-yellow_bottom.png) repeat-x 0 0;
}

#box.yellow .bottom-left {
	background: url(images/box-yellow_bottom-left.png) no-repeat 0 0;
}

#box.yellow .bottom-right {
	background: url(images/box-yellow_bottom-right.png) no-repeat 0 0;
}



#sidebar {
	width: 30%;
	vertical-align: top;
}

#sidebar a{
	color: #308dc1;
	font-weight: bold;
}

#sidebar a:hover{
	color: #73aa05;
	font-weight: bold;
}


#sidebar h1 {
	color: #FFFFFF;
	font-size: 19px;
}

#sidebar .box-green {
	padding: 20px;
}

.box-green .top {
	height: 50px;
	background: url(images/sidebar-box-green_top.png) repeat-x 0 0;
	vertical-align: middle;
}

.box-green .top-left {
	width: 20px;
	background: url(images/sidebar-box-green_top-left.png) no-repeat 0 0;
}

.box-green .top-right {
	width: 20px;
	background: url(images/sidebar-box-green_top-right.png) no-repeat 0 0;
}

.box-green .left {
	background: url(images/sidebar-box-green_left.png) repeat-y 0 0;
}

.box-green .right{
	background: url(images/sidebar-box-green_right.png) repeat-y 0 0;
}

.box-green .bottom {
	height: 20px;
	background: url(images/sidebar-box-green_bottom.png) repeat-x 0 0;
}

.box-green .bottom-left {
	background: url(images/sidebar-box-green_bottom-left.png) no-repeat 0 0;
}

.box-green .bottom-right {
	background: url(images/sidebar-box-green_bottom-right.png) no-repeat 0 0;
}

#sidebar .box-magenta {
	text-align: center;
	padding: 20px;
}

#sidebar .box-magenta h1 {
	float: left;
}


#sidebar .box-magenta p {
	width: 120px;
	float: left;
	margin: 0 10px;
}

.box-magenta .top {
	height: 50px;
	background: url(images/sidebar-box-magenta_top.png) repeat-x 0 0;
	vertical-align: middle;
}

.box-magenta .top-left {
	width: 20px;
	background: url(images/sidebar-box-magenta_top-left.png) no-repeat 0 0;
}

.box-magenta .top-right {
	width: 20px;
	background: url(images/sidebar-box-magenta_top-right.png) no-repeat 0 0;
}

.box-magenta .left {
	background: url(images/sidebar-box-magenta_left.png) repeat-y 0 0;
}

.box-magenta .right{
	background: url(images/sidebar-box-magenta_right.png) repeat-y 0 0;
}

.box-magenta .bottom {
	height: 20px;
	background: url(images/sidebar-box-magenta_bottom.png) repeat-x 0 0;
}

.box-magenta .bottom-left {
	background: url(images/sidebar-box-magenta_bottom-left.png) no-repeat 0 0;
}

.box-magenta .bottom-right {
	background: url(images/sidebar-box-magenta_bottom-right.png) no-repeat 0 0;
}



#footer {
	text-align: center;
	border-top: 1px solid #78af02;
	margin: 30px 20px;
	padding: 10px;
}

#footer p {
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
}