/*
Theme Name: Bankportalen
Theme URI: http://www.html24.dk
Description: Template til bankportalen.net
Version: 1.0
Author: html24.dk


*/



/* ----------- Page Settings ----------- */

html, 
body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg.png');
	font-family: Trebuchet MS;
	font-size: 15px;
}

a img {
	border: none;
}

h1{
	color: #374d63;
	font-family: Trebuchet MS;
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-right: 15px;
    border-bottom: 1px solid gray;
}

h2{
	color: #4278b0;
	font-weight: bold;
	font-size: 22px;
	font-family: Trebuchet MS;
	margin: 0;
	padding:0;
	margin-bottom: 10px;
}

span.menuHeader{
	color: #4278b0;
	font-weight: bold;
	font-size: 18px;
	font-family: Trebuchet MS;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

/* ----------- Structure ----------- */

#topmenu{
	background-image: url('images/top.png');
	background-repeat: no-repeat;
	width: 980px;
	height: 45px;
	margin: auto;
}

#topmenu ul, #topmenu li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#topmenu ul{
	display: block;
	padding-top: 10px;
	padding-left: 40px;
}

#topmenu a{
	text-decoration: none;
	color: #cecece;
	font-family: Trebuchet MS;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
}

#topmenu a:hover{
	color: black;
}

#logoArea{
	width: 980px;
	margin: auto;
}

#selection{
	width:980px;
	height: 360px;
	margin: auto;
	background-image: url('images/selection.png');
	background-repeat: no-repeat;
}

#selection span{
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #cecece;
	margin-right: 24px;
	margin-left: 24px;
}

#selection .selected{
	font-weight: bold;
	color: black;
}

#line{
	padding-bottom: 20px;
	width:94%;
	margin: auto;
	border-bottom: 1px dotted gray;
}

.padding{
	padding: 20px;
}

#main{
	padding-top: 30px;
	width: 980px;
	margin: auto;
	padding-bottom: 30px;
}

.left{
	float: left;
	width: 715px;
	background-color: white;
}

.bottomHeader{
	display: block;
	font-size: 30px;
	color: #2f78d1;
}

#right{
	float: right;
	width: 230px;
	background-color: white;
}

.lefttop{
	background-image: url('images/left_top.png');
	height: 12px;
	width: 715px;
	background-repeat: no-repeat;
}

.leftbottom{
	background-image: url('images/left_bottom.png');
	height: 12px;
	width: 715px;
	background-repeat: no-repeat;
}

#righttop{
	background-image: url('images/right_top.png');
	height: 12px;
	width: 231px;
	background-repeat: no-repeat;
}

#rightbottom{
	background-image: url('images/right_bottom.png');
	height: 12px;
	width: 231px;
	background-repeat: no-repeat;
}

#right ul, #right li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#right ul a{
	color: black;
	text-decoration: none;
	font-size: 13px;
}

#right ul a:hover{
	text-decoration: underline;
}

#footer{
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	width: 980px;
	height: 64px;
	margin: auto;
	text-align: center;
	font-size: 13px;
	color: #404040;
	margin-bottom: 30px;
}

#footer a{
	color: #404040;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#topmenu .current_page_item a{
	color: black;
}

#main p{
	line-height: 150%;
}

#date{
	position: absolute; 
	top:12px;
	font-size:13px;
	margin-left: 680px;
}

#date a{
	color:black;
}

#date a:hover{
	text-decoration: underline;
}

/* ----------- List of logos in top of page ----------- */

#udbydere a{
    display: block;
    float: left;
}

#pengeautomaten{
    margin-left: 28px;
    margin-top: 40px;
}

#leasy{
    margin-left: 75px;
    margin-top: 68px;
}

#ekspresbank{
    margin-left: 75px;
    margin-top: 65px;
}

#gemoneybank{
    margin-left:80px;
    margin-top: 65px;
}

#left a:hover{
	text-decoration:underline !important;
}

#startbutton{
	padding-top:70px;
	padding-bottom:10px;
	text-align:center;
}

/* ----------- Clear and Spacing ----------- */

.clear {
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin: 0 0 -1px 0;
}

#selection a{
    text-decoration: none;
}


#selection a span{
    display: block;
    position: absolute;
    font-size: 10px;
    margin-top: 10px;
    color: blue;
    text-decoration: underline;
}

#udbydere{
    padding-top: 30px;
}

