/* Basic styling */
body {
	font-family:'Trebuchet MS',sans-serif;
	background-color:#400;
	font-size:8pt;
}
table td tr { 
	border:0px;
	}
/* headings */
h1 { 
	font-size:14pt;
	}
h2 {
    font-size:12pt;
    color:#666666;
}
h4 {
	color:#E87C00;
	margin-top:0px;
	margin-bottom:0px;
	}
/* Hyperlinks */
a {
        color:#400;
}
a:hover {
        color:#E87C00;
}
a img {
	border:0px;
	}
.bodytexit {
	font-size:10px;
	}
#main {
	width:750px;
	margin:20px auto;
	/*height:550px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-375px;
	margin-top:-275px;
	*/
	background-color:#fff;
	
	background-image:url(/fileadmin/vincitemplate/bg_transp.png);
	background-position:bottom right;
	/*background-position:458px 204px;*/

	background-repeat:no-repeat;
	padding-top:4px;
	padding-bottom:4px;
}
#logobox {
	height:78px;
	background-color:#ddd;
	padding-bottom:4px;
	padding-right:4px;
	margin:0px 4px;
	text-align:right;
}
#logobox table {
	margin-top:30px;
}
#logoimg {
	float:left;
	}
#bottombox {
	
    color:white;
    background-image:url(/fileadmin/vincitemplate/bottom.jpg);
	background-repeat:no-repeat;
	width:742px;
	height:60px;
	margin:4px;
	margin-bottom:0;
	font-size:12px;
    /*position:absolute;
	bottom:0;*/
}
#bottombox_copyright {
    bottom:0px;
    position:absolute;
}
#copyright {
    font-size:7pt;
}

#top {
	margin:4px;
	margin-top:0;
}

/* CONTENT */
/* Column pages */
/* 2 Columns*/
.twocolumnpage {
	width:580px;
	}
.leftcolumn {
	width:280px;
	margin-right:10px;
	float:left;}
.rightcolumn {
	width:280px;
	margin-left:300px;
	
	}

/* NAVIGATION */

#topmenu {
	border-bottom:6px solid #890606;
	background-color:#ddd;
}
#topmenu ul {
	font-size:8pt;
	font-weight:bold;
	padding:10px 0;
	margin:0;
	margin-left:5%;
}
#topmenu li {
	padding:0px 0 10px 10px;
	margin:0px 10px;
	display:inline;
	border-left:2px solid #890606;
}

/* Top Level Bottom Navigation */
.nav a {
	color:#000;
	}
.nav_active a {
        color:#000;
	}

/* First Level Left Navigation */
.subnavL1 ul {
        list-style-type:none;
	}
/* Second Level Left Navigation */
.subnavL2 ul {
	list-style-type:square;
	}
.subnavL2 li {
	margin-left:20px;
	}

#content {
	margin:20px 20px 0px 20px;
	font-size:9pt;
	text-align:justify;
	
}

#picture {
	float:right;
	margin-right:20px;
}

#subnav ul {
	margin:0;
	margin-bottom:10px;
	padding:0;
	color:#E87C00;
	font-weight:bold;
	text-decoration:underline;
}
#subnav li {
	list-style-type:none;
}
#subnav {
	float:right;
	margin:0px 4px 10px 18px;
	/*height:325px;*/
	background-image:url(/fileadmin/vincitemplate/menu_bg_pix.png);
	padding:10px 15px 15px 15px;
	line-height:1.5em;
	width:100px;
}
#submenu a {
        color:#400;

}
.pagemenu {
	font-size:10pt;
	}

/* MyVoc */
.pricing_myvoc td {
	margin:100px;
	margin-left:-3px;
	margin-top:-5px;
	padding:5px;
	border:0px;
	border-right:1px solid #000;
        border-left:1px solid #000;
	}


/* SITEMAP */

.csc-sitemap-level1 {
    margin-left:4px;
    font-size:11pt;
    margin-bottom:0px;
    margin-top:10px;
}
.csc-sitemap-level2 {
    margin-left:10px;
    margin-bottom:0px;
    margin-top:3px;
}
.csc-sitemap-level3 {
    margin-left:22px;
    margin-bottom:0px;
    margin-top:3px;
}

