
/* @group Basics */
/* Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc. */
body, #tinymce { font-size: small; font-family: Arial,Geneva,Verdana,sans-serif; }
h1 {font-size: 200%; font-weight:bold;}
h2 {font-size: 150%; font-weight:bold;}
h3 {font-size: 120%; font-weight:bold;}
h4 {font-size: 100%; font-weight: bold;}
ol li {list-style-type: decimal;}
strong {font-weight: bold;}
/* @end */

/* @group Generic Classes */
/* Define styles for simple things like floating to the sides, removing a bottom margin on elements, etc
Yes, these may not be as semantic as we would all like, but they are necessary for coding efficiently */
.gl { text-indent: -9999px; }

/* side wide links */
a.more {font-weight: bold;}
a.more:before { content: '\2026 ['; font-size: 80%; }
a.more:after { content: ']'; font-size: 80%; }


/* @end */

/* @group Basic Layout */
/* Define the basic template: header, footer, etc. Elements that help to define the basic layout of the site
/* @end */

/* @group Header */
#nav li a { font-size: 90%; text-transform: uppercase; }
/* @end */

/* @group Content */
/* Define all elements in the content area */
/* @group Sidenav */
#active-sidenav span {text-align: center; text-transform: uppercase; font-size: 130%; }
#sidenav li a {font-size: 90%; }
#sidenav li li a {font-size: 90%; }

/* @end */
/* @group Content :) */
#content h2, h2 {font-size: 100%;}
/* @end */

/* @group Lists ul li */
ul.sitemap li {line-height: 150%;}
ul.sitemap ul.list2 {font-size: 90%; }
ul.sitemap li.level1 {font-weight: bold;}
/* @end */

/* @group Slidemenu */
.slide_klein a{
	font-size: 11px;
}
/* @end */

/* @group Text */
.small {font-size:11px;}
/* @end */

/* @group Suchergebnis */
#searchResults h1{font-size: 90%;}
/* end */

/* @end */

/* @group Tabelle */
#tech, #rating {
	font-size: 90%;
}

#tech thead td{font-size: 10px; font-weight: normal;}

#tech thead .even, #tech thead .even th, #tech thead .units th, #tech thead .units td, #tech thead th{font-weight: bold;  text-align: center;font-size: 11.5px;}
#tech thead .units th, #tech thead th, #tech thead .units td{font-size: 10px; font-weight: normal;}
#tech tbody tr{font-size: 80%;}



/* @end */

/* @group Footer */
/* Define all elements in the footer */
#footer a {font-size: 80%; text-transform: uppercase;}
/* @end */

/* @group Etc */
/*Continue to define the other sections one by one
/* @end */
