

a { text-decoration:none }
.clear:before,
.clear:after {
	content:" ";
	display: table
}
.clear:after { clear: both }
.arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle
}
.arrow.down {
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.arrow.up {
	border-bottom: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

nav
{
    width: 100%;
    background: #FFFFFF;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    padding-top: 30px;
}
nav .navbar {
	width: 95%;
	max-width: 1000px;
	margin:0 auto
}
nav a { color: #fff }
nav .logo
{
    float: left;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}
nav .menu-toggle
{
    cursor: pointer;
    display: none;
    float: right;
    padding: 12px;
    margin: 10px 0;
    background: #808080;
    transition: background-color .5s;
    color: #000000;
}
nav .icon-bar {
	background-color: #fff;
	display: block;
	width: 22px;
	height: 2px
}
nav .icon-bar + .icon-bar { margin-top: 4px }

nav .menu ul { float: right }
nav .menu li
{
    float: left;
    list-style: none;
    border-left: 2px solid #62b38d;
    border-left-color: #C0C0C0;
}
nav .menu li:first-child { border-left: 0 }
nav .menu li a, nav .open-submenu
{
    color: #000000;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 12px 20px;
    transition: background-color .3s;
}
nav .menu li a:hover, nav .open-submenu:hover, nav .open-submenu.active, nav .menu-toggle.active
{
    background: #C0C0C0;
    transition: background-color .5s;
    color: #000000;
}
nav .menu ul ul
{
    z-index: 100;
    display: none;
    float: none;
    position: absolute;
    background: #FFFFFF;
}
nav .menu ul ul li {
	float: none;
	border: 0
}
nav .menu ul ul a:hover
{
    background: #A4D1FB;
    transition: background-color .3s;
}

@media(max-width:600px) {
	nav .logo { padding-top: 8px }
	nav .menu-toggle { display: inline-block }
	nav .menu { display: none; clear: both }
	nav .menu > ul { float: none }
	nav .menu li { width: 100%; border: 0 }
	nav .menu li:last-child { margin: 0 0 15px 0 }
	nav .menu li a,
	nav .open-submenu {
		display: block;
		background: #62b38d;
		padding: 10px;
		margin: 2px 0 0 0
	}
	nav .menu ul ul {
		position: static;
		background: transparent;
		display:none
	}
	nav .menu ul ul a { background: transparent }
	nav .menu ul ul a:hover
    {
        background: #009900;
    }
}
.content
{
    margin: 10px auto 10px auto;
    padding: 20px;
    width: 60%;
    text-align: justify;
    font-size: large;
 
}
.banner
{
    background-position: center;
  
    padding: 5px 0px 5px 0px;
    color: #fff;
    background-attachment: inherit;
}
.footer
{
    background-color: #80A3CE;
    margin: 10px auto 10px auto;
    padding: 20px;
    width: 60%;
    text-align: justify;
    color: #FFFFFF;
    font-size: large;
    text-align: right;
}

.also
{
    background-color: #80A3CE;
    
}
.elerhet
{
    margin: 10px 10px 0 0;
    float: left;
    width: 586px;
    height: 400px;
    text-align: left;
}
#terkep
{
    margin: 10px;
    
}

#wrapper
{
    
    width: 60%;
    margin: 0 auto;
}
div#wrapper h1 {
	font-size: 30px;
	margin: 50px 0 20px 0;
	text-align: center;
	color: #f5b431
}
div#wrapper h2
{
   
    background: #FFFFFF url('../jQery_accord/arrow.png') no-repeat right -45px;
    padding: 7px 10px;
    margin: 0 0 10px 0;
    font: bold 15px Arial, Helvetica, sans-serif;
    cursor: pointer;
    color: #000000;
}
div#wrapper h2:hover
{
    border-color: #C0C0C0;
    background-color: #E3E6FD;
    color: #000000;
    border-top-style: solid;
    border-top-width: 1px;
}
div#wrapper h2.active
{
    background-position: right 5px;
}
div#wrapper div.content
{
    margin: 10px 0;
    border-radius: 10px;
    padding: 10px;
    display: none;
    background: #FFFFFF;
    color: #000000;
    width: 100%;
}
div#wrapper div.content p
{
    line-height: 20px;
    padding-right: 15px;
    padding-left: 2px;
}
div#wrapper div.content img {
	margin: 0 0 10px 0
}