.element_space {
	clear: both;
	height: 24px;
	line-height: 24px;
}

.box1_2 {
	float: left; 
	width: 49%;
}

.box2_2 {
	float: right; 
	width: 49%;
}

.box1_3, .box2_3, .box3_3 {
	float: left; 
	width: 32%;
}

.box1_3_switch {
	float: right;
	width: 32%;
}

.box_space {
	float: left; 
	width: 1%;	
}

.box1-3_switch {
	float: left; 
	width: 33%;
}

.box1-3 {
	float: right; 
	width: 33%;
}

.box2-3 {
	float: left; 
	width: 64.5%;
}

.box2-3_switch {
	float: right; 
	width: 64.5%;
}

.box1-4 {
	float: right; 
	width: 24.5%;
}

.box1-4_switch {
	float: left; 
	width: 24.5%;
}

.box3-4 {
	float: left; 
	width: 74.5%;
}

.box3-4_switch {
	float: right; 
	width: 74.5%;
}

.box1_4, .box2_4, .box3_4, .box4_4 {
	float: left; 
	width: 23.45%;
}

.content_short_text {
	float: left;
	width: 80%;
}

.content_short_text.img_available {
	clear: none;
	float: left;
	width: 66%;
}

.content_full_link {
	clear: both;
}

.content_prev_img {
	float: right;
	width: 30%;
	text-align: right;	
}

.content_short_headline {
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}


/* JUMP-AIM */
a.link_jump_aim, a.link_jump_aim:hover { 
	width: 1px; 
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	visibility: collapse;
}

/* LISTENANPASSUNGEN: */

ul.ul_list, li.li_list {
	margin: 0px;
	padding: 0px;
}

li.li_list {
	margin-left: 20px;
}

input.select {
	width: 100%;
	border: 1px solid #CCCCCC;
	padding-left: 3px;
}

.select_helper {
	border: 1px solid #CCCCCC;
	margin-right: -5px;	
}

select.input {
	border: 0px;
	width: 100%;
}

.list_element {
	float: left;
	width: 25px;
	display: block;
}

.list_content {
	float: left;
	width: 90%;
	display: block;
}

.content_left .list_element {
	width: 10%;
}

.content_left .list_content {
	width: 85%;
}


.box1_2 .list_element, .box2_2 .list_element {
	width: 8%;
}

.box1_2 .list_content, .box2_2 .list_content {
	width: 86%;	
}

.box1_3 .list_element, .box2_3 .list_element, .box1_3 .list_element, .box3_3 .list_element, .box1-3 .list_element {
	width: 12%;
}

.box1_3 .list_content, .box2_3 .list_content, .box3_3 .list_content, .box1-3 .list_content {
	width: 82%;	
}

.box2-3 .list_element {
	width: 6%;
}

.box2-3 .list_content {
	width: 88%;
}

/* END LISTENANPASSUNGEN: */

table.table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse; 
	border-spacing: 0px;
}

table.table_head, .table_head td {
	background-color: #E8D7BF;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

tr.table_row {
	margin: 0px;
	padding: 0px;
}

td.table_cell {
	border: 1px solid #E8D7BF;
	border-style: 
	margin: 0px;
	padding: 5px;
}

.spam_block_helper {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Flaggenauswahl Start */

.lan_selection_select a {
    display: block;
    float: left;
    width: 16px;
    height: 10px;
    margin-right: 6px;
    opacity: 0.7;
    text-decoration: none;
}

.lan_selection_select a.active, .lan_selection_select a:hover {
    opacity: 1;
    text-decoration: none;
}
.lan_selection_select a.de {
    background-image: url("../img/cms/button_flag_de.jpg");
}
.lan_selection_select a.en {
    background-image: url("../img/cms/button_flag_en.jpg");
}
.lan_selection_info {
    display: none;
}

/* Flaggenauswahl END*/


/* clicktab */

.clicktab {
	width: 100%;
}

.clicktab_button_container {
	float: left;
	margin-right: 11px;
	display: table-cell;
	border: 1px solid #ababab;
	border-bottom: 0px;
	background-color: #ababab;
}

.clicktab_text {
	clear: both;
	background-color: #FEFEFE;
	min-height: 150px;
	border: 1px solid #ababab;
	padding: 10px;
	padding-bottom: 15px;
}

.clicktab_button, .clicktab_button_active {
	float: left;
	/* height: 50px; */
	display: table-cell;
	vertical-align: middle
}

.clicktab_button a, .clicktab_button_active a {
	display: table-cell;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px; /* 17 */
	border: 0px solid #777777;
	border-bottom: 0px;
	background-color: #ababab;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
}

.clicktab_button a:hover, .clicktab_button_active a, .clicktab_button_active a:hover {
	color: #fefefe;
	text-decoration: none;
	display: block;
}

.clicktab_button_left {
	float: left;
	display: block;
}

.clicktab_button_right {
	float: left;
	display: block;
}

.clicktab_button_left_active, .clicktab_button:hover .clicktab_button_left {
	float: left;
	width: 50px;
	display: block;
}

.clicktab_button_right_active, .clicktab_button:hover .clicktab_button_right {
	float: left;
	width: 50px;
	display: block;
}

.clicktab_text_holder {
	display: none;
}

.clicktab_button_text_spacer {
	clear: both;
	height: 25px;
	line-height: 25px;
	display: none;
}

p.p_click_tab_text {
	margin: 0px;
	width: 100%;
	clear: both;
}

/* clicktab END */

/* Balloontip Start */

div.balloontip_a {
	position: relative;
	display: block;
}

a.balloontip_a:hover {
	cursor: help;
}

div.balloontip_container {
	position: absolute;
	top: 15px;
	left: 15px;
	min-width: 50px;
	min-height: 50px;
	padding: 5px;
	background-color: #FEFEFE;
	opacity: 0.8;
	z-index: 50000;
	border: 1px solid #333333;
}


/* used against spam */
.vis_helper {
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}


/* page_flip */

.page_flip {
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.page_flip_top, .page_flip_bottom {
	clear: both;
}

.page_flip_top {
	clear: both;
	height: 40px;
}

.page_flip_all {
	clear: both;
}

.page_flip_info {
	float: left;
	display: inline;
}

.page_flip_numbers {
	float: left;
	display: inline;
}

.page_flip_numbers ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.page_flip_numbers li {
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	border-right: 1px solid #000000;
	line-height: 90%;
	margin-top: 7px;
	padding-left: 2px;
	padding-right: 5px;
}

.page_flip_numbers li.last, .page_flip_numbers li.prev, .page_flip_numbers li.next {
	border: 0px;
}

.page_flip_numbers li.active a {
	font-weight: bold;
	text-decoration: underline;
}
