/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * Browser Reset
 */

 
 /* ********************* PDA Klassen ************************** */
 
 
 /* ********************* NAVIGATION ********************* */
.mainnavi {
 	font-size: 16px;
	font-weight:bold;
	color: #7c868a;
	/*text-transform: uppercase;*/
}
.mainnavi_selected {
	color: #354147;
}
.mainnavi_divider {
	background-image:url(../images/navi_trenner01.gif);
	width:3px;
	padding-left:4px;
	padding-right:4px;
	background-position:top;
	background-repeat:no-repeat;
}
.subnavi {
	clear:both;
	margin-top: 5px;
	margin-left: 20px;
	font-weight: bold;
	color: #9ca4a7;
	text-transform:uppercase;
}
.subnavi a, .subnavi_selected{
	background-image:url(../images/navi_trenner_sub.gif);
	padding-left:15px;
	padding-right:3px;
	background-position:top;
	background-repeat:no-repeat;
	background-position: 4px 2px;
}
.subnavi_selected {
	color: #485a61;
	font-weight:bold;
	/*border-bottom: 1px solid #858e95;*/
}
.subnavi_divider {
	background-image:url(../images/navi_trenner_sub.gif);
	width:3px;
	padding-left:9px;
	padding-right:4px;
	background-position:top;
	background-repeat:no-repeat;
	background-position: 5px 2px;
}
 /* ********************* SIDEBAR ********************* */
 #right_container {
	margin-top:20px;
}
.photoCC {
	font-size: 10px;
	/*padding-right: 20px;*/
	color:#ebebeb;
}
.photoCC a:link, .photoCC a:visited{
	color:#ebebeb;
}
.sidebar_module {
	background-color:#ebebeb;
	padding: 10px 15px 10px 15px;
	margin-bottom: 10px;
	line-height: normal;
	/*background-image:url(../images/sap_logo_corner.gif);
	background-position:right bottom;
	background-repeat: no-repeat;*/
}
#letstalk{
	background-image:url(../images/sap_logo_corner.gif);
	background-position:right bottom;
	background-repeat: no-repeat;
	padding:0;
}
.sidebar_headline {
	font-weight:bold;
	margin-bottom:4px;
}
.sidebar_link{
	text-align:left;
	margin-top: 5px;
}

 /* ********************* MAIN CONTENT AREA ********************* */
 div#main {
	width: auto;
	/*background-color:#999900;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.content_container{
	/*background-color:#99FF00;*/
	padding: 0;
	margin: 0;
}
.main_container {
	display: block;
	/*background-color:#00FFFF;*/
	/*top:500px;*/
	clear:left;
	padding:0px;
	margin:0px;
}
div#content {
	width: auto;
	/*background-color:#FF0000;*/
	padding-top: 1px; /* wenn 0 dann verschiebt es IE 7 nach unten */
	margin: 0;
}
div#middle { /* gesamter hauptcontainer */
	width: auto;  
	margin: 165px 0px 1px 0px; /* georg abstand hauptcontent von oben */
	padding: 0px 15px 0px 15px;
	clear: both;  
}

.showright div#content {
	margin: 0px 315px 0px 0px;   /* rand von rechts bei haupt content */
}
/*.showright div#content {
	margin-top: 10px;
	margin-right: 180px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/
.componentheading {
	margin: 0px;
	padding: 0px;
}
p.date {
	font-size: 11px;
	margin-top: 3px;
}
.horizontal_divider {
	font-size:1px;
	line-height:1px;	
	height:3px;
	border-bottom:1px solid #ebebea;
	width:550px;
	margin-top: 20px;
	clear: left;
}

 
 /* ******************************* JOOMLA ********************************* */
/*
 * general.css
 */

a:link, a:visited
{
        color: #7887A0;
		text-decoration:none;
}

#content a:link, #content a:visited, #right a:link, #right a:visited
{
        color: #7887A0;
        font-weight: bold;
        text-decoration: none;
}
#content a:link, #content a:visited {
		color: #7887A0;
        font-weight: bold;
        /*text-decoration: underline;*/
		border-bottom: 1px solid #cccccc;
}
a:hover, #content a:hover, #right a:hover {
        color: #191919;
        /*text-decoration: underline;*/
}

h1, h2, h3, h4, h5, h6 {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        padding-bottom: 0px;
        margin-bottom: 5px;
        line-height: 100%;
}

h1, .componentheading, .contentheading{
        font-family: Helvetica, Arial, sans-serif;
        font-size: 150%;
		line-height:24px;
        /*color: #646478;*/
		color: #485a61;
        margin-top: 20px;
        font-weight: normal;
}

