body
{
	background-color: #DDDDDD;
	color: #222222;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.9em;
}

/* ++++++++++++++++++ Layout area +++++++++++++++++++ */

div#content
{
	margin-left: auto;	/* zentriert */
	margin-right: auto;	/* zentriert */
	width: 800px;
	text-align: left;
	border: 1px solid #000040;
	background-color: white;
	padding: 0px;
}

/* ++++++++++++++++++ Header +++++++++++++++++++ */

div#header
{
	width: 100%;
	border-bottom: 8px solid rgb(193,11,18);
	background-image: url(../design/header.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	vertical-align: bottom;
	margin: 0px;
	vertical-align: baseline;
}

/* ++++++++++++++++++ Secondary navigation +++++++++++++++++++ */

div#standards
{
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}

/* ++++++++++++++++++ Main navigation +++++++++++++++++++ */

div#navi
{
	height: 33px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	margin: 0px;
	white-space: nowrap;
	/* background-image: url(../design/red.gif); */
}

div#navi div
{
	display: block;
	float: left;
	/*text-indent: 5px;*/
	text-align:center;
	padding-top: 8px;
	width: 131px;
	height: 25px;
	background-image: url(../design/buttons/button_active_131.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold !important;
	color: white !important;
}

div#navi a
{
	display: block;
	float: left;
	/*text-indent: 5px;*/
	text-align:center;
	padding-top: 8px;
	width: 131px;
	height: 25px;
	background-image: url(../design/buttons/button_inactive_131.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold !important;
	color: rgb(193,11,18) !important;
}

div#navi a:hover
{
	background-image: url(../design/buttons/button_over_131.gif);
	background-repeat: no-repeat;
	text-decoration: none !important;
}

/* ++++++++++++++++++ Submenu +++++++++++++++++++ */

div#submenu
{
	border-bottom: 2px solid rgb(193,11,18);
	color: rgb(193,11,18) !important;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	background: #FFFFDF;
}

div#submenu_bottom
{
	border-top: 2px solid rgb(193,11,18);
	color: rgb(193,11,18) !important;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	background: #FFFFDF;
}

/* ++++++++++++++++++ Main content container +++++++++++++++++++ */

div#main
{
	padding: 15px;
}

/* ++++++++++++++++++ Footer +++++++++++++++++++ */

div#footer
{
	width: 100%;
	text-align: center;
	border-top: 8px solid rgb(193,11,18);
	font-weight: bold;
	background-image: url(../design/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

div#footer p
{
	padding: 0px;
	margin: 0px;
	clear: both;
}

/* ++++++++++++++++++ General text formats +++++++++++++++++++ */

.center
{
	text-align: center;
}

.justify
{
	text-align: justify;
}

.bold
{
	font-weight: bold;
}

.big
{
	font-size: 1.5em;
}

.small
{
	font-size: 0.8em;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

/* ++++++++++++++++++ Links +++++++++++++++++++ */

a
{
	color: #222222;
}

a img
{
	border: 0px;
}

a:visited
{
	color: #777777;
}

a:hover
{
	color: rgb(193,11,18);
}

div#header a
{
	text-decoration: none;
}

div#header a:visited
{
	color: #222222;
}

div#header a:hover
{
	color: rgb(193,11,18);
	text-decoration: underline;
}

div#submenu a
{
	text-decoration: none;
	color: rgb(193,11,18);
}

div#submenu a, div#submenu_bottom a
{
	text-decoration: none;
	color: rgb(193,11,18);
}

div#submenu a:hover, div#submenu_bottom a:hover
{
	/* color: rgb(249,183,0); */
	text-decoration: underline;
}

/* ++++++++++++++++++ Headlines +++++++++++++++++++ */

h1
{
	font-size: 2em;
	color: rgb(193,11,18);
	text-align: left;
}

h2
{
	font-size: 1.2em;
}

/* ++++++++++++++++++ Lists +++++++++++++++++++ */

ul
{
	list-style: square;
}

li
{
	margin-top: 5px;
}

/* ++++++++++++++++++ Sitemap +++++++++++++++++++ */

.invisible
{
	display: none;
}

ul.sitemap
{
	list-style-image: url(../design/folder.gif) !important;
}

li.sitemap ul
{
	list-style-image: url(../design/pin_grey.gif) !important;
}

/* ++++++++++++++++++ Form styles +++++++++++++++++++ */
form div
{
	margin-top: 8px;
	margin-bottom: 5px;
	clear: both;
}

fieldset.outer
{
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 5px;
}

fieldset.inner
{
	border: 1px solid #CCCCCC;
	background-color: white;
	margin: 5px;
	padding: 5px;
}

label
{
	font-weight: bold;
}

label.mandatory, span.mandatory
{
	color: rgb(193,11,18);
	font-weight: bold;
}

span.mandatory label
{
	font-weight: normal;
	color: #222222;
}

input[type=text], textarea, div.summary
{
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	min-width: 200px;
	padding: 3px;
}

input[type=submit]
{
	color: rgb(193,11,18);
	font-weight: bold;
	border: 2px solid rgb(193,11,18);
	background: white;
	cursor: pointer;
	height: 30px;
	width: 150px;
	margin: 5px;
}

input[type=reset]
{
	color: #222222;
	font-weight: bold;
	border: 2px solid #222222;
	background: white;
	cursor: pointer;
	height: 30px;
	width: 150px;
	margin: 5px;
}

#cfFirstName, #cfName, #cfTitel, #cfPosition, #cfOrganisation, #cfStrasse, #cfPLZ, #cfOrt
{
	width: 320px;
}

#cfEmail, #cfRegarding, #cfMessage, #cfLand, #cfTelefon, #cfRechnungAn, #cfGruppe, #cfBemerkungen
{
	width: 710px;
}

