/* 

Vivo-IT Style Sheet 
Author: MultiMediaForge

Version 1, 07/08/13: Static Website

*/

/* - - - - - - - - - - - - - - - - - - - - - */
/* TOP LEVEL STYLES */
/* - - - - - - - - - - - - - - - - - - - - - */

body { 
	margin: 0; padding: 0; 
	font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; color: #4c3d44;
	background-color: #eaecec; background-image: url(images/img_background.jpg); background-repeat: repeat-x;
	}

#page {
	width: 819px;
	padding: 0; margin: 11px auto 11px auto;
	}
	
#page #left-col {
	width: 206px; margin: 0; padding: 0;
	float: left;
	background-color: transparent; background-image: url(images/img_shadow_left.gif); background-repeat: repeat-y; background-position: left top;
	}

#page #right-col {
	width: 613px; margin: 0; padding: 0;
	float: right;
	text-align: left;
	background-image: url(images/img_background_content.gif); background-repeat: repeat-y; background-position: right top;
	}
	
#page #shadow-top {
	width: auto; height: 7px; padding: 0; margin: 0;
	background-color: #f9fbfa; background-image: url(images/img_shadow_top.gif); background-repeat: no-repeat; background-position: left bottom;
	}
	
#page .clear {
	padding: 0; margin: 0;
	clear: both;
	}
	
#page .noStyle, #page #content .noStyle {
	width: auto; height: auto; padding: 0; margin: 0;
	background-color: transparent; background-image: none;
	border-style: none; 
	}

#page .floatLeft {
	width: 407px; padding: 0; margin: 0;
	float: left;
	}

#page .floatRight {
	padding: 0; margin: 0;
	float: right;
	}


/* - - - - - - - - - - - - - - - - - - - - - */
/* GENERAL BLOCK STYLES */
/* - - - - - - - - - - - - - - - - - - - - - */

#page #vivo-it {
	width: 202px; margin: 0 0 0 4px; padding: 45px 0 27px 0;
	text-align: center;
	background-color: #fff;
	border-color: #acaeae; border-width: 1px; border-style: none none solid none;
	}

#page #menu {
	display: block;
	width: 196px; margin: 0 0 0 4px; padding: 3px 3px 2px 3px;
	text-align: left; 
	background-color: #fff;
	list-style: none; list-style-image: none;
	}
	
#page #language {
	width: 186px; margin: 0; padding: 10px 15px 15px 1px;
	text-align: left; 
	font-size: 10px; font-family: Arial, Helvetica, sans-serif;
	background-color: #eaecec;
	background-image: url(images/img_shadow_bottom.gif); background-repeat: no-repeat; background-position: top left;
	}

#page #contact {
	width: 196px; height: 196px; margin: 0 4px 0 0; padding: 3px;
	float: none;
	background-image: url(images/img_BG_col_right.gif); background-repeat: no-repeat; background-position: left top;
	border-color: #acaeae; border-width: 1px; border-style: none none solid none;
	}
	
#page #content {
	width: 375px; margin: 0; padding: 217px 15px 15px 17px;
	/*min-height: 347px;*/
	/*float: left;*/
	text-align: left; line-height: 16px;
	background-color: transparent;
	background-image: url(images/img_background_header.jpg); background-position: 1px top; background-repeat: no-repeat;
	}

#page #flash-content {
	width: 405px; height: 608px; margin: 0; padding: 0 0 0 1px;
	float: left;
	/*border-color: #acaeae; border-width: 1px; border-style: none solid none none;*/
	}
	
#page #margin {
	width: 202px; margin: 0; padding: 0 4px 0 0;
	float: none;
	text-align: left; 
	}

#page #bottom-menu {
	width: 597px; margin: 0; padding: 5px 15px 15px 0;
	font-size: 10px;
	clear: both;
	text-align: right; 
	background-image: url(images/img_shadow_bottom.gif); background-repeat: no-repeat; background-position: top right; background-color: #eaecec;
	border-style: none;
	}
	
/* - - - - - - - - - - - - - - - - - - - - - */
/* SPECIAL BLOCK STYLES */
/* - - - - - - - - - - - - - - - - - - - - - */

/** MAIN MENU (States of the LVL1 links) **/
#page #menu li { 
	padding: 0; margin: 0; 
	}

/* State UP (link is not active, no mouse over) */
#page #menu a:link, #page #menu a:visited {
	display: block;
	height: 22px; padding: 10px 0 0 12px; margin: 0;
	color: #fff; font-size: 11px; font-weight: bold; text-decoration: none;
	background-image: url(images/test_img_menu_background_al.gif); background-position: left bottom;
	border-color: #938a8e; border-width: 1px; border-style: none none solid none;
	}

