/* general */

* {
	margin: 0;
	padding: 0;
}

body 				{background: #ffffff url(../images/achtergronden/bg-uitleendienst.jpg) no-repeat 380px 100px;}
body#activiteitenkalender 	{background: #ffffff url(../images/achtergronden/bg_activiteitenkalender.gif) no-repeat 380px 100px;}
body#praktisch 		{background: #ffffff url(../images/achtergronden/bg_praktischeinfo.jpg) no-repeat 310px 100px;}
body#zaalverhuur 		{background: #ffffff url(../images/achtergronden/bg_zaalverhuur.gif) no-repeat 380px 100px;}
body#pers 			{background: #ffffff url(../images/achtergronden/bg_pers.gif) no-repeat 380px 100px;}
body#museum 			{background: #ffffff url(../images/achtergronden/bg_hetmuseum.gif) no-repeat 380px 75px;}
body#uitleendienst 		{background: #ffffff url(../images/achtergronden/bg-uitleendienst.jpg) no-repeat 380px 100px;}
body#bibliotheek 		{background: #ffffff url(../images/achtergronden/bg_bibliotheek.gif) no-repeat 380px 100px;}
body#tijdschrift 		{background: #ffffff url(../images/achtergronden/bg_onstijdschrift.gif) no-repeat 380px 100px;}
body#over 			{background: #ffffff 
url(../images/achtergronden/bg_oversportimonium.jpg) no-repeat 235px 100px;}
body#bezoek 			{background: #ffffff url(../images/achtergronden/bg_bezoek.jpg) no-repeat 380px 100px;}

body#splash { 
	background: #ffffff;
}

body, td, th {
	font-family: arial;
	font-size: 12px;
	color: #000;
}

input, textarea, select {
	font-size: 12px;
	font-family: arial;
	padding: 1px;
	_padding: 0;
}

a:visited, 
a:link {
	color: rgb(164, 30, 33);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.clearit {
	clear: both;
}

/* main  */

#header {
	padding-left: 220px;
	padding-top: 20px;
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #a41e21;
}

#header h1 {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
	width: 610px;
	_width: 600px;
}

#menulist {
	width: 200px;
    float: left;
}

#menulist ul {
	margin-left: 10px;
	margin-bottom: 10px;
}



#menulist ul li {
	margin-left: 15px;
	margin-bottom: 10px;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
       letter-spacing: 1px;
       font-size: 11px;
}

#menulist ul li a:visited,
#menulist ul li a:link,  
#menulist ul#submenu li a:visited,
#menulist ul#submenu li a:link{
	color: #000;
}

#menulist ul li a:hover,
#menulist ul#submenu li a:hover{
	color: rgb(164, 30, 33); /*red*/
}

#menulist ul li a.current:visited,
#menulist ul li a.current:link,
#menulist ul#menu ul#submenu li.active a:visited,
#menulist ul#menu ul#submenu li.active a:link
{
	color: rgb(164, 30, 33); /*red*/
} 

#menulist ul li.current a:visited,
#menulist ul li.current a:link {
  color: rgb(164, 30, 33)
}

#menulist ul ul {
	margin-left: 20px;
	_margin-left: 10px;
        margin-bottom: 10px;
}

#menulist ul ul li {
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 9px;
	margin-top: 8px;
	_margin-top: 4px;
	margin-bottom: 0px;

}

#normalcontent {
	width: 610px;
	margin-left: 220px;
}

#normalcontent p, #normalcontent ul {
	margin-bottom: 10px;
	line-height: 130%;
	text-align: justify;
}

#normalcontent ul {
	padding-left: 20px;
}

#normalcontent p img {
	margin-right: 25px;
	margin-bottom: 11px;
	border: solid #000 1px;
	float: left;
}

#footer {
	padding: 20px 0 10px 330px; 
}



/* logo + hack */

#logo {
	height: 60px;
	color: #000;
	background-color: #ffffff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 200px;
	text-align: center;
}

#logo {
	position: absolute;
}

html>body #logo {
	position: fixed;
}

body {
	_overflow-y: hidden;
}

div#wrapper {
	_height: 100%;
	_overflow: auto;
}




/* splash screen  */
	
div#splashwrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -225px;
	width: 600px;
	height: 450px;
	background: #ffffff url(../images/bg-splash.jpg) top center no-repeat;
}

#splashwrapper #logo {
	margin-top: 365px;
}

#splashwrapper #logo img#sportlogoklein {
	display: block;
	padding-left: 10px;
}	

#splashwrapper #logo img#sportklein {
	padding-left: 10px;
}	

#splashwrapper #langchoice {
	margin-top: 430px;
	margin-left: 278px;
}
	
#splashwrapper #langchoice li {
	list-style-type: none;
	display: inline;
	padding: 0 5px;
}	

#splashwrapper #langchoice li a:visited,
#splashwrapper #langchoice li a:link{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}

#splashwrapper #langchoice li a:hover {
	color: rgb(164, 30, 33);
	text-decoration: none;
}


/* --- typo3 searchform  ---*/
td.csc-form-fieldcell select {display:none}

h3.csc-noSearchResultMsg {
	padding-bottom: 20px;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

table.csc-searchform td {
	vertical-align: middle;
	padding: 4px;
}

table.csc-searchform td p {
	line-height: 3.5em;
	margin-top: 7px;
}

ul.newslist li {
	list-style-type: none;

}
