body {
	padding: 0px;
	margin:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background-color: #EBEBEB;
}

/*
font[size="2"] {
	color: #000033;
}*/

a img {
  border: 0px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

#outerContainer {
	width: 996px;
	background-color: #fff;
	margin: 0px auto 0px auto;
	position: relative;
	display: block;
	overflow: hidden;
}

#left {
	padding: 0px;
	width: 262px;
	margin-right: 34px;
	float: left;
	clear: right;
	
	margin-bottom:-32767px !important;
	padding-bottom:32767px !important;
	
	background-color: #EBEBEB;
}

#left #menuContainer {
/*	height: 400px;*/
	background-color: #D4D4D4;
	padding-top: 20px;
}

#left #menu {
	width: 220px;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	border-bottom: 1px solid #474F47;
	background-color: #fff;
}

#left #menu .main {
	border-top: 1px solid #474F47;
	padding: 2px 10px 2px 14px;
}

#left #menu .sub {
	padding: 3px 10px 3px 28px;
}

#left #menu .subsub {
	padding: 3px 10px 3px 42px;
}

#left #menu .main a {
	color: #474F47;
	font-weight: bold;
	text-decoration: none;
}

#left #menu .sub a, #left #menu .subsub a {
	color: #474F47;
	font-weight: normal;
	text-decoration: none;
}

#left #menu a:hover {
	color: #C50000;
}

#left #menu .main a.hi, #left #menu .sub a.hi, #left #menu .subsub a.hi {
	color: #C50000;
}

#left #bottom {
	/*height: 160px;*/
}

#left #bottom .bg {
	width: 262px;
/*	height: 130px;*/
	background-repeat: no-repeat;
	background-image: url(../../standard/img/leftBottom.gif);
}

#left #bottom .bg .content {
	padding: 20px 10px 10px 5px;
	font-size: 11px;
}

#left #bottom .bg .content a {
	text-decoration: none;
	color: #A90232;
}

#left #bottom .bg .content a:hover {
	text-decoration: underline;
}

#right {
	width: 262px;
	float: right;
	
	/*background-color: #9ff;*/
}

#right #top {
	height: 107px;
	background-image: url(../../standard/img/rightTop.gif);
}

#right #top span.sparte {
	color: #fff;
	font-weight: bold;
}

#right #top .content td {
	padding-top: 5px;
	padding-left: 10px;
	line-height: 18px;
}

#right #top .content td a {
	color: #fff;
	text-decoration: none;
}

#right #top .content td a.hi, #right #top .content td a:hover {
	color: #C50000;
}

#content {
	width: 404px;
	float: left;
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 16px;

	/*background-color: #ff9;*/
}

#content table.head {
	height: 137px;
	padding-bottom: 30px;
}

#content table.head td {
	color: #C50000;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	vertical-align: bottom;
}

#content .headline {
	font-weight: bold;
	font-size: 12px;
}

#content .subline {
	font-weight: bold;
	font-size: 12px;
}

#content a {
	text-decoration: none;
	color: #A90232;
}

#content a:hover {
	text-decoration: underline;
}

#content .strong {
	font-weight: bold;
	color: #A90232;
}

#content ul {
	padding: 0px 0px 0px 13px;
	margin: 3px;
	margin-bottom: 12px;
}

#content ol {
	padding: 0px 0px 0px 19px;
	margin: 3px;
	margin-bottom: 12px;
}

#content .pdf {
	background-image: url(../../standard/img/pdf12.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-bottom: 12px;
}

.abstand {
	height: 30px;
	background-color: #fff;
}

/* ########################################### */

.box {
	border-top: 20px solid #B9B9B9;
	border-left: 2px solid #B9B9B9;
	border-bottom: 2px solid #B9B9B9;
}

.box div.headline {
	border-top: 1px solid #474F47;
	border-bottom: 1px solid #474F47;
	padding: 3px 10px 3px 14px;
	color: #C50000;
	font-weight: bold;
	margin-bottom: 10px;
}

.box .content {
	padding: 0px 10px 10px 14px;
	font-size: 11px;
}

.box .content span.headline {
	color: #C50000;
	font-weight: bold;
}

.box .content a.mehr {
	color: #C50000;
	font-weight: normal;
	text-decoration: none;

}

.box .content a.mehr:hover {
	color: #000;
	text-decoration: underline;

}

/* ########################################### */

.bild_links {
	float: left;
	padding: 0px 10px 6px 0px;
}

.zitat {
	margin-top:10px;
	font-weight: normal;
	font-style: italic;
	border: 1px solid #ccc;
	padding: 5px;
}

/* ########################################### */

form {
	padding: 0px;
	margin: 0px;
}

.myform label, .myform input {
	display: block;
	width: 323px;
	float: left;
	margin-bottom: 10px;
}

.myform input {
	border: none;
	background-color: #eee;
	font-size: 10px;
	padding: 2px;
}

.myform input.error {
	background-color: #e99;
}

.myform input:focus, .myform textarea:focus {
	background-color: #ddd;
}

.myform textarea {
	border: none;
	float: left;
	width: 323px;
	margin-bottom: 10px;
	background-color: #eee;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 11px;
}

.myform label {
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

.myform br {
}

/* ###########################################
  Textformatierungen fuer Editor
*/

.subHeadline {
	font-weight: bold;
	font-size: 12px;
}

/* ############################################
sonstige neue Styles
*/

.GreyInfoText {
	color: #767676;
	text-align: left;
}

.Element_LINKS {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.Element_RECHTS {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

.Element_NORMAL {
	float: none;
	clear: both;
}

.Gr_5 {
	font-size: 5px;
}

.Gr_6 {
	font-size: 6px;
}

.Gr_7 {
	font-size: 7px;
}

.Gr_8 {
	font-size: 8px;
}

.Gr_9 {
	font-size: 9px;
}

.Gr_10 {
	font-size: 10px;
}

.Gr_11 {
	font-size: 11px;
}

.Gr_12 {
	font-size: 12px;
}

.Gr_13 {
	font-size: 13px;
}

.Gr_14 {
	font-size: 14px;
}

.Gr_15 {
	font-size: 15px;
}

.Gr_16 {
	font-size: 16px;
}

.Gr_17 {
	font-size: 17px;
}

.Gr_18 {
	font-size: 18px;
}

.Gr_19 {
	font-size: 19px;
}

.Gr_20 {
	font-size: 20px;
}

.Gr_21 {
	font-size: 21px;
}

.Gr_22 {
	font-size: 22px;
}

.Gr_23 {
	font-size: 23px;
}

.Gr_24 {
	font-size: 24px;
}

.Gr_25 {
	font-size: 25px;
}

.Gr_26 {
	font-size: 26px;
}

.Gr_27 {
	font-size: 27px;
}

.Gr_28 {
	font-size: 28px;
}

.Gr_29 {
	font-size: 29px;
}

.Gr_30 {
	font-size: 30px;
}
