/*	==============================================================================
	Projekt     : teclado - glen
	------------------------------------------------------------------------------
	Datei       : allgemein.css
	Beschreibung: Allgemein Stylesheet für alle Seitentypen
	@version $Id: allgemein.css,v 1.1.1.1 2005/06/15 14:16:30 junior Exp $
	============================================================================== */

html, body, div, p, h2, h3, ul, ol, span, a, form, img, li, table
	{
	font-family			: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size			: 12px;
	line-height			: 18px;
	letter-spacing		: 0.0;
	word-spacing		: 0.0em;
	color				: Black;
	margin				: 0px;
	}

li
	{
	margin-left			: 15px;
	}

html > body li
	{
	margin-left			: -15px;
	}

img
	{
	border				: 0;
	}

h1
	{
	color				: #3991A1;
	font-size			: 14px;
	font-weight			: bold;
	line-height			: 1.5;
	}

a
	{
	color				: #3991A1;
	text-decoration		: none;
	}

a:link
	{
	color				: #3991A1;
	text-decoration		: none;
	}

a:hover
	{
	color				: #3991A1;
	text-decoration		: underline;
	}

*html body #logoOben {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	margin-left			: 0px;
	margin-top			: 0px;
	height				: 93px;
	width				: 169px;
	}

#imageSmall 
	{
	position			: absolute;
	bottom 				: -140px;
	left				: 0px;
	height				: 140px;
	width				: 169px;
	border-top			: 1px solid #FFFFFF;
	z-index				: 99;
	}

#imageHeader {
	position			: absolute;
	left				: 169px;
	top				: 0px;
	height				: 235px;
	width				: 601px;
	z-index				: 4;
}
#nav {
	position			: absolute;
	top				: 93px;
	left				: 0px;
	background			: #3991A1;
	width				: 169px;
	z-index				: 3;
	border-bottom: 1px solid #3991A1;
}

#nav p
	{
	padding-left 			: 23px;
	padding-top 			: 23px;
	padding-bottom 			: 35px;
	padding-right 			: 5px;
	}

#nav p a.navigation:link, #nav p a.navigation:visited
	{
	display					: block;
	color 					: White;
	text-transform			: uppercase;
	font-size 				: 12px;
	font-weight 			: bold;
	vertical-align			: center;
	background-image		: url(../images/system/bullet.jpg);
	background-position		: center left;
	background-position     : 0px 4px;
	background-repeat 		: no-repeat;
	padding-left			: 15px;
	margin-top				: 6px;
	}

#nav p a.navigation:hover
	{
	display					: block;
	background-image		: url(../images/system/bullet_a.jpg);
	background-repeat 		: no-repeat;
	text-decoration			: none;
	background-position     : 0px 4px;
	}
/**/
#nav p a.subnavigation:link, #nav p a.subnavigation:visited
	{
	display					: block;
	color 					: White;
	font-size 				: 11px;
	font-weight 			: bold;
	text-transform			: uppercase;
	vertical-align			: center;
	background-image		: url(../images/system/smallbullet.jpg);
	background-position		: 0px 4px;
	background-repeat 		: no-repeat;
	padding-left			: 15px;
	margin-top				: 6px;
	margin-left				: 15px;
	}

#nav p a.subnavigation:hover
	{
	display					: block;
	background-image		: url(../images/system/smallbullet_a.jpg);
	background-position		: 0px 4px;	
	background-repeat 		: no-repeat;
	text-decoration			: none;
	}

.navActive
	{
	display					: block;
	color 					: White;
	font-size 				: 12px;
	font-weight				: bold;
	text-transform			: uppercase;
	vertical-align			: center;
	background-image		: url(../images/system/bullet_a.jpg);
	background-position		: center left;
	background-position		: 0px 4px;	
	background-repeat		: no-repeat;
	padding-left			: 15px;
	margin-top				: 6px;
	}

.linksNavAktiv
	{
	display					: block;
	color					: #ffffff;
	font-size				: 11px;
	font-weight				: bold;
	text-transform			: uppercase;
	vertical-align			: center;
	background-image		: url(../images/system/smallbullet_a.jpg);
	background-position		: center left;
	background-position		: 0px 4px;	
	padding-left			: 15px;
	margin-top				: 6px;
	margin-left				: 15px;
 }

.subnavActive
	{
	display					: block;
	color 					: White;
	font-size 				: 11px;
	font-weight 			: bold;
	text-transform			: uppercase;
	vertical-align			: center;
	background-image		: url(../images/system/smallbullet_a.jpg);
	background-position		: 0px 4px;
	background-repeat 		: no-repeat;
	padding-left			: 15px;
	margin-top				: 6px;
	margin-left				: 15px;
	}

#hauptContainer
	{
	position			: relative;
	top					: 0px;
	padding				: 0px;
	width				: 770px;
	margin				: 0px auto;
	}

#hauptMitteContainer
	{
	position			: absolute;
	top					: 262px;
	left				: 168px;
	background			: white;
	margin				: 0px;
	border-left 		: 1px solid #3991A1;
	/*border-right		: 1px solid #3991A1; */
	padding				: 0px;
	}

#module
	{
	margin-left			: 3px;
	margin-right		: 3px;
	margin-top			: 0px;
	margin-bottom		: 0px;
	line-height			: 18px;
	padding				: 0px 8px;
	}

/*html > body #module
	{
	margin-top			: 30px;
	}
*/

.fussHoch               { height:20px; }
#fussContainer p
	{
	padding				: 0px 33px 0px 0px;
	text-align			: right;
	background-color	: #3991A1;
	}

#fussContainer a
	{
	padding-top			: 4px;
	color				: White;
	font-size			: 11px;
	font-weight			: bold;
	}

.footer { height:20px; background-color:#3991A1; }
	
/*	==============================================================================
	Datei       : allgemein.css - ende der datei
	============================================================================== */
