@import "/core/globalresources/styles/reset.css";

body {
	background-color:#FFF;
	font-family:arial;
	font-size:13px;
	line-height:18px;
	margin:0px;
	padding:0px;
}

p
{
	margin-bottom:8px;
}

h1 {
	font-family:arial;
	font-size:26px;
	color:#2D2D2D;
	margin-top:15px;
	margin-bottom:10px;
	font-weight:bold;
	line-height:30px;
}
h2 {
	font-family:arial;
	font-size:16px;
	color:#2d2d2d;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px 0;
	font-weight:bold;
}

h3 {
	font-family:arial;
	margin-top:10px;
	margin-bottom:5px;
	font-size:16px;
	color:#ad1319;
	font-weight:bold;
}

h4 {
	font-family:arial;
	font-size:14px;
	color:#2d2d2d;
	margin-bottom:10px;
	font-weight:bold;
	line-height:19px;
}

h5 {
	font-family:arial;
	color:#2d2d2d;
	font-size:12px;
	margin:0;
	padding:5px 0;
	font-weight:bold;
}

input, textarea
{
	padding:3px;
}

textarea
{
			border:1px solid #CCCCCC;
}



input[type="text"]
{
	padding:3px;
	border:1px solid #CCCCCC;
	height:14px;
}

a
{
	color:#ad1319;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;
}

/* ############## WRAPPER  ##############  */

.wrapper-1
{
	background: #FFF url(/core/templateresources/bigbg_winter.jpg) 50% 0 no-repeat;
	width: 100%;
	float:left;
}

.wrapper {
	float: none;
	width: 867px;
	min-height:800px;
	margin: 0 auto;
	padding-left:15px;
	overflow:hidden;
}

/* ############## HEADER  ##############  */

.searchbutton
{
	padding:0px;
	margin:0 0 0 3px;
	position:absolute;
	top:0px;
	right:0px;
}

.weather form
{
	position:relative;
	padding-right:40px;
}
.searchbox
{
	margin-bottom:17px;
}

.wrapper .weather
{
	margin-top:30px;
	margin-left:450px;
	position:relative;
	height:82px;
	text-align:right;
}

.wrapper > .weather span
{
	padding:10px;
}

/* ##############  MENY ##############  */

.menu
{
	position:relative;
}

.wrapper .menu menu
{
	font-size:14px;
	padding:0px;
	margin:0px;
	height:45px;
	margin-left:5px;
	position:relative;
	width:800px;

	float:left;
}

.wrapper .menu menu li
{
	float:left;
	position:relative;
	width:119px;
	height:inherit;
}

.wrapper .menu menu li a
{
		padding-top:8px;
		height:37px;
		display:block ;
		background-image: url(/core/templateresources/menuitem_inactive.png);
		background-repeat:no-repeat;
		width:inherit;
		text-align:center;
		color:#a1a1a1;
		font-size:13px;
}

.wrapper .menu menu li span
{
		padding-top:8px;
		height:37px;
		display:block;
		background-image: url(/core/templateresources/menuitem_active.png);
		background-repeat:no-repeat;
		width:inherit;
		text-align:center;
		font-weight:bold;
		color:#2d2d2d;
		font-size:13px;
}

.wrapper .menu .speech
{
	padding:0px;
	margin:0px;
	height:30px;
	width:180px;
	right:-10px;
	top:0px;
	position:absolute;
}

.wrapper .menu .speech li
{
	position:relative !important;
	float:right !important;
	margin-right:15px !important;
}


/* ##############  SUBMENU  ##############  */

.wrapper .submenu
{
		background-image: url(/core/templateresources/submenu_border.jpg);
		background-repeat:no-repeat;
		background-position: bottom left;
		height:30px;
		margin-top:4px;

}

.wrapper .submenu menu
{
	padding:0px;
	margin:0px;
	margin-left:20px;
}

.wrapper .submenu menu li
{
	float:left;
	position:relative;
	padding-left:15px;
	background-image: url(/core/templateresources/submenu_grey.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	margin-right:15px;
}

.wrapper .submenu menu li.selected
{
	background-image: url(/core/templateresources/submenu_red.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	font-weight:bold;
	font-size:12px;
}

.wrapper .submenu menu li a
{
		color:#2d2d2d;
		font-size:12px;
		font-weight:normal;
}

/* ##############  CONTENT ##############  */

.contentcontainer
{
	clear:both;
	color:#000;
	margin-top:10px;
}

/* ################ SIDMENY ############### */
ul.sidmeny li
{
	padding:5px;
	padding-left:30px;
	border-bottom:1px solid #C9C9C9;
	background:url(/core/templateresources/plupp_inactive.gif) no-repeat center left;
}

ul.sidmeny li.active
{
	background:#EEEEEE url(/core/templateresources/plupp_active.gif) no-repeat center left;
}

/* ##############  BOTTOM  ##############  */

.footer
{
	border-top:1px solid #CCCCCC;
	margin-top:20px;
	padding-top:10px;
	margin-right:17px;
	clear:both;
}

.footer address
{
	position:relative;
	display:block;
	font-style: normal;
}

.footer adress span
{
	float:left;
	display:block;
	text-align:center;
	padding-right:5px;
	width:33,3%;
}

/* ##############  MISC ##############  */

.coreHdelimiter
{
	position:relative;
	height:1px;
	margin:15px 0px 15px 0px;
	background:#cccccc;
	overflow:hidden;
}

.clear
{
	clear:both;
	float:none;
}

.partner
{
	margin-top:15px;
	padding:10px;
	text-align:center;
	color:#555555;
	clear:both;
}

table
{
	width:560px;
	padding:0px;
}

td
{
	padding-right:25px;
	border-bottom:1px dotted #f6f6f6;
}