h2 {
        font-size: 150%;
        color: #646478;
        margin-top: 24px;
        font-weight: normal;
}

h4 {
        font-size: 120%;
        font-weight: bold;
        color: #7887A0;
        margin-top: 15px;
        margin-bottom: 2px;
}

h3 {
      font-size: 100%;
        font-weight: bold;
        color: #7887A0;
        margin-top: 15px;
        margin-bottom: 2px;
        text-transform:uppercase;  
}

h6 {
        font-size: 105%;
        color: #98a9c1;
}


ul {
        margin-top: 5px;
        margin-bottom: 10px;
}
hr {
        border: 0px solid #ccc;
        background-color: #ccc;
        height: 1px;
}
td {
         vertical-align: top;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
font-family:Helvetica, Arial, sans-serif
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

 
option { padding-left: 0.4em; }

 
ul, ol, dl {
	padding-left: 30px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
dl { margin: 1em 0; }
dd { padding-left: 40px; }

.sidebar_module li {
	padding: 0;
	margin: 0;
	line-height: 15px;
}
blockquote { margin: 0 0 1em 1.5em; }

p {	margin: 1em 0; }

td, th { padding: 1px; }

 
 
html {
	height: 100%;
	margin-bottom: 1px;
}
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
	margin:0;
	padding:0;
}

/* center page */
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
	margin:0;
	padding:0;
}
div.wrapper-t {
	background: #ffffff;
	/* background: #ffffff url(../images/wrapper_t.png) 0 0 repeat-x; */
}

div.wrapper-b {
	background: url(../images/wrapper_b.png) 0 100% repeat-x;
}

div.wrapper-l {
	background: url(../images/wrapper_l.png) 0 0 repeat-y;
}

div.wrapper-r {
	background: url(../images/wrapper_r.png) 100% 0 repeat-y;
}

div.wrapper-tl {
	background: url(../images/wrapper_tl.png) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(../images/wrapper_tr.png) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(../images/wrapper_bl.png) 0 100% no-repeat;
}

div.wrapper-br {
	padding: 10px 35px 80px 35px;
	background: url(../images/wrapper_br.png) 100% 100% no-repeat;
}

div#header {
	width: auto;  
	height: 200px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;
}

div#toolbar {
	width: auto;  
	height: 27px;
	padding: 3px 140px 0px 300px;
	clear: both;  
}

div#date {
	margin: 5px 10px 0px 0px;
	float: left;
	font-size: 85%;
}

div#topmenu {
	margin: 5px 10px 0px 0px;
	float: left;
}


div#headerbar {
	width: auto;  
	height: 100px;
	padding: 15px 15px 15px 0px;
	clear: both;  
	overflow: hidden;
}

div#headermodule {
	margin: 0px 0px 0px 0px;
	float: right;
}

div#menubar {
	width: auto;  
	height: 36px;
	margin: 0px 15px 0px 15px;
	clear: both;  
	background: url(../images/menu_bg.png) 0 0 repeat-x;
}

div#menu {
	position: absolute;
	top: 160px;
	left: 0px;
	height: 36px;
	padding: 0px 0px 0px 30px;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#search {
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 10;
}

div#banner {
	position: absolute;
	top: 0px;
	right: -20px;
	width: 0px;
	z-index: 3;
}

div#top {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	clear: both;  
}

div#top .topbox {
	margin-top: 15px;
}

div#middle .background {
	min-height: 140px; 
}

 
div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.left div#middle .background {
	padding: 0px 0px 0px 0px;
	background: url(../images/left_bg.png) repeat-y 0px 0;
}
 
.right div#middle .background {
	padding: 0px 0px 0px 0px;
	background: url(../images/left_bg_right.png) 100% 0 repeat-y;
}

div#left {
	width: 190px;
}

.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}

.left div#main {
	margin: 0px 0px 0px 220px;  
}

 
.right div#main {
	margin: 0px 220px 0px 0px;  
}

div#maintop {
	padding: 0px 0px 15px 0px;
}

div#mainmiddle {
	margin: 0px 0px 15px 0px;
}

.showright div#mainmiddle {  
	background: url(../images/right_bg.png) 100% 0 repeat-y;
}

div#right {
	width: 180px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}


div#contenttop {
	margin: 0px 0px 15px 0px;
}

div#breadcrumb {
	height: 19px;
	font-size: 85%;
}

div#contentbottom {
	margin: 15px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 0px 0px;
}

