﻿/* GLOBAL MODIFIERS */
html, body {
	padding: 0;
	margin: 0;
	font: normal 10px/10px Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
	background: #ffffff;
}
:focus {
	outline: none;
}
a, a:link, a:visited, a:active {
	color: #eb1613;
	text-decoration: none;
}
a:hover {
	color: #eb1613;
	text-decoration: underline;
}
a img {
	border: none 0px;
}
h1 { font: bold 18px/18px Verdana, Arial, Helvetica, Sans-Serif; }
h2 { font: bold 16px/16px Verdana, Arial, Helvetica, Sans-Serif; }
h3 { font: bold 15px/15px Verdana, Arial, Helvetica, Sans-Serif; }
h4 { font: bold 14px/14px Verdana, Arial, Helvetica, Sans-Serif; }
h5 { font: bold 13px/13px Verdana, Arial, Helvetica, Sans-Serif; }
h6 { font: bold 12px/12px Verdana, Arial, Helvetica, Sans-Serif; }

input, select, textarea {
	font: normal 10px/10px Verdana, Arial, Helvetica, Sans-Serif;
}

/* ID MODIFIERS */
#page_wrapper {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
#header_wrapper {
	float: left;
	width: 100%;
}
#logo_wrapper {
	float: left;
	display: block;
}
#logo_wrapper a {
	display: block;
	height: 73px;
	width: 240px;
}
#logo_wrapper div {
	height: 73px;
	width: 240px;
}
#logo_wrapper h1 {
	visibility: hidden;
}
#search_wrapper {
	float: right;
	text-align: right;
	position: relative;
	top: 0;
	right: 0;
	display: none;
}
#soeg_input {
	position: absolute;
	top: 25px;
	right: 43px;
	border: none;
	background: url('../images/soeg_input.gif') no-repeat left top;
	width: 188px;
	height: 12px;
	padding: 7px 0 5px 6px;
}
#soeg_btn {
	position: absolute;
	top: 25px;
	right: 0px;
	font: bold 0px Verdana, Arial, Helvetica, Sans-serif;
	color: #eb1613;
	text-align: left;
	vertical-align: top;
	border: none;
	background: url('../images/soeg_bg.gif') no-repeat left top;
	padding: 0px;
	width: 43px;
	height: 24px;
}
#content_wrapper {
	clear: both;
	width: 900px;
}
/* [+] Top navigation background styling */
#box_side_top 			{ display: none; }
#box_side_topleft 		{  display: none; }
#box_side_topright 		{  display: none; }
#box_corner_topleft 	{  display: none; }
#box_corner_topright 	{  display: none; }
/* [-] Top navigation background styling */
#middle_wrapper {
	width: 100%;
}
#middle_wrapper_second {
	width: 100%;
}
#content {
	width: 100%;
}
#sidebar {
	display: none;
}
#content_second {
	width: 100%;
}
#sidebar_second {
	display: none;
}
#slogan {
	display: none;
}
#slogan img {
	margin: 0 auto;
	border: 0;
}
#add_column {
	display: none;
}
#bottom_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

/* [+] Frontpage Bottom Styling */
#box_side_bottom 			{ display: none;background: #ffffff url('../images/box_bottom_bottomside.gif') repeat-x left bottom; height: 13px; }
#box_side_bottomleft 		{ display: none;background: url('../images/box_bottom_leftside.gif') repeat-y left bottom; height: 13px; }
#box_side_bottomright 		{ display: none;background: url('../images/box_bottom_rightside.gif') repeat-y right bottom; height:13px; }
#box_corner_bottomleft 		{ display: none;background: url('../images/box_bottom_leftcorner.gif') no-repeat left bottom; height: 13px; }
#box_corner_bottomright 	{ display: none;background: url('../images/box_bottom_rightcorner.gif') no-repeat right bottom; height: 13px; }
/* [-] Frontpage Bottom Styling */

#footer_wrapper, #footer_wrapper div, #footer_wrapper small {
	clear: both;
	text-align: center;
	font: 10px/32px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666666;
	width: 100%;
	margin: 0 auto;
}

/* CLASS MODIFIERS */
.remove {
	display: none;
	visibility: hidden;
}
.clear {
	clear: both;
	display: none;
	visibility: hidden;
}
.paragraph_text {
	padding: 10px 230px 0 10px;
	text-align: justify;
}
.paragraph_text p {
	padding: 0;
	margin: 0 0 10px 0;
}
.paragraph_image {
	padding: 0px 10px 10px 10px;
}
.paragraph_module {
	padding: 0px 10px 10px 10px;
}