/* @group Font-definisjoner (Safari, Firefox, IE, Opera) */

@font-face {
	font-family: NeoSansPro;
	src: url(/fileadmin/fonts/NeoSansPro-Regular.otf);
}
@font-face {
	font-family: NeoSansPro;
	font-weight: bold;
	src: url(/fileadmin/fonts/NeoSansPro-Bold.otf);
}

/* @end */


body {
	padding: 0;
	margin: 0;
	color: #2d2d2d;

	font-family: NeoSansPro, Arial, sans-serif;
	font-size: 0.9em;
}

a img {
	border: none;
}

#nav {
	width: 100%;
	min-width: 714px;
	height: 70px;
	background: url(../img/nav_back.png);
	text-align: center;

}

#nav a {
	height: 40px;
	padding: 15px 8px;
	/*float: left;*/
	text-align: center;
	display: inline-table;
}

#nav a img {
	margin-top: 11px;
}

#nav a:hover {
	background: url(../img/nav_hover_back.png);
}

#main {
	width: 714px;
	margin: 0 auto;
}

#slideshow {
	margin: 30px 2px;
}

#border_top {
	height: 30px;
	background: url(../img/border_top.gif);
	background-repeat: no-repeat;
}
html>body #border_top{
	background: url(../img/border_top.png);	
}

#border_mid {
	padding: 0px 30px;
	background: url(../img/border_mid.gif);
	background-repeat: repeat-y;
}
html>body #border_mid {
	background: url(../img/border_mid.png);	
}

#border_bottom {
	height: 30px;
	background: url(../img/border_bottom.gif);
	background-repeat: no-repeat;
}
html>body #border_bottom {
	background: url(../img/border_bottom.png);
}

#logins {
	height: auto;
	margin: 0 auto;
}

/*#logins div {
	float: left;
	width: 33%;
}*/

#footer {
	margin-top: 10px;
	font-size: 13px;
	color: #5d5d5d;
	text-align: center;
}
span.red {
	color: #f92222;
}

/* @group typo3 CSS */
.tx-rgsmoothgallery-pi1 {
  background: none !important;
}
.myGallery, .jdGallery
{
	border: none !important;
}
div.csc-textpic {
	clear: both;
}
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	font-weight: bold;
}
h3,h4,h5{
	padding-top: 5px;
}
h1 {
	color: #333;
}
h2 {
	color: #933;
}
h3 {
	color: #666;
}
.csc-firstHeader {
	padding-top: 0 !important;
}
* {
	margin: 0;
	/*padding: 0;*/
}
p {
	margin-top: 10px;
}

/* @end */