body {
	margin: 0;
	padding: 0;
	background-color: rgb(93, 102, 108);
}

h1, h2 { font-family: Georgia; }
h3, h4, a { font-family: Arial; }
h1, h2 { font-size: 19px; }
h3 { font-size: 18px; }
h4 {
	font-size: 13px;
	line-height: 22px;
	display: inline;
}
a {
	font-size: 10px;
	text-decoration: none;
}


h1, h2, h3, h4 { font-weight: normal; }
body, h1, a { color: #ffffff; }
h2, h3, .selected { color: rgb(148, 188, 88); }

td, img {
padding:0;
margin:0;
}


img { border: none; }
/*.selected { color: rgb(148, 188, 88); }*/

#mainCanvas {
	margin: 0;
	padding: 0;
	width: 1024px;
	height: 768px;
}

/***** LEFT MENU *****/
#leftrow {
	position: absolute;
	width: 216px;
	border: 0px solid red;
}

#mainMenu {
	display: inline;
	position: absolute;
	width: 196px;
	margin: 110px 0 0 0px;
	border: 0px solid red;
	text-align: right;
}


#mainMenu a { display: block; }

#mainMenu span a {
	font-family: Georgia;
	font-size: 19px;
	word-spacing: 4px;
	padding: 0px 0 10px 0;
}

div.show a {
	text-transform: uppercase;
	padding: 2px 0 2px 0;
}

div.hidden { display: none; }
div.show { display: block; }

/*
#menu a.menu {
	text-align: right;
	font-size: 19px;
	word-spacing: 4px;
	display: block;
	padding: 0 0 10px 0;
	text-decoration: none;
	border: 0px solid red;
}
*/

/*
#arbetemenu.selected, #amnemenu.selected, #praktikenmenu.selected, #aktuelltmenu.selected, #aboutmenu.selected, #bloopmenu.selected {
	text-align: right;
	font-family: Georgia;
	font-size: 19px;
	word-spacing: 4px;
	display: block;
	padding: 0px 0 10px 0;
	text-decoration: none;
	border: 0px solid red;
}
*/

/*li a:hover, a.menu:hover, */
a:hover { color: rgb(148, 188, 88); }

/*
div.show a {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 0 2px 0;
}
*/

li a {
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 0 2px 0;
}

div.show a:hover { color: rgb(148, 188, 88); }
td.img:hover { background-image: url(../images/white.png); }
td.selected { background-color: #FFFAF4; }
img.selected { border: 2px solid #ffffff; }

#footer {
	position: relative;
	/*top: 510px;*/
	top: 510px;
	left: 0px;
	text-align: right;
	width: 194px;
}

#footer h2 {
	font-family: Arial;
	color: #FFF;
	font-size: 13px;
	margin: 0;
	font-weight: bold;
}

#footer p {
	font-family: Arial;
	font-size: 10px;
	margin: 5px 0 0 0;
}

/***** LEFT MENU END *****/
#banner {
	position: absolute;
	padding: 35px 0px 10px 252px;
	text-transform: uppercase;
	font-size: 9px;
}

#banner a {
	background-image: url(../images/grafik/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 8px 0 12px;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

#ukBanner {
	position: absolute;
	left: 242px;
	top: 30px;
	width: 620px;
	font-family: Georgia;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	border: 0px solid red;
	text-align: center;
}

#blooper {
	position: absolute;
	margin: 10px 0 0 770px;
}

/*#blooper img { border: none; }*/
/***** index.php *****/
div.startpage {
	position: absolute;
	margin: 332px 0 0 358px;
}

div.startpage h1 {
	font-family: georgia;
	font-style: italic;
	color: rgb(148, 188, 88);
	font-size: 26px;
	border: 0px solid red;
	margin: 16px 0 2px 0;
}

div.startpage h2 {
	font-family: Arial;
	margin: 10px 0 0 190px;
	font-size: 9.5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

/***** index.php END *****/
/***** enter.php *****/
#work {
	position: absolute;
	left:285px;
	top:114px;
}

#work table { }
#work td { padding: 0px; }

#arbeteMenu {
position: absolute;
	left:272px;
	top:141px;
}

/*#work h1.selected { color: rgb(148, 188, 88); }*/
#subjects {
	position: absolute;
	left: 700px;
	top: 135px;
}

#subjects table { position: absolute; }

#amneMenu {
position: absolute;
	left:702px;
	top:99px;
}


