﻿
/*
==============================
Defaults
==============================
*/


body
{
		padding:			0px;
		margin:				0px;
		font-family:		tahoma;
		font-color:			#333333;
		font-size:			11px;
}
.body_iframe
{
		padding-left:		0px;
		padding-top:		0px;
		margin:				0px;
		font-family:		tahoma;
		font-color:			#333333;
		font-size:			11px;
}


p
{
		font-family:   				tahoma;
		font-size: 					12px; 

}
/*
==============================
Structure elements
==============================
*/

.top
{
		padding-left:		0px;
		padding-right:		0px;
		padding-top:		0px;
	
}
.top_iframe
{
		padding-left:		0px;
		padding-right:		0px;
		padding-top:		0px;
}

.top_skymenu

{
		color:				#4595c3;
		font-size:			10px;
}
.top_skymenu  a

{
		color:				#4595c3;
		text-decoration:	none;
}
.top_skymenu a:hover

{
		color:				#003366;
		text-decoration:	none;
}
.topmenu_cell
{
		border:				#003366 1px dotted;
		background:			#e8e8e8;
		font-family:		tahoma;
		font-size:			12px;
		color:				#333333;
		padding-left:		10px;
		padding-right:		10px;
		padding-top:		5px;
		padding-bottom:		5px;
}
.topmenu_cell a
{
		color:				#333333;
		text-decoration:	none;
}
.topmenu_cell a:hover
{
		color:				#333333;
		text-decoration:	underline;
}

.top_title
{
		letter-spacing:		1px;
		font-size:			35px;
		font-weight:		normal;
		font-color:			#b6b6b6;
}
.top_subtitle
{
		letter-spacing:		1px;
		font-size:			18px;
		font-weight:		normal;
		font-color:			#8f8f8f;
}

.bottom
{
		height:				54px;

}
.bottom_iframe
{
		height:				54px;
}

.contentarea
{
		padding-bottom:		90px;
		padding-top:		20px;
		padding-left:		10px;
		padding-right:		10px;
}
.contentarea_iframe
{
		padding-bottom:		30px;
		padding-top:		10px;
		padding-left:		0px;
		padding-right:		0px;
}

.menuitem
{
		color:				#4595c3;
		text-decoration:	none;
		font-size:			11px;

}
.menuitem a
{
		color:				#003366;
		text-decoration:	none;
}
.menuitem a:hover
{
		color:				#4595c3;
		text-decoration:	none;
}

/*
==============================
Headers
==============================
*/
.header1
{
		font-size:			28px;
		display:			inline;
		color:				#4595c3;
		font-weight:		normal;
}
.header1 a
{
		color:				#4595c3;
		text-decoration:	none;
}
.header1 a:hover
{
		color:				#4595c3;
		text-decoration:	underline;
}

.header1_iframe
{
		font-family:		arial;
		font-size:			25px;
		display:			inline;
		color:				#333333;
		font-weight:		normal;
}

.header2
{
		font-size:			20px;
		color:				#4595c3;
		font-weight:		normal;
		display:			inline;
		line-height:		45px;
		
}
.header2#white
{
		color:				#FFFFFF;
}
.header3
{
		font-size:			16px;
		color:				#4595c3;
		font-weight:		normal;
		display:			inline;

	
}
.header3 a
{
		color:				#4595c3;
		text-decoration:	underline;
}
.header3 a:hover
{
		color:				#003366;
		text-decoration:	none;

}
.headercell
{
		border-bottom:		#4595c3 1px dotted;
}

/*
==============================
Forms
==============================
*/

.formstyle
{
		font-size:			12px;
		border:				#4595c3 1px solid;
		background:			#ced5e0;
		padding:			4px;
		color:				#333333;
}
.formstyle#smaller
{
		font-size:10px;
		background:#ffffff;
		padding:2px;
}

.form_button
{
		font-size:			25px;
		border:				#4595c3 1px solid;
		background:			#ffffff;
		padding:			4px;
		color:				#4595c3;
}

/*
==============================
Lists
==============================
*/
.list
{
		background:			#eff7fb;
		border:				#4595c3 1px solid;		
}
.list td
{
		border:				#003366 1px solid;		
		padding:5px;
}
.list_item
{
		padding-top:		2px;
		padding-bottom:		2px;
		padding-left:		5px;
		padding-right:		5px;
		height:				20px;
		font-size:			11px;
}
.list_item#nopad
{
		padding-top:		0px;
		padding-bottom:		0px;
		padding-left:		0px;
		padding-right:		0px;
}
.list_item#nopadorsize
{
		padding-top:		0px;
		padding-bottom:		0px;
		padding-left:		0px;
		padding-right:		0px;
		height:				auto;
}

