/* Bestand: style.css								*/
/* Versie: Pia 2									*/
/* Klant: Specialist Jagers op specialistjagers.nl	*/
/* URI: specialistjagers.nl							*/

body, html
{
width: 100%;
height: 100%;
}

body
{
background-color: White;
margin: 0px;
padding: 0px;
font-family: Myriad, Myriad Pro, Lucida Sans, Trebuchet MS, sans-serif;
font-size: 14px;
}

a
{
	color: #910128;
	text-decoration: underline;
}

a:hover
{
	color: Black;
	text-decoration: underline;
}

#Inhoud
{
background-color: White;
background-image: url(images/bg-ovaal.gif);
background-position: center top;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
text-align: center;
width: 100%;
height: 100%;
}

#Logo
{
	text-align: center;	
}

#Menu
{
	font-size: 16px;
	text-align: center;
	margin: 20px 0px;
}

#Menu a
{
	color: #910128;
	text-decoration: none;
	margin: 0px 7px;		
}

#Menu a:hover
{
	color: Black;
	text-decoration: underline;
	margin: 0px 7px;		
}

#ThePage
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	text-align: left;
}

#ThePage .NewsItem
{
	background-image: url(images/gele-fade.gif);
	background-repeat: repeat-x;
	padding: 10px;
	margin: 10px;
	border: 1px solid #999;
}

#ThePage .NewsItem h2
{
	margin: 5px 0px;
	padding: 0px;
	font-size: 16px;
}

#ThePage .NewsSubtext
{
	border-top: 1px solid #999999;
	text-align: right;
	font-size: 12px;
	padding: 5px;
	color: #666;
}

#ThePage h2
{
	margin: 5px 0px;
	padding: 0px;
}

#ThePage img
{
	margin: 3px;
	padding: 2px;
	border: 1px solid #910128;
	background-color: #fed37c;
}

.FloatLeft
{
	float: left;
	text-align: left;
}

.FloatRight
{
	float: right;
	text-align: right;
}

#BottomInfo
{
	font-size: 14px;
	color: #910128;
	font-weight: normal;
	background-image: url(images/gele-fade.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #910128;
	width: 750px;
	height: 50px;
	margin: 15px auto 0px auto;
	padding: 5px;
}

#LoginLink
{
	text-decoration: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #fed37c;
	background-color: #910128;
	border: 1px solid #fed37c;
	padding: 0px 5px;
	margin: 2px;
}

#LoginLink:hover
{
	border: 1px solid Black;
}