

/***************************************************
	SYSTEMFARBEN

	hintergrund ... #FFFFFF (white)

	portletgrau ... #D7D5CE
	portleterror .. #FCDEC9
	form .......... #

	borders ....... #808080 (gray)
	
	sysblau ALT ... #6785B8
	sysblau ....... #6785B8
	sysorange ..... #F29149
	
	schrift ....... #000000 (black)
	text .......... #808080 (gray)
	
***************************************************/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*background-repeat: no-repeat;
	background-image: url("back1a.jpg");
	background-position: bottom left;*/
	/*background-repeat: repeat;
	background-image: url("tile06.gif");*/
}
/*body,textarea {
	scrollbar-base-color: red;
	scrollbar-3dlight-color: gray;
	scrollbar-arrow-color: gray;
	scrollbar-darkshadow-color: gray;
	scrollbar-face-color: #D7D5CE;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #D7D5CE;
	scrollbar-track-color: #FFFFFF;
}*/
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	vertical-align: top;
}
h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 26px;
	color: #F29149;
	margin-left: 10px;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;
	padding-left: 3px;
	margin-bottom: 8px;
	margin-top: 20px;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	/* border-top: 1px solid white; */
	background-color: #6785B8;
	color: #FFFFFF;
}
h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
h4 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

dt,dd {
	display: table-cell;
}

input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: groove;
	border: 1px solid gray;
	padding: 1px;
}
input.button {
	border: 1px solid gray;
	border-style: ridge;
}

form {
	margin: 19px;
}

a, a:link, a:visited, a:hover, a:active {
	color: #6785B8;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: black;
}
a:active {
	color: #F29149;
}

hr{
	border: 1px solid white;
	border-top: 1px solid gray;
}

img {
	border: 0px solid white;
}
img.contentglyph {
	border: 1px solid black;
}

ul, ol {
	margin-top: 0px;
}

/*************** HAUPTTABELLE ***************/
td.head{
	background-color: #FFFFFF;
}
td.headerlogo {
	padding:0px;
	margin:0px;
}
/* header www.maconvention.info */
td.headerwww {
	/*font-style: italic;*/
	background-color: #FFFFFF;
	text-align: right;
	/*vertical-align: middle;*/
	vertical-align:top;
	white-space: nowrap;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
.headerwww-content {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: left;
}
.headerwww-title {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #F29149;
}
td.navi{
	padding: 10px;
	vertical-align: top;
}
td.main{
	padding: 10px;
	vertical-align: top;
}
div.dekoline {
	position: absolute;
	padding-top: 5px;
	left: 0px;
	width: 100%;
	height: 15px;
	visibility: hidden;
	/* margin-top: 10px; */
}
td.dekoline, div.dekoline {
	background-image: url("tile3.gif");
	background-repeat: repeat;
	/* background-color: #6785B8; */
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}
.dekoline a, .dekoline a:link, .dekoline a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.dekoline a:hover, .dekoline a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


/*************** NAVIGATION ***************/
.menu, .menuhover, .menuactive, .menuloading {
	/*background-color: #E4E3E1;*/
	background-color: #F4F4F4;
	border-left: 1px solid gray;
	/* border-right: 1px solid gray; */
	border-right: 3px solid #6785B8;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	cursor: default;
	font-size: 11px;
	white-space:nowrap;
}
.menuhover, .menuactive, .menuloading {
	/*background-color: #FFFFFF;*/
	background-color: #E1E1E1;
	/* border-left: 2px solid #F29149; */
	padding-left: 10px;
	cursor: pointer;
}
.menuloading {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	cursor:wait;
	padding-bottom:3px;
	padding-top:2px;
}
.menuactive {
	background-color: #FFFFFF;
	border-left: 2px solid #F29149;
	border-top: 1px solid #F29149;
	border-bottom: 1px solid #F29149;
	border-right: #FFFFFF;
	padding-left: 9px;
	padding-top: 2px;
	padding-bottom: 3px;
	cursor: default;
}

.menu a, .menu a:link, .menu a:visited {
	color: #6785B8;
	text-decoration: none;
	font-weight: normal;
}
.menuhover a, .menuhover a:hover, .menuhover a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.menuloading a, .menuloading a:hover, .menuloading a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.menuactive, .menu a:active, .menuactive a, .menuactive a:link, .menuactive a:visited {
	color: #F29149;
	text-decoration: none;
}

td.menuhead-parent {
	/* border-right: 1px solid gray; */
	border-right: 3px solid #6785B8;
}
td.menuhead {
	background-image: url("edgenavihead.gif");
	background-repeat: repeat-x;
}
td.menuinter {
	text-align: center;
}
td.menubottom-parent {
	border-left: 1px solid gray;
}
td.menubottom {
	background-image: url("edgenavibottoma.gif");
	background-repeat: repeat-x;
	background-color: #E4E3E1;
	text-align: right;
}


/*************** CONTENT AREA ***************/
td.contenthead {
	background-image: url("edgecontenthead.gif");
	background-repeat: repeat-x;
	/* border-right: 1px solid gray; */
	border-right: 7px solid #6785B8;
}
td.contentmain {
	/*background-color: #E4E3E1;*/
	background-color: #F4F4F4;
	border-left: 1px solid gray;
	/* border-right: 1px solid gray; */
	border-right: 7px solid #6785B8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	/*background-image:url('img/back5.jpg');
	background-repeat:no-repeat;
	background-position: bottom right;*/
}
td.contentbottom-parent {
	border-left: 1px solid gray;
}
td.contentbottom {
	background-image: url("edgecontentbottom.gif");
	background-repeat: repeat-x;
	background-color: #E4E3E1;
	text-align: right;
}

/*************** SPECIAL ELEMENTS ***************/
div.form {
	margin: 20px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: #FEF1E9;
	border: 1px solid black;
	text-align: center;
}
div.form td {
	text-align: left;
}

div.ptext, table.dl {
	padding-left: 25px;
	padding-right: 25px;
	color: #737373;
}

td.dt {
	color: #000000;
	vertical-align: top;
}
td.dd {
	vertical-align: top;
}

div.errmsgs {
	border: 1px solid #F29149;
	background-color: #FCDEC9;
	color: black;
	margin-bottom: 15px;
	padding-top: 5px;
}


.imgleft, .imgleft-withborder {
	float:left;
	margin-right:5px;
}
.imgleft-withborder {
	border: 1px solid #000000;
}
.imgright, .imgright-withborder {
	float:right;
	margin-right:10px;
	margin-left: 5px;
}
.imgright-withborder {
	border: 1px solid #000000;
}

div.contentblock, div.contentblock-center {
	width:100%;
	float:left;
}
div.contentblock-center {
	text-align:center;
}

div.contentblock2 {
	/*float:left;
	width:100%-46px;*/
	background-color: #FFFFFF;
	border: 3px solid #F29149;
	margin: 20px;
	margin-top:0px;
	padding: 10px;
	font-weight:bold;
	
	vertical-align: middle;
	text-align: center;
}
div.contentbig {
	font-weight:bold;
	font-size:18px;
	margin-bottom:3px;
}

div.infobox {
	font-size: 10px;
	border: 1px solid #AD00DF;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	float:right;
}
div.infobox a, div.infobox a:link, div.infobox a:hover, div.infobox a:visited, div.infobox a:active {
	font-size: 10px;
	font-weight: normal;
	color: #AD00DF;
}
div.infobox a:hover {
	color: #000000;
}

div.broadlink {
	font-size:15px;
	font-weight:bold;
	margin:5px;
}