div#bottom {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	clear: both;  
}

div#bottom .bottomblock {
	margin-top: 15px;
	margin-bottom: -15px;
}

div#footer {
	width: auto;  
	padding: 10px 15px 10px 15px;
	clear: both;  
	min-height: 30px;
	text-align: center;
}

div#footer .footer-bg {
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #969696;
}

div#debug {
	width: auto;  
	margin: -40px 0px 0px 0px;
	padding: 0px 35px 100px 35px;
	clear: both;  
}

div#debug a.anchor {
	margin: 0px 0px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}

/*
 * Clearing & Floating
 */

 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
 
.clearfix { display: block; }

 
.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }
body.width-thin div.wrapper { width: 980px; }body.width-wide div.wrapper { width: 1000px; }body.width-fluid div.wrapper { width: 90%; }div#styleswitcher { width: 45px; }

 
.contentpane {
  margin: 0;
  padding: 0;
  width: auto;
}

 
.contentpaneopen {
  margin: 0;
  padding: 0;
  width: auto;
}

 
.contentpaneopen hr {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #c8c8c8;
	border-left: 0px;
	line-height: 0px;
	height: 1px;
}
 
.article_separator {
	display: block;
	height: 50px;
	background: url(../images/article_separator.png) 50% 50% no-repeat;
}

a.readon, a.readmore {
	margin: 10px 0px 0px 0px;
	width: 100px;
	height: 20px;
	background: transparent url(../images/readmore.png) 0 0 no-repeat;
	display: block;
	float: left;
	line-height: 20px;
	text-indent: 10px;
	font-size: 90%;
}



/*
** layout - hintergrund etc.
*/

html {
        background: #ccc;
}

#page-body {
        background: #ccc url(../images/page_bg.png) 0 0 repeat-x;
}


div#left {
        width: 153px;
}

.left div#main {
        margin: 0px 0px 0px 175px;
}

.left div#middle .background {
        padding: 0px 0 0px 0px;
        background: url(../images/left_bg.png) repeat-y -40px 0;
}

div#right {
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 20px;
	float: right;
}

.showright div#mainmiddle {
        background: none;
}

#footer-l {
        width: 33.33%;
        float: left;
}

#footer-m {
        width: 33.33%;
        float: left;
}

#footer-r {
        width: 33.33%;
        float: left;
}

div#right-shadow-l {
        position: absolute;
        top: 166px;
        right: 312px;
        background: url(../images/right_box_shadow_l.png);
        width: 12px;
        height: 245px;
}

div#right-shadow-r {
        position: absolute;
        top: 166px;
        right: 0px;
        z-index: 10;
        background: url(../images/right_box_shadow_r.png);
        width: 12px;
        height: 245px;
}




/*
 * Header Modul
 */

#headermodule div.module {
        margin: 0px 0px 0px 10px;
        padding: 0px 0px 0px 0px;
        border: 0px solid #c8c8c8;
        background: #ffffff;
        text-align:justify;
        float: right;
        z-index: 1000;
        border-bottom: 1px solid #ccc;
}

#header{
	height: 400px;
	}
.module-header_background {
        position: absolute;
        top: -10px;
        right: 0px;
        bottom: 0px;
}
div.resultbox, resultbox-bg, div.resultbox-bl{
	z-index: 999 !important;
}
#debug{
	/*display:none;*/
	visibility:hidden;
}

/*
 * Best Performance Challenge Spezifisch
 */
td.teamprofile {
	background-color: #e1e1e1;
	padding: 2px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #666666;
}
td.teamprofileActive {
	background-color: #FFFFFF;
	padding: 2px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #FFFFFF;
}
td.teamprofile#profileR{
	background-color: #e1e1e1;
	padding: 2px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #666666;
}
.profiletables{
	margin-top: 5px;
	margin-bottom: 5px;
}
.profiletable th{
	padding: 2px;
	background-color:#C7C7C7;
}
.profiletable td{
	padding: 2px;
	border-bottom: 1px solid #C7C7C7;
}
/*
 * [color]-[specific].css
 * Place here your color specific CSS changes depending on your choosen color variation
 */



/*
 * ie7hacks.css
 * use IE7 browser hacks to apply the styling only to IE7
 * For example: Star-Plus-HTML-Hack: *:first-child+html #YOURSELECTOR { attribute:value; }
 */



/*
 * ie6hacks.css
 * Use IE6 browser hacks to apply the styling only to IE6
 * For example: Star-HTML-Hack: * html #YOURSELECTOR { attribute:value; }
 */