/* State OVER, CLICK (link is not active, mouse hovers or is clicked over the link) */
#page #menu a:hover, #page #main a:active {
	display: block;
	height: 22px; padding: 10px 0 0 12px; margin: 0;
	color: #473741; font-size: 11px; font-weight: bold; text-decoration: none;
	background-image: url(images/test_img_menu_background_al.gif); background-position: left top;
	border-color: #e0dad7; border-width: 1px; border-style: none none solid none;
	}

/* State ACTIVE (the corresponding page is loaded) */
#page #menu strong {
	display: block;
	height: 22px; padding: 10px 0 0 12px; margin: 0;
	color: #fff; font-size: 11px; font-weight: bold; text-decoration: none;
	background-image: url(images/test_img_menu_background_al.gif); background-position: -186px center;
	border-color: #938a8e; border-width: 1px; border-style: none none solid none;
	}

/* State OPEN-UP (for LVL1 menu-item with sub menu: a link from the sub menu is active, the corr. LVL1 item is not active, no mouse over) */
#page #menu .menu-open:link, #page #menu .menu-open:visited {
	display: block;
	height: 22px; padding: 10px 0 0 12px; margin: 0;
	color: #473741; font-size: 11px; font-weight: bold; text-decoration: none;
	background-image: url(images/test_img_menu_background_al.gif); background-position: -186px center;
	border-color: #938a8e; border-width: 1px; border-style: none none solid none;
	}

/* State OPEN-OVER, OPEN-CLICK (for LVl1 items with submenu, an item from the sub menu is active, the mose hovers over the corr. LVL1 item) */
#page #menu .menu-open:hover, #page #menu .menu-open:active {
	display: block;
	height: 22px; padding: 10px 0 0 12px; margin: 0;
	color: #473741; font-size: 11px; font-weight: bold; text-decoration: none;
	background-image: url(images/test_img_menu_background_al.gif); background-position: -186px top;
	border-color: #e0dad7; border-width: 1px; border-style: none none solid none;
	}

#page #menu #lastItem a {
	border-style: none;
	}
	
/** MAIN MENU LEVEL 2 **/
#page #menu li ul { 
	padding: 3px 0; margin: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	background-color: #e9e4e1; list-style: none;
	}

#page #menu li ul li {
	height: 19px; padding: 0; margin: 0;
	list-style: none; list-style-image: none;
	}

#page #menu li ul li a:link, #page #menu li ul li a:visited {
	display: block; 
	height: auto; padding: 4px 22px; margin: 0;
	font-size: 9px; color: #473741; font-weight: normal; text-decoration: none;
	background-color: transparent; background-image: none;
	border-style: none;
	}
	
#page #menu li ul li a:hover, #page #main-menu li ul li a:active {
	display: block; 
	height: auto; padding: 4px 22px; margin: 0;
	font-size: 9px; color: #960000; font-weight: normal; text-decoration: none;
	background-color: transparent; background-image: none;
	border-style: none; 
	}

#page #menu li ul li strong {
	display: block; 
	height: auto; padding: 4px 22px; margin: 0;
	font-size: 9px; color: #473741; font-weight: bold; text-decoration: none;
	background-image: url(images/bul_menuL2_arrow.gif); background-repeat: no-repeat; background-position: 11px center;
	border-style: none;
	}

/** CONTACT **/
/* could be omitted! */
#page #contact-image {
	margin: 0; padding: 8px 12px 0 12px;
	width: 172px; height: 188px;
	float: right;
	text-align: left; 
	background-image: url(images/img_background_adress_start.gif); background-repeat: no-repeat; 
	}
	
/*
#page #contact-image-start {
	margin: 0; padding: 8px 12px 0 12px;
	width: 172px; height: 188px;
	float: right;
	text-align: left; 
	background-image: url(images/img_background_adress_start.gif); background-repeat: no-repeat; 
	}
*/

#page #contact p, #page #contact h1, #page #contact h2, #page #contact form {
	margin: 0 0 7px 0; padding: 0;
	}
	
#page #contact h1 {
	font-size: 12px;
	}
	
/** LANGUAGE **/
#page #language li {
	display: inline; padding: 0 8px 0 0;
	list-style: none; float: left;
	}
	
/** MARGIN **/
#page #margin .graphic {
	/* width: 196px; height: 196px; padding: 3px; margin: 0; */
	width: 196px; height: 196px; padding: 0 3px 6px 3px; margin: 0;
	background-color: #fff;
	/*background-image:none; background-repeat: no-repeat; background-position: 3px 3px;*/
	background-image: url(images/img_background_margin1.jpg); background-repeat: no-repeat; background-position: 3px 3px;
	/* border-color: #acaeae; border-width: 1px; border-style: none none solid none; */
	}

