@import "menu.css";

/* Begin global style definitions - redefine tags */
html *
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

input, select, button, textarea
{
/*	border-color: #b5a9e0;*/
	border-color: #cec0ff;
	border-width: 2px;
	border-style: solid;
}

input:focus, select:focus, button:focus, textarea:focus
{
	background-color: transparent;
	border: solid 2px #712999;
}

body
{
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	background: #cdcdcd url(/images/bg.gif) repeat-x;
	text-align: center;
	margin-top: 0px;
}

p, h1, h2, h3, h4, h5, h6, h7, ul, ol, address { margin-bottom: 14px; }
ul, ol { list-style-position: inside; }

h1
{
	color: #712999;
	font-weight: normal;
	font-size: 22px;
}

h2
{
	color: #9263a7;
	font-weight: normal;
	font-size: 22px;
}

h3
{
	color: #9263a7;
	font-weight: normal;
	font-size: 26px;
	line-height: 26px;
}

h4
{
	color: #b2132c;
	font-weight: normal;
	font-size: 17px;
}

h5
{
	color: #712999;
	font-weight: normal;
	font-size: 14px;
}

p, address
{
	color: #707070;
	font-size: 13px;
	line-height: 20px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: justify;
}

th, td
{
	color: #707070;
	font-size: 11px;
	line-height: 14px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #e3e2fc;
	padding: 3px;
}

table { margin-top: 16px; }

a
{
	color: #712999;
	text-decoration: none;
}

a:hover
{
	color: white;
	background-color: #712999;
}

img { border: 0px; }

/* End global styles */
/* Begin class styles and nested definitions */
h1 span
{
	color: #df7604;
	font-size: 22px;
}

span.input_title { margin: 0 12px 0 4px; }

/* End class styles */
/* Begin element styles - id and names */
#container
{
	background-repeat: repeat-y;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}

#header { background: url(/images/header_bgcontainer.gif) repeat-y; }
#logo_header { height: 106px; }
#logo_header img { margin: 16px 0 0 60px; }

#logo_header span.contact
{
	float: right;
	display: inline;
	margin: 20px 44px 0 0;
	font-size: 13px;
	line-height: 20px;
	color: #712999;
	width: 256px;
}

#flash_header
{
	padding: 0;
	margin: 0 0 0 37px;
	height: 187px;
}

#nav_wrap
{
	background: url(/images/nav_bgcontainer.gif) repeat-y;
	height: 35px;
	clear: both;
}

#nav-bar
{
	font-size: 13px;
	line-height: 20px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-left: 50px;
}

#main_content
{
	background: url(/images/bgcontainer.gif) repeat-y;
	margin-top: 0px;
}

#datentime
{
	color: #808080;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: right;
	padding: 12px 0;
}

#left_box
{
	display: inline;
	float: left;
	margin: 30px 12px 0 50px;
	width: 178px;
}

#left_box.quote { margin-top: 64px; }

#left_box.quote p span
{
	display: block;
	color: #9263A7;
	font-size: 48px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	margin: 10px 0 0;
}

#left_box.quote p span.open { float: left; }
#left_box.quote p span.close { float: right; }
#left_box ul li { list-style: none inside none; }

#text_box li
{
	color: #707070;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0 0 0 12px;
}

#pullout
{
	background: url(/images/pullout_bg.gif) no-repeat;
	padding: 30px 15px 15px 12px;
}

#text_box
{
	width: 440px;
	float: left;
	display: inline;
}

#large_text_box
{
	margin-left: 50px;
	width: 630px;
	float: left;
	display: inline;
	background-color: #FFFFFF;
}

#large_text_box form p
{
	text-align: left;
	font-size: 11px;
	line-height: 26px;
}

#large_text_box form p label
{
	display: block;
	width: 178px;
	text-align: right;
	float: left;
	clear: left;
	margin: 0 12px 0 0;
}

#large_text_box * input, #large_text_box * select, #large_text_box * textarea
{
	display: block;
	float: left;
	clear: right;
	margin: 3px 6px 0 0;
}

#large_text_box * span { float: left; }

#large_text_box h5
{
	padding-top: 14px;
	clear: both;
}

#large_text_box h1 { margin-bottom: 0; }
#large_text_box h5, #large_text_box h1 { margin-left: 190px; }
#pre_footer { clear: both; }

#pre_footer p
{
	color: #7c7c7c;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: center;
	padding: 24px 0 0;
}

#footer
{
	background: url(/images/bgfooter.gif) no-repeat;
	clear: both;
	height: 30px;
}
