/* @override http://192.168.0.101/ektest1.css */

/* *************************** */
/* Reset browser defaults      */

/* sup needs to be included again */
/* *************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
/*:focus {
	outline: 0;
}*/

/*****************************************************************************/

body {
  background: url(./bg.png) no-repeat;
	background-color: #cacaca;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 15px;
}

#seite {
	position: absolute;
	width: 802px;
	background-color: #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 2px solid #ffffff;
	padding: 0px;
	left: 50%;
	margin-left: -404px;
}

div.content {

	width: 770px;
	border-top: 0px solid #ffffff;
	background-color: #F5450A;
	padding: 0px 15px 15px 15px;
	margin-bottom: 0px;
 font-weight: bold;
}

div.header1 {
  height: 100px;
	width: 770px;
	border: 0px solid #ffffff;
	background-color: #F5450A;
	padding: 0px 15px 15px 15px;
	margin-bottom: 0px;
}
div.header2 {
  height: 100px;
	width: 770px;
	border-top: 3px solid #ffffff;
	background-color: #F5450A;
	padding: 0px 15px 15px 15px;
	margin-bottom: 0px;
}

div.content h1, h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
border: 3px solid #ffffff;
width: 780px;
padding:10px;
margin-left: -17px;
}

div.content span.gruenbold {
	color: #fff;
	font-weight: bold;
}

div.content p {
	font-size: 13px;
	line-height: 145%;
	padding: 15px 0px 0px 0px;
}

div.content select {
	width: 400px;
}

div.content td {
	font-size: 13px;
	line-height: 80%;
	padding: 0px 20px 0px 0px;
}

div.content td.star {
	font-size: 40px;
	color: #C64934;
	letter-spacing: 3px;
	vertical-align: bottom;
}

#navi {
	width: 500px;
	border: 0px solid #CCCCCC;
	padding: 5px 0px 16px 0px;
}

#navi ul {
	list-style: none;
}

#navi ul li {
	display: inline;
}

#navi ul li a {
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	float: left;
	white-space: nowrap;
	border-right: 0px solid #CCCCCC;
background: #fff;
}

#navi ul li a:hover {
	color: #C64934;
}

#logo {
	width:  800px;
	height: 135px;
	background-image: url(./azubi-online.comheader3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

a#smiley {
	position: fixed;
	z-index: 2000;
	right: 0;
	bottom: 0;
	text-decoration: none;
	text-indent: -999em;
	height: 100px;
	width: 100px;
	background: url(smiley_ecke.gif) bottom right no-repeat;
	display: block;
}
