/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
	background-image:url(../images/back.gif);
	
	
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #000000;
	display:block;
	height: 60px;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(/fileadmin/templates/new/images/clm01_middle.gif);
	background-repeat: repeat-y;
	background-color: white;
	height: 100%; 
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 570px;
	float: left;
}
#right {
	width: 200px;
	float: left;
}

#right .logo img, #right .association img{
 margin: 0 10px 0 10px;
 border: 0;
 border-style: none;

}
#right .logo a{ 
	text-decoration:none;
	border: 0;
}


#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 10px 10px;
	font-size: .75em;
/*	line-height: 1em;*/
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: black;
	background-color: #9dbfed;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	width: 768px;
		border: 1px solid black;
	border-width: 1px 1px 1px 1px;

}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #5555aa;
	
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #000000;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
.slogan {
	font-size: 13px;
	padding: 10px 10px 0 10px;
	display: block;

}

#langmenu{
	
	padding: 10px 10px 0 10px;
	
	
}

h1 {
	font-size: 1.8em;
	margin: 0;

}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}


h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}

.right h4{
	margin: 0 !important;
	padding: 0;
}
.right .content p{
	margin: 0 !important;
	padding: 0;
}
.right a{
	margin: 0 !important;
	padding: 0;
}


.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}


/******* menu *********/


body {
/*	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 100%;*/
}

/*h1 {font-size: 2em;}
h2 {font-size: 1.5em;}

.example {
	background: #eee;
	padding: 50px;
}
*/
/*		Navigation core 	*/

.navig {
	line-height: 1;
	margin: 0 0 1.2em 0;
	display: block;
	position: relative;

}

/* remove all list stylings */
.navig, .navig ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

/* move all list items into one row, by floating them */
.navig li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

/* initialy hide all sub menus */
.navig ul {
	width: 100%;
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	top: 1.2em;/* watch for this value! you must make sure that this value and value of line-height for the parent items are such that it is possible to move the mouse over to submenu */
	left: 0;
	
}

/* -- float.clear -- force containment of floated LIs inside of main UL */
.navig:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* -- float.clear.END --  */

.navig li.selected ul, .navig li:hover ul {
	visibility: visible;
}

.navig li.selected ul {
	z-index: 10;
}

.navig li:hover ul {
	z-index: 100;
}

/*		Navigation make-up 	*/

.navig {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #f7e881;
	margin: 0;
	padding: 0;
	border: 1px solid black;
	border-width: 1px 1px 0 1px;
	width: 768px;	 this value should be close to what is needed for elements to stay on one line */
	height: 30px;
}

.navig a {
	color: #000000;
	text-decoration: none;
	padding: 9px 7px 9px 7px;
	display: block;
}
.navig a:visited {
	color: #0000;

}

.navig li {
	margin: 0;
	border-right: 1px dotted #000;
		height: 30px;
		padding: 0;
		
}

/* if the following selector was ".navig li:hover a" IE7 will NOT render nested UL! the reason is the background-color rule. */
.navig li:hover {
	color: #000;
	background-color: #9DBFED;
}
/* which is why the link is styled separatelly */
.navig li:hover a {
	color: #000;
}

.navig li:hover ul {
	background-color: #9DBFED;
}

/* always pay attention that the value for top is such that it is possible to move the mouse over to submenu */
.navig ul {
	top: 30px;
	padding: 0;/* should be identical to .navig, for best results */
	color: #000;
	background-color: #609ccd;
	width: 768px;
	border: 1px solid black;
	border-width: 0 1px 1px 0;

}

.navig li li {
	border-right: 1px dotted #999;
}

.navig li li a {
	color: #000;
}

.navig li li a:hover {
	text-decoration: underline;
}

/* fix the colors for selected item and submenu, for better usability */

.navig li.selected a, .navig li.selected, .navig li.selected a:hover {
	color: #000;
	background-color: #609ccd;
}

.navig li.selected, .navig li.selected:hover a, .navig li.selected ul {
	background-color: #609ccd;
}


/* IE5/Mac: \*//*/

.navig {
	display: inline-block;
}

.navig a {
	float: left;
}

.navig li ul {
	top: 1.8em;
	height: 2em;
}

.navig li li, .navig li li a {
	display: inline;
	float: none;
}

/*  */


.contenttable td{
	background-color: #9DBFED;
	
}

.contenttable-3 .td-0 p, .contenttable-0 .td-0 p{
	font-weight: bold;
	
	
}

.contenttable-3 .tr-0 p, .contenttable-0 .tr-0 p{
	font-weight: bold;
	
}



.contenttable td p{
font-size: 11px;
	
padding-left:  3px;	
	padding-right:  3px;
}

.orderform{
	padding-left: -10px;
}

.orderform td{

	font-size: 12px;
		background-color: white;	


}
.csc-caption{
	font-size: 12px;
	
	
}


.tx_cabimagemenu_container{

	padding: 10px;
}
.tx_cabimagemenu_image{
	width: 140px;
	float: left;
}
.tx_cabimagemenu_right{
	
}
	
label{
 font-weight: bold;
 margin-right: 10px;
 
 
}

.clearit{
	
	clear: both;
}


.cablanplus .tr-even td{
     background-color: #F7E881;


}
.cablanplus .tr-0 td{
    background-color: #9dbfed;
    font-weight: bold;
}

.event{
	width: 768px;
	background-color: #AD0016;
	border-left: 1px black solid; 
	border-right: 1px black solid; 
	border-bottom: 1px black solid;
	font-size: 0.7em;
	padding-top: 5px;	
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	color: white;
}
.imgtext-table{
	margin-bottom: 30px;
	margin-top: 10px;
}
.csc-header{
	clear: left;
}
