body {
	background: url(images/background.jpg) repeat-y center top;
	margin:0px;
	min-width:400px;
	padding:0px;
	height: 100%;
	width: 100%;
	overflow:auto;
	
	font-family: Tahome, Arial, Sans Serif;
	font-size: 14px;
}

h3 {
	font-family: Arial, Sans Serif;
	font-size: 18px;
	margin-top: 40px;
}

h3.firstone {
	padding-top: 0;
	margin-top: 0;
}

div.contentpanel {
	background: url(images/entelogo_background.jpg) right 300px no-repeat #ffffff;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -445px;
	width: 890px;
	min-height: 100%;
	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.directcontact {
	position: absolute;
	text-align: right;
	left: 50%;
	width: 300px;
	top: 180px;
	margin-left: 86px;
	font-family: Arial, Sans Serif;
	z-index: 1;
}

img.phone {
	vertical-align: middle;
	padding-right: 4px;
	border: none;
}

div.menu {
	/*position: absolute;
	left: 50%;
	top: 267px;
	margin-left: -408px;*/
	position: relative;
	padding-left: 37px;
	padding-right: 37px;
	padding-top: 30px;
	width: 816px;
	z-index: 2;
}

div.menu a {
	display: inline-block;	
	text-decoration: none;
	background-image: url(images/tab.jpg);
	
	font-family: Arial, Sans Serif;
	font-size: 18px;
	color: #000000;
	
	text-align: left;
	margin: 0;
	width: 182px;
	height:26px;
	padding-left: 12px;
	padding-top: 12px;
	margin-left: 10px;
}

/* firefox 2.0 hack */
div.menu a, x:-moz-any-link {
	display:-moz-inline-box; 
}

/* firefox 3.0 restore hack */
div.menu a, x:-moz-any-link, x:default {
	display:inline-block; 
}

div.menu a:hover {
	background-image: url(images/tab_on.jpg);
	color: #446d8b;
}

div.menu a.marked {
	background-image: url(images/tab_on.jpg);
	font-weight: bold;
	color: #446d8b;	
}


div.contentframe {
	margin-top: -4px;
	margin-left: 26px;
	margin-right: 26px;
	margin-bottom: 80px;
	
	width:838px;
	background: url(images/content_background.png) no-repeat;
	min-height: 300px;
}

div.content {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

div.content a {
	font-weight: bold;
	color: #bd910d;
	text-decoration: underline;
}


div.content a.anker {
	text-decoration: none;
	color: black;
}

div.content ul {
	margin-top: 10px;
	margin-bottom: 30px;
}

div.content li {
	list-style-image:url(images/ente_small.jpg);
	list-style-position: outside;
	margin-left: 10px;
	color: #3c6b89;
	font-weight: bold;
}

ul.errors li {
	list-style-image: none;
	margin-left: 0px;
	color:#bd910d 
}

div.content b {
	color: #bd910d;
	font-weight: bold;
}

div.footer {
	width: 840px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 14px;
	position: absolute;
	bottom: 0em;

	padding-top: 20px;
	font-size: 9px;
	text-align: center;
	color:#bbbbbb;
}

div.footer a {
	color: #bbbbbb;
}

img.top {
	margin-top: 20px;
	text-align: center;
}

table.contact {
	margin: 0;
	padding: 0;
}

table.contact td {
	padding: 0;
	vertical-align: top;
	padding-bottom: 8px;
	padding-right: 10px;
}

td.right {
	text-align: right;
}

div.small {
	font-size: 11px;
}

input {
	border: 1px solid #3d6c8a;
	background-color: #ffffff;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 14px;
}

input[type='text'] {
	width: 300px;
}

input[type='submit'] {
	background-color: #9dbfd8;
}

textarea {
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 14px;
	border: 1px solid #3d6c8a;
	background-color: #ffffff;
	width: 630px;
	height: 300px;
}

