﻿/*******************************************************************************
//*******************************************************************************
//******** NEO Datentechnik                                          ************
//******** Gänsewiese 18A                                            ************
//******** 30880 Laatzen                                             ************
//******** Telefon: (05102) 737794                                   ************
//******** Telefax: (05102) 737795                                   ************
//******** E-Mail: info@neo-datentechnik.de                          ************
//******** Web: http://www.neo-datentechnik.de                       ************
//******** (c) Coyright by NEO Datentechnik                          ************
//*******************************************************************************
//*******************************************************************************/


/* Eigenschaften für den Body */
body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	background-image: url(../images/design/background.jpg);
}

/* Eigenschaften für den Header */
.header
{
	width: 900px;
	height: 120px;
	background-color: #ffffff;
	background-image: url(../images/design/header.jpg);
	background-repeat:no-repeat;
	float: left;
	font-family: Tahoma;
	font-size: 18px;
	
}

/* Eigenschaften für den Container */
.container
{
    width:900px;
    min-height:100%;
    background-color:#eeeeee;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

/* Eigenschaften für die linke Leiste */
.left
{
	width: 150px;
	min-height: 100%;
	float: left;
	background-color: #eeeeee;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	
}

/* Eigenschaften für den Inhalts-Container */
.content
{
    width:590px;
    min-height:100%;
    float:left;
    background-color:#ffffff;
    text-align:left;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:10px;  
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none; 
}

.content H1
{
    font-family:Tahoma;
    font-size:18px;
    border-bottom: solid 1px #000000;
}

.content P
{
    font-family:Tahoma;
    font-size:12px;
}

.content a
{
	font-family:Tahoma;
    font-size:12px;
    color: #000000;
    border: 0px;
}

.content a:hover
{
	font-family:Tahoma;
    font-size:12px;
    color: #cecece;
}



/* Eigenschaften für die Leiste rechts */
.right
{
    width:138px;
    min-height:100%;
    float:left;
    background-color:#eeeeee;
    text-align:left;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:10px;  
    padding-right: 5px; 
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-align:center;
}

.right a:link
{
    color: #000000;
    text-decoration:underline;
}

.right a:visited
{
    color: #000000;
    text-decoration:underline;
}

.right a:hover
{
    color: #cccccc;
    text-decoration:underline;
}


/* Eigenschaften für die Fusszeile */
.footer
{
	width: 900px;
	height: 35px;
	float: left;
	font-family: Tahoma;
	font-size: 10px;
	color: #aaaaaa;
	/*margin-top: 5px;
	padding-top: 25px;*/
	background-color: #ffffff;
	background-image: url(../images/design/footer.jpg);
	background-repeat:no-repeat;
}

.footer a:link, a:visited
{
    font-family:Tahoma;
    font-size:10px;
    color:#cccccc;
}

.footer a:hover
{
    font-family:Tahoma;
    font-size:10px;
    color:#000000;
}

/* Eigenschaften der Items, die statisch angezeigt werden */
.menuitem
{
	color: #000000;
	height: 30px;
	width: 100%;
	border-bottom: solid 1px #ffffff;
}

.menuitem a:visited
{
	color: #000000;
	height: 30px;
	width: 100%;
	border-bottom: solid 1px #ffffff;
}

.menuitem a:hover
{
	color: #cccccc;
	height: 30px;
	width: 100%;
	border-bottom: solid 1px #ffffff;
}

.menuhover
{
    color: #cccccc;
    font-weight: bold;
    background-color:#34476f;
}

.menuhover a:visited
{
    color: #cccccc;
    font-weight: bold;
    background-color:#34476f;
}

.menuvisited
{
	color: #cccccc;
	height: 30px;
	width: 100%;
	border-bottom: solid 1px #ffffff;
}

/* Eigenschaften der Items die als Flyout angezeigt werden */
.dynitem
{
    top:-1px;
    height:30px;
    width:150px;
    color:#000000;
    background-color:#eeeeee; 
    border-bottom:solid 1px #ffffff;  
}

.dynitem a:visited
{
    top:-1px;
    height:30px;
    width:150px;
    color:#000000;
    background-color:#eeeeee; 
    border-bottom:solid 1px #ffffff;  
}

.dynhover
{
    color: #f8b810;
    font-weight: bold;
    background-color:#34476f;
}

.dynhover a:visited
{
    color: #f8b810;
    font-weight: bold;
    background-color:#34476f;
}


/* Eigenschaften der Infofenster, die rechts angezeigt werden */ 
.info
{
    width: 130px;
    border:solid 1px #34476f;
    padding-top:5px;
    padding-bottom:5px;
}

.info H1
{
    font-family:Tahoma;
    font-size:12px;
    text-align:center; 
    padding-left:3px;
    padding-right:3px;  
    background-color:#aaaaaa;
}

.info P
{
    font-family:Tahoma;
    font-size:10px;  
    text-align:left;
    padding-left:3px;
    padding-right:3px;
}

.startfilm
{
	width:99%;
	text-align:center;
	
}

/* Eigenschaften für Bildfelder */
#imagectmini01
{
	width: 273px;
	height: 164px;
	float: right;
	background-image: url(../images/design/ctmini01.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	padding-bottom:5px;
}

#imagectmicro01
{
	width: 273px;
	height: 164px;
	float: right;
	background-image: url(../images/design/ctmicro01.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	padding-bottom:5px;
}

#imagectcompact01
{
	width: 273px;
	height: 164px;
	float: right;
	background-image: url(../images/design/ctcompact01.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	padding-bottom:5px;
}

#imagectalpha01
{
	width: 273px;
	height: 164px;
	float: right;
	background-image: url(../images/design/ctalpha01.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	padding-bottom:5px;
}

#imagefirma01
{
	width: 180px;
	height: 130px;
	float: right;
	background-image: url(../images/design/imagefirma01.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	padding-bottom:5px;
}

.galerievorschau
{
	padding: 10px;
	padding: 10px;
	background-color: #cccccc;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

/* Sonstige Eigenschaften */
#nachoben
{
	width: 10px;
	height: 10px;
	background-image: url(../images/design/nachoben.gif);
	background-repeat:no-repeat;
	padding-right:5px;
	float:left;
}

.pflichtfelder
{
	font-size: 12px;
	color: black;
	font-family: Tahoma;
	background-color: #f8b810;
	text-decoration: none;
	border-right: 1px solid;
	padding-right: 1px;
	border-top: 1px solid;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: 1px solid;
	padding-top: 1px;
	border-bottom: 1px solid;
}

.felder
{
	font-size: 12px;
	color: black;
	font-family: Tahoma;
	background-color: #ffffff;
	text-decoration: none;
	border-right: 1px solid;
	padding-right: 1px;
	border-top: 1px solid;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: 1px solid;
	padding-top: 1px;
	border-bottom: 1px solid;
}

.button
{
	font-family: Tahoma;
	font-size: 12px;
	background-color: #f5f5f5;
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	padding:5px;
	
}