/* Einige css_styled_content Styles, die mit unseren kollidieren wieder löschen bzw. umdefinieren*/	

#page #margin .graphic * {	
	margin: 0; padding: 0;
	}

#page #margin .graphic .csc-textpic-image {
	padding: 0;
	}

.csc-textpic-imagewrap a {
	background-image: none !important; padding: 0 !important; 
	}

#page #margin .csc-textpic-clear { 
	clear: none;
	}

	
#page #margin .graphic2 {
	width: 202px; height: 406px; padding: 0; margin: 0; 
	background-color: #fff;
	background-image: url(images/img_background_margin_big.jpg); background-repeat: no-repeat; background-position: top left;
	}

#page #margin .marginBlock {
	width: 196px; height: 196px; padding: 3px; margin: 0; 
	background-color: #fff;
	border-color: #acaeae; border-width: 1px; border-style: none none solid none;
	}
	
/* Den selben marginBlock für css_styled_content Bildelemente definieren */
#page #margin .csc-textpic-imagewrap {
	width: 196px; height: 196px; padding: 3px 0; margin: 0;
	background-color: #fff;
	border-color: #acaeae; border-width: 1px; border-style: none none solid none;
	}
	
#page #margin .download {
	padding: 0 15px 10px 25px; margin: 10px 0;
	background-image: url(images/bul_download.gif); background-repeat: no-repeat; background-position: 0 0;
	border-bottom: #eeeeee 1px solid;
	}
	
#page #margin .text {
	min-height: 172px; margin: 0; padding: 15px;
	}

#page #margin h1 {
	font-size: 12px;
	}

#page #margin ul {
	margin: 10px 0 10px 0; padding: 0;
	}

#page #margin ul li {
	margin: 0; padding: 5px 0;
	list-style: none; list-style-image: none;
	}
	
/** BOTTOM MENU **/
#page #bottom-menu li {
	display: inline; 
	list-style: none;
	}

#page #bottom-menu a:link, #page #bottom-menu a:visited, #page #bottom-menu a:active {
	color: #4b4b4b; text-decoration: none;
	}

#page #bottom-menu a:hover {
	color: #960000; text-decoration: underline;
	}

/** SIGNATURE **/
#page #signature a:link, #page #signature a:visited, #page #signature a:active {
	color: #cfd3d3; text-decoration: none;
	}

#page #signature a:hover {
	color: #a8a9a9;
	}

/* - - - - - - - - - - - - - - - - - - - - - */
/* GENERAL FONT STYLES */
/* - - - - - - - - - - - - - - - - - - - - - */

#page h1 {
	margin: 0 0 5px 0; padding: 0; 
	font-size: 15px; color: #960000; font-weight: bold;
	margin: 0 0 5px 0; padding: 0;
	}

#page h2 {
	margin: 9px 0px; padding: 0; 
	font-size: 11px; font-weight: bold;
	}

#page p {  /*Änderungen vogenommen margin: 11px 0px 20px 0px; */
	margin: 0px 0px 10px; padding: 0; 
	font-size: 11px;
	}
	
#page a:link, #page a:visited {
	color: #960000; text-decoration: none; 
	}

#page a:hover, #page a:active {
	color: #CC0000; text-decoration: underline;
	}

#page .topic {
	margin: 0; padding: 0;
	border-color: #eee; border-width: 1px; border-style: none none solid none;
	}
	
#page #margin .topic {
	margin: 0 0 10px 0; padding: 0;
	border-color: #eee; border-width: 1px; border-style: none none solid none;
	}
	
#page .last-topic {
	margin: 0; padding: 0;
	}
	
#page input {
	font-size: 11px; margin: 2px 4px 0 0; padding: 2px 5px;
	background-color: #e9e4e1;
	border-style: solid; border-width: 1px; border-color: #989898;
	}
	
#page ul {
	list-style-image: url(images/bul_arrow_ul1.gif);
	}
	
#page table {
	width: 369px;
	margin: 5px 0 5px 0;
	}
	
#page th {
	width: 120px;
	padding: 3px 5px; 
	text-align: right; 
	vertical-align: top;
	}
	
#page td {
	padding: 3px 5px; 
	text-align: left;
	vertical-align: top;
	background-color: #f6f4f3;
	}

#page #content a, #page #margin a {
	padding: 0 0 0 13px; 
	background-image: url(images/bul_arrow_link.gif); background-repeat: no-repeat; background-position: left center;
	}
	