/*#subjects h1.selected { color: rgb(148, 188, 88); }*/
#practice {
	position: absolute;
	left: 230px;
	top: 369px; 
}

#practice table { margin: 10px 0 0 16px; }

#praktikenMenu {
position: absolute;
	left:248px;
	top:343px;
}

/*#practice h1.selected { color: rgb(148, 188, 88); }*/

/*
#work h1, #subjects h1, #practice h1 {
	display: inline;
	font-family: Georgia;
	font-size: 19px;
	color: #ffffff;
}
*/

#entertext {
	position: absolute;
	/*margin: 256px 0 0 385px;*/
	left: 420px;
	top: 236px;
	width: 355px;
	border: 0px solid red;
	margin-top:20px;
}

/* IE fix */
* html #entertext {
    margin-top:30px;
}


#entertext h3 {
	margin-bottom: 0;
}


/***** enter.php END *****/
/***** about.php *****/

#newsleft {
	position: absolute;
	left: 242px;
	top: 113px;
	width: 410px;
	height: 430px;
	overflow: auto;
	font-weight: bold;
}

#newsleft div.echoed {
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 0;
}
#newsleft h2 {
		padding: 3px 0 3px 0;
}
#newsright {
	position: absolute;
	left: 690px;
	top: 107px;
	width: 200px;
}

ul {
	margin: 0;
	padding: 0 0 0 15px;
}
li {padding-bottom:0px;}
li a.selected { color: rgb(148, 188, 88); }

#aboutleftfirst {
	position: absolute;
	left: 242px;
	top: 110px;
	width: 374px;
	height: 430px;
	overflow: auto;
	font-weight: bold;
}
#aboutleftfirst div.echoed {
	padding-right: 30px;
	padding-left: 0px;
	padding-top: 0;
}


/*
#aboutleft h1, #aboutleftfirst h1 {
	font-family: georgia;
	font-size: 19px;
	color: #ffffff;
}
*/

#aboutright {
	position: absolute;
	left: 666px;
	top: 110px;
	width: 240px;
}
#aboutright h3 {margin:11px 0 11px 0;}

#aboutbottom {
	position: absolute;
	left: 370px;
	top: 540px;
	width: 300px;
	vertical-align: middle;
}

#aboutbottom span {
	/*font-size: 17px;*/
	/*color: rgb(148, 188, 88);*/
	/*
display: inline;
	text-transform: uppercase;
*/
	margin: 0;
	padding: 0 10px 0 0;
}

#aboutbottom h3 { display: inline; }

/***** about.php END *****/
/***** aboutus.php *****/
#aboutusleft {
	position: absolute;
	left: 370px;
	top: 157px;
}

#aboutusleft table { border-collapse: collapse; }
#aboutusleft th {
	border: 0px solid red;
	margin: 0;
	padding: 0 3px 0 0;
}

#aboutusmenu {
position: absolute;
	left: 260px;
	top: 118px;
	/*top: 138px;*/
}


#aboutusright {
	position: absolute;
	left: 726px;
	top: 149px;
}
#aboutusright h4 {
	display: block;
	line-height: 0px;
}

#aboutustext {
	position: absolute;
	left: 156px;
	top: 204px;
	width: 300px;
	text-align: right;
}


#aboutustext h1 {
	font-family: georgia;
	font-size: 18px;
	color: #ffffff;
	padding: 0;
	margin: 0;
}


#aboutustext span {
	font-size: 11px;
	line-height: 15px;
}

/***** aboutus.php END *****/
/***** TEXT FROM DB *****/
/*div.echoed { border: 0px solid red; }*/

/*
div.echoed h1 {
	display: block;
	font-family: Arial;
	font-size: 18px;
	color: rgb(148, 188, 88);
}
*/

/*
div.echoed h2 {
	display: block;
	font-family: Georgia;
	font-size: 19px;
	color: rgb(148, 188, 88);
	font-weight: normal;
	line-height: 26px;
}
*/

div.echoed span {
	display: block;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}

div.echoed a {
	text-decoration: none;
	color: rgb(148, 188, 88);
	font-size: 13px;
}

div.echoed table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

div.echoed td {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
}

/***** TEXT FROM DB END *****/
#bloopout {
	position: absolute;
	left: 460px;
	top: 255px;
	width: 450px;
	border: 0px solid red;
}

#bloopout h3 { margin: 0; }