/* ---

teycom technology GmbH
Brüderstr. 14
20355 HAmburg

Inhaltsverzeichnis:
	01. Allgemein
	02. Wrapper Inhalt
	
	


--- */
@import url("../cssnew/subscreen.css");
@import url("../cssnew/hmenunew.css");
@import url("../cssnew/vmenu.css");
@import url("../cssnew/content.css");
@import url("../cssnew/headnav.css");


/**********************************************************
*
* 01. Allgemein
*
*/

* {
	outline:none;
	font: 12px arial;
}

html /* Scrollbars in Firefox immer anzeigen, verhindert Spruenge */
{
	min-height: 101%;
	height: 101%;
}

div /* Hauptdefinitionen des Hintergrunds */
{
	margin: 0;
	padding: 0;
	border: 0;
}

#Main /* Hauptdefinitionen des Hintergrunds */
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#081E40;
	background: url(../images/2010_bg.jpg) repeat-x #081E40;
}

#Wrapper /* DIV-Umgebung (Mitte bestimmen) */
{
	margin: 0px auto 0px;
	width: 980px;
	text-align: left;
	border:0px solid #ffffff;
}

#SiteContent{
float:left;
	margin: 0 auto;
	width: 980px;
	text-align: left;
	border:0px solid #ffffff;
}

img /* Border entfernen */
{
	border: none;
}

select {
	background-color:#fff;
}

.Clearer /* Cleart alle Floats */
{
	margin: 0;
	padding: 0;
	clear: both;
}

.Hide {
	display:none;
}


/**********************************************************
*
* 02. Wrapper Inhalt
*
*/

#Header{
float:left;
width:980px;
background-color:transparent;
height: 241px;
}

#BigContent{
float:left;
width:978px;
}

#MainContent{
float:left;
width:978px;
border-left:1px solid #ffffff;
border-right:1px solid #888888;
border-bottom:1px solid #888888;
min-height: 490px;
background: #E7EBEF url(../images/bg_main.jpg) no-repeat scroll left top;
padding-bottom:30px;
}

#Footer /* Rechte Marginalspalte */
{
	background: transparent url("../images/2010_footer_tag.jpg") repeat-x top left;
	padding: 8px 0px 0px 0px;
	margin:0;
	width: 980px;
	height: 200px;
	float: left;
	
}

.footerLink{
	float:left;
	width: 191px;
}

/**********************************************************
 * Footer
 */

#Footer a {
color:#ffffff;
padding-left:8px;
padding-right:8px;
text-decoration:none;
font-size:10px;
}

#copyright {
margin-top:30px;
float:left;
width: 980px;
text-align:left;
color:#ffffff;
padding-left:0px;
padding-right:8px;
text-decoration:none;
}

#FooterLinks{
	float:left;
	margin-top:10px;
}

#RootNavigation{
	float:left;	
	margin:10px 11px 0;
}

#footerLinkbox{
	float:left;	
	width: 960px;
	margin:0px 11px auto;
	
}

div.footerLink ul{
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

div.footerLink ul li {
	float:left;
	padding:0;
	margin:0;
	width: 191px;
	text-align:left;
}

div.footerLink ul li.title {
	float:left;
	padding:6px 0px;
	margin:5px 0px;
	width: 191px;
	text-align:left;
	border-top:1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

div.footerLink ul li a {
	font:normal 14px verdana;
	text-decoration:none;
	color:#ffffff;
}

#footerLinkbox .footerLink ul li.title a {
	font:normal 16px verdana;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

#footerLinkbox .footerLink ul li.link a {
	font:normal 10px verdana;
	text-decoration:none;
	color:#ffffff;
}

/**********************************************************
*
* 03. Header Inhalt 980x200
*
*/

#HeaderTop{
float:left;
width:980px;
height: 50px;
overflow:hidden;
padding: 0px;
}

#HeaderMiddle{
float:left;
width:980px;
height: 190px;
background-color:transparent;
}


/* HeaderBottom */
#HeaderBottom {

float:left;
height:50px;
overflow:hidden;
width:980px;
}

#HeaderContent{
float:left;
width:660px;
height: 126px;
background-color:transparent;
}

#HeaderTitle{
float:left;
width:980px;
height: 80px;
}

#HeaderMenus{
float:left;
width:740px;
height: 46px;
padding-left:0px
}

