/*<group=Reset Styles>*/

 * {   padding:0;   margin:0;   }

/* undohtml.css *//* (CC) 2004 Tantek Celik. Some Rights Reserved.             *//*   http://creativecommons.org/licenses/by/2.0                   *//* This style sheet is licensed under a Creative Commons License. *//* Purpose: undo some of the default styling of common (X)HTML browsers *//* link underlines tend to make hypertext less readable,    because underlines obscure the shapes of the lower halves of words */:link,:visited { text-decoration:none }/* no list-markers by default, since lists are used more often for semantics */ul,ol { list-style:none }/* avoid browser default inconsistent heading font-sizes *//* and pre/code too */h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }/* remove the inconsistent (among browsers) default ul,ol padding or margin  *//* the default spacing on headings does not match nor align with    normal interline spacing at all, so let's get rid of it. *//* zero out the spacing around pre, form, body, html, p, blockquote as well *//* form elements are oddly inconsistent, and not quite CSS emulatable. *//*  nonetheless strip their margin and padding as well */ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }/* whoever thought blue linked image borders were a good idea? */a img,:link img,:visited img { border:none }/* de-italicize address */address { font-style:normal }/* more varnish stripping as necessary... */

/*<group=Fonts>*/

/*<group=Global>*/

body, a, b, p, td, ul, li, ol,.bodytext,b,i,strong 	{
	font-size:16px;
}



	
/*</group>*/

/*<group=Left and Right Columns>*/

#column-left p,
#column-right p, 
#column-left a, 
#column-right a, 

{
	font-size: 16px;	
}


	
	
/*</group>*/

/*<group=Left and Right Columns Menu>*/

/* 1. nav Level */

#menu_vertical_2levels_left_container ul li a,
#menu_vertical_2levels_left2_container ul li a,
#menu_vertical_2levels_left3_container ul li a,
#menu_vertical_2levels_right_container ul li a,
#menu_vertical_2levels_left_container_bottom ul li a,
#menu_vertical_2levels_left_container ul li a:hover, 
#menu_vertical_2levels_left2_container ul li a:hover, 
#menu_vertical_2levels_right_container ul li a:hover, 
#menu_vertical_2levels_left_container_bottom ul li a:hover

 {
		font-size: 16px;

}

	
/*</group>*/

/*<group=Extensions>*/

/*<group=media>*/

a.mehrlink {
font-size: 16px;		
}


.searchresultcontainer a {
font-size: 16px;		
}

	
/*</group>*/

/*<group=news>*/

.news-latest-title{
	font-size: 16px;	
}

.news-latest-content, .news-latest-content a, .news-latest-subheader, .news-latest-subheader a {

	font-size: 16px;	

}




	
/*</group>*/

/*<group=blog>*/
	.ee_blog_timestamp, #ee_blog_header, #ee_blog_header a, .ee_blog_section{
	font-size: 16px;
}
/*</group>*/
	
/*</group>*/
	
/*</group>*/
	
/*</group>*/

body {
	margin: 10px;
}

#layoutcontainer {
	width: 760px;
	\width: 760px;
	w\idth: 760px;
	border: 0;
	margin: 0;
	margin-right: auto;
	padding: 0;
}

#header {
	padding: 0;
	margin: 0;

}

#Content {
	padding: 0;
	margin: 0;
	border: 0;
	margin-left: 160px;
	margin-right: 160px;
	margin-top: 2px;
}


#column-left, #column-right{
	
	width: 150px;
	\width: 150px;
	w\idth: 150px;
	margin: 0 5px;
	border: 0;
	padding: 0;
	margin-top: 2px;
}


#column-left {
	float: left;
display: inline; /* ie double margin fix*/
}

#column-right {
	float: right;
display: inline; /* ie double margin fix*/
}





#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;

}


/* Menues */

#menu_main {
	padding: 0;
	/* background: repeat url(../images/CSS/menu_main.png); */
}

#menu_footer {
	padding: 0;
	margin: 0;

}

#menu_3 {
	padding-top: 30px;
	margin-top: 30px;
}

/*<group=Clearer>*/

.clearfloat {
	background: none;	
	/* clear: left; */;
	clear: both;
}

.clearfloatright {
	background: none;	
	/* clear: left; */;
	clear: both;
}

.clearfloatright2 {
	background: none;	
	/* clear: left; */;
	clear: both;
	clear: right;
	margin: 0;
	padding: 0;
}
	
/*</group>*/

