/**
 * general stuff
 */

html,body {
	height: 100%;
}

body {
	background: #ffffff;
	margin: 0px;
}

div.general_page {
	margin-left: auto;
	margin-right: auto;
	width: 556px;
	min-height: 800px;
	background-image: url('/media/background_content01.png');
	background-repeat: repeat-y;
	overflow: hidden;
}

div.general_header {
	margin: 0px 0px 0px 0px;
	height: 80px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #6E6E6E;
}

div.logo_wrapper{
	position: absolute;
	float: left;
	text-align: right;
	width: 149px;
	margin: 50px 0px 0px 0px;
	line-height: 12px;
}

a.textlogo {
	color: #9B1212;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;
}

div.general_footer {
	height: 40px;
	background-image: url('/media/background_content01.png');
	background-repeat: repeat-y;
	width: 556px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #6E6E6E;
}

div.footer_wrapper{
	width: 149px;
	float: left;
	text-align: right;
	margin: 0px 0px 0px 0px;
}

div.general_footer a {
	line-height: 20px;
	color: #aEaEaE;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

div.general_footer a:hover {
	color: #9B1212;
}

/**
 * navigation
 */

div.general_navigation {
	margin: 58px 0px 0px 0px;
	width: 370px;
	position: relative;
	left: 20px;
	float: right;
}

div.general_navigation a {
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
	cursor: pointer;
	color: #aEaEaE;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px 16px 0px 0px;
}

div.general_navigation a:hover {
	color: #9B1212;
}

div.general_navigation a.selected {
	color: #6E6E6E;
	font-weight: bold;
}

div.general_subnavigation {
	margin: 6px 0px 0px 0px;
	width: 149px;
	text-align: right;
}

div.general_subnavigation a {
	line-height: 20px;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
	cursor: pointer;
	color: #9E9E9E;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
}

div.general_subnavigation a:hover {
	color: #9B1212;
}

div.general_subnavigation a.selected {
	color: #6E6E6E;
	font-weight: bold;
}

/**
 * content
 */

div.content_standard_image {
	width: 155px;
}

div.content_standard_right {
	float: right;
	width: 300px;
	margin: 0px 50px 0px 0px;
	height: auto;
}

div.content_standard_text {
	min-height: 610px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
	color: #6E6E6E;
}

div.content_standard_text a{
	color: #9B1212;
	text-decoration: none;
}

/**
 * decoration
 */

div.decoration_special01_wrapper{
	position: relative;
	z-index: 1000;
	top: -60px;
	left: -50px;
}

div.decoration_special01_item{
	width: 10px;
	height: 10px;
	background-color: #9B1212;
	float: right;
}

/**
 * standard_form
 */

div.content_standard_form_disclaimer{
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
	margin: 12px 0px 12px 0px;
}

/**
 * texteditor
 */

div.content_edit_text{
	border: 1px #eeeeee solid;
	color: #000000;
	background-color: #E7E6D0;
	padding: 5px;
}

div.content_edit_text:hover{
	border: 1px black dotted;
	cursor: pointer;
	background-color: #E7E6D0;
	padding: 5px;
}

div.content_texteditor_background {
	background-color: #000000;
	filter: alpha(opacity = 70);
	opacity: 0.70;
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

div.content_texteditor {
	z-index: 50;
	position:absolute;
	top: 40px;
	width:100%;
	text-align: center;
}

div.content_texteditor_panel {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

div.content_texteditor_form {
	padding:0px;
	margin:0px;
}

form.content_texteditor_form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #e3e3c7;
}

div.content_texteditor_header {
	float: left;
}

div.content_texteditor_footer {
	border-top: #d5d59d 1px solid;
	background-color: #e3e3c7;
	padding: 7px 10px 7px 10px;
}

input.content_texteditor_button{
	width: 100px;
	font-size: 11px;
	color: #000000;
	font-family: 'Microsoft Sans Serif', Arial, Helvetica, Verdana;
	border: #737357 1px solid;
	color: #3b3b1f;
	background-color: #c7c78f;

}

a.content_texteditor_button:hover{
	border: 1px #316AC5 solid;
	background-color: #DFF1FF;
	text-decoration: none;
}
