/**************************************************************************
*** DEFAULTS
**************************************************************************/
html,
body {
	height: 100%;
	background-color: white;
	margin: 0;
	padding: 0;
	color: #4c1f7a; 
	font-size: 12px; 
	line-height: 16px; 
	font-family: Verdana, Arial, Helvetica; 
}

html,
body,
input,
select,
textarea {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
}

body * {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

input,
textarea,
select {

}

select {
	width: 100%;
}

table {
	border-collapse: collapse;
}

.styleClear {
	clear:both;
	font-size: 0px;
	line-height: 0px;
}

h1, h2, h3, h4, h5, h6, h7 { 
	font-size: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ee7318;
	font-weight: bold;  
}

table tbody td,
table tbody th {
	vertical-align: top;
}

p { 
	color: #4c1f7a;
	line-height: 16px; 
	margin: 0px;
}

td { 
	color: #4c1f7a;
	line-height: 16px; 
}

blockquote {
	margin-left: 20px;
}

.bigger { 
	font-size: 116.67%;
	line-height: 16px; 
}

.smaller { 
	font-size: 91.66%;
	line-height: 16px; 
}

a, a:link, a:active, a:visited, a:focus {
	color: #ee7318;
	text-decoration: none;
	font-weight: bold;
}

a:hover { 
	text-decoration: underline;
}
/**************************************************************************
*** PAGE LAYOUT :: GLOBAL
**************************************************************************/
div#pageOverallWrapper {
	overflow: auto;
}

div#pageOverall {
	width: 852px;
	margin: auto;
	margin-top: 30px;
	padding-bottom: 60px;
}

/**************************************************************************
*** PAGE LAYOUT :: HEADER
**************************************************************************/
div#pageBodyWrapperEmptyLine {
	background-image:url( ../images/bg_line.gif ); 
	background-repeat: repeat-y;
	height: 16px;
	width: 852px;
}

div#pageHeader {
	height: 117px;
}

div#pageHeaderLogo {
	float: left;
}

/*main menu*/
div#t3Navigation-Main {
	height: 41px;
	width: 541px;
	float: left;
	padding: 66px 10px 10px 30px;
	background-image: url(../images/bg_navigation.gif);
	background-repeat: no-repeat;
}

div#t3Navigation-Main ul {
}

div#t3Navigation-Main li {
	text-transform: uppercase;
	vertical-align: top;
	display: inline;
}

.menu_i {
	padding: 8px 8px 36px 8px ;
	background-image: url( ../images/bg_menu.gif );
	background-repeat: repeat-x;
}

.menu_i a, .menu_i a:link, .menu_i a:visited, .menu_i a:active {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 34px;
	text-decoration: none;
	font-weight: normal;
	color: #4c1f7a;
}

.menu_i a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #4c1f7a;
}

.menu_a {
	padding: 8px 10px 36px 10px ;
	background-image: url( ../images/bg_menu_active.gif );
	background-repeat: repeat-x;
}

.menu_a a, .menu_a a:link, .menu_a a:visited, .menu_a a:active {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #4c1f7a;
}

.menu_a a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #4c1f7a;
}

div#pageHeaderTop { }
div#pageHeaderMiddle { }
div#pageHeaderBottom { }

/**************************************************************************
*** PAGE LAYOUT :: BODY
**************************************************************************/
div#pageBodyWrapper {
	background-image:url( ../images/bg_line_2.gif ); 
 }

div#pageBody {  }

div#pageBodyColumnsWrapper {
/*	background-image: url( ../images/bg_left.gif );
	background-repeat: no-repeat;
	background-position: bottom left;*/
}

div#pageBodyColumns {
	position: relative;
}

/*left menu*/
div#t3Navigation-Sub {
	color: #ee7318;
	text-decoration: none;
	/**background-image:url( ../images/bg_left_content.gif ); 
	background-repeat:repeat-y;**/
	padding-top: 27px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 15px;
}