.list_item a
{
		color:				#4595c3; 
		text-decoration:	none;
}
.list_item a:hover
{
		color:				#003366;
		text-decoration:	none;
}

.list_header
{

		font-family:   				tahoma;
		font-size: 					12px; 
		color:						#f0f0f0;
		background-color:			#365482;
		font-weight:				normal;
		border:						#c8c8c8 1px dotted;
		padding-left:				3px;
		padding-right:				3px;
		height:						23px;

}
.list_header a
{

		color:						#f0f0f0;
		text-decoration:			underline;

}

.list_header#smallsub
{

		font-size:					10px; 
		background-color:			#6f84a5;
		text-align:					center;
		padding-top:				0px;
		padding-bottom:				0px;
		margin-top:					0px;
		margin-bottom:				0px;
		height:						16px;
}

/*
==============================
Status
==============================
*/

.status_ok
{
		font-family:   				sans-serif;
		font-size: 					16px; 
		font-weight:				bold;
		color: 						#12A819;
		text-decoration:		 	none; 
}
.status_ok a
{
		font-family:   				sans-serif;
		font-size: 					16px; 
		font-weight:				bold;
		color: 						#12A819;
		text-decoration:		 	underline; 
}
.status_ok a:hover
{
		font-family:   				sans-serif;
		font-size: 					16px; 
		font-weight:				bold;
		color: 						#12A819;
		text-decoration:		 	none; 
}

.status_notok
{
		font-family:   				sans-serif;
		font-size: 					16px;
		font-weight:				bold;		 
		color: 						#9A1016; 
		text-decoration:		 	none; 
}
.status_notok a
{
		font-family:   				sans-serif;
		font-size: 					16px;
		font-weight:				bold;		 
		color: 						#9A1016; 
		text-decoration:		 	underline; 
}
.status_notok a:hover
{
		font-family:   				sans-serif;
		font-size: 					16px;
		font-weight:				bold;		 
		color: 						#9A1016; 
		text-decoration:		 	none; 
}
.tekst_status_ok
{
		font-family:				tahoma;
		font-size:					11px;
		text-decoration:		 	none; 
		color: 						#12A819; 

}
.tekst_status_ok a
{
		text-decoration:		 	underline; 
		color: 						#12A819; 
}
.tekst_status_ok a:hover
{
		text-decoration:		 	none; 
		color: 						#12A819; 
}

.tekst_status_notok
{
		font-family:				tahoma;
		font-size:					11px;
		text-decoration:		 	none; 
		color: 						#9A1016; 
}
.tekst_status_notok a
{
		text-decoration:		 	underline; 
		color: 						#9A1016; 
}
.tekst_status_notok a:hover
{
		text-decoration:		 	none; 
		color: 						#9A1016; 
}

/*
==============================
Content
==============================
*/

.smalltext
{
		font-family:				tahoma;
		font-size:					10px;
		text-decoration:		 	none; 
		color: 						#333333;
}
.smalltext a
{
		text-decoration:		 	none; 
		color: 						#4595c3;
}
.smalltext a:hover
{
		text-decoration:		 	none; 
		color: 						#003366;

}
.normaltext
{
		font-family:				tahoma;
		font-size:					11px;
		text-decoration:		 	none; 
		color: 						#333333; 
}
.normaltext a
{
		text-decoration:		 	underline; 
		color: 						#003366; 
}
.normaltext a:hover
{
		text-decoration:		 	none; 
		color: 						#4595c3; 
}

.biggertext
{
		font-family:				tahoma;
		font-size:					13px;
		text-decoration:		 	none; 
		color: 						#333333; 
		text-align:					left;
}
.biggertext a
{
		text-decoration:		 	underline; 
		color: 						#003366; 
}
.biggertext a:hover
{
		text-decoration:		 	none; 
		color: 						#4595c3; 
}
.biggertext2
{
		font-family:				tahoma;
		font-size:					17px;
		text-decoration:		 	none; 
		color: 						#333333; 
		font-weight:				normal;
}
.biggertext2 a
{
		text-decoration:		 	underline; 
		color: 						#003366; 
}
.biggertext2 a:hover
{
		text-decoration:		 	none; 
		color: 						#4595c3; 
}

.cleantable
{
		border:						none;
		padding:					0px;
		margin:						0px;
}
.cleantable td
{
		border:						none;
}


#countdown
{
		font-family:				tahoma;
		color:						#69adec;
}

.div_carousel
{
	background: url(../Images/top_bg.jpg) repeat-x scroll center center transparent;
	height: 155px;
	width: 100%;
}

.carousel_container
{
	width: 930;
	height: 105px;
	margin: 0px auto;
	border: none;
}

.link_button
{
	text-decoration: none;
	color: #5899c7;
}


.link_button_header
{
	text-decoration: none;
	color: #ffffff;
}
