/* --------------------------------------*/
/* --    elements for site layout      --*/
/* --------------------------------------*/



/*first line - Mainnavigation */
#header{
	width: auto;
	min-width: 1000px;
	margin:0px auto;
	padding:0px;
	background: url(../images/header_bg.jpg) repeat;
	border-bottom: 5px solid #cc0000;
}
#header #header-content{
	width: 1000px;/* +100px padding-left*/
	height:55px; 
	text-align: left;
	margin:0px auto;
	padding: 0px;
}

#header #header-content #box{
	width: 228px; /* 209px + (2x10px padding) + 1px border-left=230px*/
	height: 44px;
	background: url(../images/box_bg.jpg) repeat;
	float: right;
	padding:10px 10px 0px 10px;
	color:#333;
	text-align: left;
	margin-right:2px;
}
/* footer navigation*/
#header #header-content #search{
	/*margin-top: 20px;*/
	padding: 7px 10px 0px 0px;
	text-align:left;
	/*float:right;*/
	height:19px;
	width: 220px; /* +10px padding-right*/
	border: 0px solid green;
	vertical-align: top;
}

/*second line - Graphical Content*/
#graphical{
	width: auto;
	margin:0px auto;
	padding:0px;
	background: url(../images/graphic_bg.jpg) repeat-x #000;
}
#graphical #graphical-content{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height:400px;
	background-color:transparent;
	text-align: justify;
	color: #ffffff;
}
#graphical-content #graphic-wrapper{
	width: 750px;
	height: 400px;
	float: left;
	overflow: hidden;
	border: 0px;
}

#graphical-content #graphic-wrapper #inside{
	width: 710px;
	height: 360px;
	margin: 20px;
}
/* graphical content navigation*/
#graphical #graphical-content #graphic-navigation{
	width: 228px; /* 209px + (2x10px padding) + 1px border-left=230px*/
	height: 390px;
	background: url(../images/content_navi_bg.jpg) repeat;
	float: left;
	padding:10px 10px 0px 10px;
	color:#eee;
}



/*second line - Graphical Content small*/
#graphical-small{
	width: auto;
	margin:0px auto;
	padding:0px;
	background: url(../images/graphic_bg_small.gif) repeat-x #000;
}
#graphical-small #graphical-content-small{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 1000px;
	height:100px;
	background-color:transparent;
	text-align: justify;
	color: #ffffff;
}
#graphical-small #graphical-content-small #graphic-wrapper-small{
	width: 735px;
	height: 100px;
	float: left;
	overflow: hidden;
	border: 1px;
	padding-left:15px;
}


#graphical-small #graphical-content-small #graphic-navigation{
	width: 228px; /* 209px + (2x10px padding) + 1px border-left=230px*/
	height: 90px;
	background: url(../images/content_navi_bg.jpg) repeat;
	float: left;
	padding:10px 10px 0px 10px;
}



/*firefox fix*/
html:not([dummy]) #graphical-content #graphic-navigation{padding-top: 4px; margin-left:0px;}

#graphical #graphical-content #graphic-navigation a{
}

#graphical #graphical-content #graphic-navigation a:hover{

}

/*second line - text area*/
#site{
	/*display: table;*/
	width: 100%;
	height: auto;
	margin:0px auto;
	padding:0px;
	background: url(../images/content_bg.jpg) repeat;
}
/*fixes the lovely ie*/
/** html #site{height: 200px;}*/

#site-content{
	height:auto;
	width: 1000px;
	margin:0px auto;
	padding:0px;
	text-align: left;
}
#site-content td{
	vertical-align:top;
}

#site #site-content #table-content{
	width: 750px;
	height: auto;
	text-align: justify;
}
#site #site-content #table-content td{
	padding:15px;
	width:220px;
	vertical-align:top;
	line-height:1.4em;
	font-size:1.0em;
	height: 100%;
}
#site #site-content #table-content td .grey-border-left{
	border-left: 1px solid #ddd;
	margin-left:-10px;
	padding-left: 10px;
	height: 100%;
}

#site #site-content #table-content-big{
	width: 750px;
	height: auto;
	text-align: justify;
}
#site #site-content #table-content-big td{
	padding: 15px 15px 0px 15px;
	width:720px;
	vertical-align:top;
	line-height:1.4em;
	font-size:1em;
}

#site #site-content #table-content-share td{
	padding: 3px 3px 0px 3px;
	width:720px;
	vertical-align:top;
	line-height:1em;
	font-size:0.8em;
}

.feature-overview td{
	padding-left: 0px !important;
	padding-right: 5px !important;
	padding-bottom: 0px !important;
	line-height:1em !important;
	vertical-align:top;
	font-size: 10px !important;
	color: #666 !important;
}

.content-icon{
	float:left; 
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.feature-icon{
	float:left;
	margin-top:25px; 
	margin-bottom: 25px;
	margin-right: 5px;
}

#site #site-content #news {
	width: 230px; /* 209px + (2x10px padding) + 1px border-left=250px*/
	padding:10px 15px 0px 15px;
	margin:0px;
	background: url(../images/news_bg.jpg) repeat;
	text-align: justify;
	color:#666;
	line-height:1.2em;
	font-size:1em;
	height: auto;
}

#news {
	width: 230px; /* 209px + (2x10px padding) + 1px border-left=250px*/
	padding:0px 0px 0px 0px;
	margin:0px;
	background: url(../images/news_bg.jpg) repeat;
	text-align: justify;
	color:#666;
	line-height:1.2em;
	font-size:1em;
	height: auto;
}

#news h2{
	color: #606d80;
}

/* third line - footer */
#footer{
	width: auto;
	margin:0px auto;
	padding:0px;
	min-height: 35px;
	border-top: 1px solid #ccc;
}
/*fixes the lovely ie*/
* html #footer{height: 35px;}

#footer #footer-content{
	margin-left: auto;
	margin-right: auto;
	height:35px;
	width: 1000px;
	background-color:transparent;
	color:#888;
}
#footer-content #copyright{
	padding: 5px 0px 0px 15px;
	text-align:left;
	width: 250px;
	height:35px;
	overflow: hidden;
	border: 0px;
	float: left;
}
#footer-content #ergosign{
	color:#ccc;
	text-decoration: none;
	padding: 5px 0px 0px 15px;
	margin: 0px;
	text-align: center;
	width: 350px;
	height:35px;
	float: left;
}
#footer-content #ergosign a, #footer-content #ergosign a:hover{
	color:#ccc;
	text-decoration: none;
}

/* footer navigation*/
#footer #footer-content #footer-navi{
	padding: 5px 15px 0px 0px;
	text-align:right;
	float:right;
	height:35px;
	/*width: 720px;*/
}
/*firefox fix*/
/*html:not([dummy]) #footer-content #footer-navi{padding-top: 4px; margin-left:0px;}*/


/*uninstall und pswreset formulare*/
#password_reset label {
	text-transform:uppercase;
    width: 80px;
    margin-right: 5px;
    text-align: left;
    height: 18px;
    display: block;
    float:left;
}
body #password_reset input.field {
	width:250px;
	height:18px;
	font-size:11px;
	line-height:13px;

	text-indent:0.5em;

    display:block;
    float:left;
	}
.submit{
    height: 20px;
    line-height: 100%;
    font-size:8pt;
}

.site_pswreset{
	
	min-height:150px;
	}
	
/*fixes the lovely ie*/
* html .site_pswreset{height: 150px;}

#table-share {
	padding-left: 15px;
}

#table-share td{
	padding: 4px 5px 4px 5px;
	vertical-align:top;
	line-height:1.4em;
	font-size:1em;
}
