/* General page setup
---------------------------------------------------------------------- */

html,body 															{margin:0px;padding:0px;width:100%;height:100%;background:#fff; font-size:14px;font-family:arial,sans-serif;color:#000;line-height:120%;}

/* Generel table attributes and fonts
"Trebuchet MS",verdana,
---------------------------------------------------------------------- */

table, td, select, input, textarea, button									{color:#999;font-size:14px;font-family:arial,sans-serif;line-height:120%;}
select, input, textarea													{
	border:1px solid #BABABA;
	scrollbar-arrow-color:#FFF; 
	scrollbar-base-color:#red;
	scrollbar-shadow-color:#BABABA;
	scrollbar-darkshadow-color:#fff; 
	scrollbar-face-color:#BABABA; 
	scrollbar-3dlight-color:#fff; 
	scrollbar-highlight-color:#BABABA; 
	scrollbar-track-color:#fff;
	padding: 2px 4px 2px 4px;
	overflow: scroll-y;
}
button																{border:1px solid #000; color:#FFF; background-color:#000000; font-weight:bold; padding: 0px 7px 0px 7px;}
th																	{text-align:left;font-weight:bold;}
p																	{color:#000;margin:0px;margin-bottom:10px;}
a																	{color:#0154a0;text-decoration:underline;}
a:hover																{text-decoration:underline;}
h1																	{color:#000;margin:0px;}
h2,h3,h4,h5,h6														{font-size:1.1em;font-weight:bold;color:#000;margin:0px;}
address																{font-size:1em;font-style:normal;}

form																	{margin:0;padding:0;}

hr																	{height:1px;background-color:#e1e1e1;color:#e1e1e1;border:none;margin:0;margin-top:10px;margin-bottom:10px;}
a img																{border:none;}

/*---------------------------------------------------------------------- */
.PageContainer {
	width: 910px;
	position:absolute;
	left:50%;
	margin-left:-455px;
}
.LogoContainer {
	margin-top: 10px;
	padding:0px;
	border-bottom: 5px solid #000;
}
.LogoContainer img {
	padding:0px;
	margin:0px;
}
.PageTitle {
	display:none;
}
.PageTeaser {
	border-bottom: 5px solid #000;
	padding-top:10px;
	padding-bottom:10px;
}
.PageTeaser h2 {
	display:none;
}
.PageContent {
	border-bottom: 5px solid #000;
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom: 10px;
}
.Splash {
	position:absolute;
}
.Splash img {
	behavior:url(css/iepngfix.htc);
}
.Menu {
	border-bottom: 1px solid #000;
	padding-top:10px;
	padding-bottom:10px;
}
.Menu div {
	display:inline;
	margin-right: 10px;
}
/* Front page */
.FrontPage  .PageContent {
}

.FrontPage .PageContent .MenuItem {
	margin-bottom: 6px;
}
/* Content Page */
.ContentPage  .PageContent {
}
.ContentPage  .PageContent .left {
	clear:left;
	float:left;
	width:450px;
}
.ContentPage  .PageContent .right {
	clear:right;
	float:right;
	width:450px;
}
.ContentPage  .PageContent .clear {
	clear:both;
	height:0px;
	overflow:hidden;
}
.ContentPage  .PageContent label{
	font-weight:bold;
	display:block;
}
.ContentPage  .PageContent input, .ContentPage  .PageContent textarea,.ContentPage  .PageContent select {
	width:350px;
}
.ContentPage.OmSkolen .PageContent h3{
	color: #2fe0fb;
}
.ContentPage.Tilmelding .PageContent h3, .ContentPage.Tilmelding .PageContent label{
	color: #f25282;
}
.ContentPage.Elevarbejde .PageContent h3{
	color: #fdc500;
}
.ContentPage.Kontakt .PageContent h3, .ContentPage.Kontakt .PageContent label {
	color: #944bdf;
}
.ContentPage.Nyheder .PageContent h3, .ContentPage.Nyheder .PageContent label {
}
.ContentPage.Nyheder  .PageContent .Images {
}
.ContentPage.Nyheder  .PageContent .Text {
}
.ContentPage.Nyheder  .PageContent .NewsElement {
	border-top: 1px solid #000000;
	margin-top: 10px; 
	width: 445px;
}
.ContentPage.Nyheder  .PageContent .NewsElement h3{
	margin-top: 10px;
	margin-bottom: 10px;
}
.ContentPage.Nyheder  .PageContent a {
	color:#39ef3b;
}