div#t3Navigation-Sub ul {
	list-style-type: none;
}

.left_menu_i {
	padding: 0px;
	background-image: url( ../images/left_navi_line.gif );
	background-repeat: no-repeat;
	background-position: bottom;
}

.left_menu_i a, .left_menu_i a:link, .left_menu_i a:visited, .left_menu_i a:active {
	padding: 4px 5px 4px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #ee7318;
	display: block;
}

.left_menu_i a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #ee7318;
}
.left_menu_a {
	color: #4C1F7A;
	padding: 4px 5px 4px 0px;
	background-image: url( ../images/left_navi_line.gif );
	background-repeat: no-repeat;
	background-position: bottom;
}
.left_menu_a a, .left_menu_a a:link, .left_menu_a a:visited, .left_menu_a a:active {
	padding: 4px 5px 4px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #ee7318;
}

.left_menu_a a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #ee7318;
}

/* submenu (used??) */
.sub_menu {
	background-color: #ffb770;
}

.sub_menu_a {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sub_menu_a a, .sub_menu_a a:link, .sub_menu_a a:visited, .sub_menu_a a:active {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #4c1f7a;
}

.sub_menu_a a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #4c1f7a;
}

.sub_menu_i {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sub_menu_i a, .sub_menu_i a:link, .sub_menu_i a:visited, .sub_menu_i a:active {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #4c1f7a;
}

.sub_menu_i a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #4c1f7a;
}

div#pageBodyColumnLeftWrapper { }
div#pageBodyColumnLeft { }

div#pageBodyColumnMiddleWrapper {
	background-color: #f1edf4;
	padding: 0px 0px 0px 30px;
 }
div#pageBodyColumnMiddle {
	padding-top: 30px;
	padding-right: 39px;
	padding-bottom: 0px;
	background-color: #f1edf4;
	background-repeat: repeat-y;
	background-image: url( ../images/bg_right_shadow.gif );
	background-position: bottom right;
}

div#pageBodyColumnMiddle ul {
	padding: 10px 0 10px 30px;
}








/* middle bottom */ 
div#pageBodyColumnMiddleBottomLeft {
	height: 63px;
	width: 271px;
	float: left;
	background-image: url( ../images/bg_left.gif );
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#pageBodyColumnMiddleBottomWrapper {
	height: 63px;
/* 	width: 551px; */
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url( ../images/bg_right.gif );
	background-position: bottom right;
	
}

div#pageBodyColumnMiddleBottomRight {
	height: 63px;
	width: 542px;
	float: left;
	background-color: #f1edf4;
	background-repeat: no-repeat;
	background-image: url( ../images/bg_middle.gif );
	background-position: bottom right;
}

div#pageBodyColumnRightWrapper {

}

div#pageBodyColumnRight {
}


/**************************************************************************
*** PAGE LAYOUT :: FOOTER
**************************************************************************/
div#pageFooterWrapper {
	height: 30px; 
}

div#pageFooter {
	font-size: 11px;
	text-align: center;
}

div#pageFooter p{
	line-height: 15px;
}


div#pageFooterTop {
	height: 30px;
	float: left;
	width: 0px;
	background-image: url( ../images/bg_bottom_left.gif );
	background-repeat: no-repeat;	
}

div#pageFooterMiddle {
	padding-top: 8px;
	height: 22px;
	float: left;
	width: 852px;
	background-image: url( ../images/bg_bottom.gif );
	background-repeat: no-repeat;	
}
div#pageFooterMiddle a {
	color: #4c1f7a; 
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}

div#pageFooterBottom {
	height: 30px;
	float: left;
	width: 0px;
	background-image: url( ../images/bg_bottom_right.gif );
	background-repeat: no-repeat;	
}

/**************************************************************************
*** PAGE LAYOUT :: Listelement intern
**************************************************************************/

div.tqDownload li {
	list-style-type: none;
}

