/* **************************************************************** */
/*                                                                  */
/*   Denne fil er en del af produktet iweb fra Imagehuset           */
/*                                                                  */
/*                                                                  */
/*   Copyright 2009 Imagehuset - alle rettigheder forbeholdes.      */
/*                                                                  */
/* **************************************************************** */




/*  Baggrunde  */


body			{ 
			background-color: #000000; 
			background-image: url('../_images/design_bg_billede01.png');
			background-repeat: no-repeat;
			background-position: top center;
			border-top: 0px; 
			border-bottom: 0px; 
			border-left: 0px; 
			border-right: 0px; 
			margin-top: 0px; 
			margin-bottom: 0px; 
			margin-left: 0px; 
			margin-right: 0px; 
			}


.iweb_bgForside		{ 
			background-color: #000000; 
			background-image: url('../_images/design_bg_billede01.png');
			background-repeat: no-repeat;
			background-position: top center;
			border-top: 0px; 
			border-bottom: 0px; 
			border-left: 0px; 
			border-right: 0px; 
			margin-top: 0px; 
			margin-bottom: 0px; 
			margin-left: 0px; 
			margin-right: 0px; 
			}




/*  Skrifttyper  */


font 			{ 
			color: #FFFFFF; 
			font-family: "Tahoma"; 
			font-size: 12px; 
			} 


.iweb_menutekst	 	{ 
			color: #FFFFFF; 
			font-family: "Tahoma"; 
			font-weight: bold; 
			font-size: 12px; 
			} 


.iweb_overskrift1 	{ 
			color: #FFFFFF; 
			font-family: "Tahoma"; 
			font-weight: bold; 
			font-size: 15px; 
			} 


.iweb_overskrift2 	{ 
			color: #FFFFFF; 
			font-family: "Tahoma"; 
			font-weight: bold; 
			font-size: 12px; 
			} 


.iweb_overskrift3 	{ 
			color: #FFFFFF; 
			font-family: "Tahoma"; 
			font-style: italic; 
			font-size: 12px; 
			} 


.iweb_brodtekst 	{ 
			color: #FFFFFF; 
			font-family: "Tahoma"; 
			font-weight: normal; 
			font-size: 12px; 
			} 


.iweb_brodtekst_guld	{ 
			color: #B18F46; 
			font-family: "Tahoma"; 
			font-weight: normal; 
			font-size: 12px; 
			} 


.iweb_teksterror 	{ 
			color: #FF0000; 
			font-family: "Tahoma"; 
			font-weight: normal; 
			font-size: 12px; 
			} 


.iweb_smalltekst 	{ 
			color: #FFFFFF; 
			font-family: "Tahoma"; 
			font-weight: normal; 
			font-size: 10px; 
			} 


.iweb_smalltekst_guld	{ 
			color: #B18F46; 
			font-family: "Tahoma"; 
			font-weight: normal; 
			font-size: 10px; 
			} 




/*  Links  */


A				{
				color: #FFFFFF; 
				text-decoration: underline; 
				}

A:link				{
				color: #FFFFFF; 
				text-decoration: underline; 
				}

A:active			{
				color: #FFFFFF; 
				text-decoration: underline; 
				}

A:hover				{
				color: #FFFFFF; 
				text-decoration: underline; 
				}

A:visited			{
				color: #FFFFFF; 
				text-decoration: underline; 
				}


A.iweb_tekstlink:link 		{ 
				color: #FFFFFF; 
				text-decoration: underline; 
				}

A.iweb_tekstlink:visited 	{ 
				color: #FFFFFF; 
				text-decoration: underline; 
				}

A.iweb_tekstlink:active 	{ 
				color: #FFFFFF; 
				text-decoration: underline; 
				}

A.iweb_tekstlink:hover 		{ 
				color: #FFFFFF; 
				text-decoration: underline; 
				}


A.iweb_menulink:link 		{ 
				color: #FFFFFF; 
				text-decoration: none; 
				}

A.iweb_menulink:visited 	{ 
				color: #FFFFFF; 
				text-decoration: none; 
				}

A.iweb_menulink:active 		{ 
				color: #FFFFFF; 
				text-decoration: none; 
				}

A.iweb_menulink:hover 		{ 
				color: #FFFFFF; 
				text-decoration: underline; 
				}


A.iweb_guldlink:link 		{ 
				color: #B18F46; 
				text-decoration: underline; 
				}

A.iweb_guldlink:visited 	{ 
				color: #B18F46; 
				text-decoration: underline; 
				}

A.iweb_guldlink:active 		{ 
				color: #B18F46; 
				text-decoration: underline; 
				}

A.iweb_guldlink:hover 		{ 
				color: #B18F46; 
				text-decoration: underline; 
				}




/*  Tabeller  */


td 			{ 
			color: #FFFFFF; 
			font-family: "Tahoma"; 
			font-size: 12px; 
			} 


TABLE.iweb_main 	{ 
			}

TR.iweb_main 		{ 
			}

TD.iweb_main 		{ 
			}




/*  Styles  */


p 			{ 
			color: #FFFFFF; 
			font-family: "Tahoma"; 
			font-size: 12px; 
			} 


li 			{ 
			color: #FFFFFF; 
			font-family: "Tahoma"; 
			font-size: 12px; 
			} 


.iweb_container 	{
			background-color: transparent;
			text-align: center;
			margin-left: -500px;
			margin-top: -250px;
			position: absolute;
			top: 50%;
			left: 50%;
			width: 1000px;
			height: 500px;
			visibility: visible
			}


.iweb_inputfelt 	{ 
			border-right: #000000 1px solid; 
			border-top: #000000 1px solid; 
			border-left: #000000 1px solid; 
			border-bottom: #000000 1px solid; 
			background-color: #FFFFFF; 
			font-size: 12px; 
			font-family: "Tahoma"; 
			color: #000000; 
			}


.iweb_inputknap 	{
			border-right: #000000 1px solid; 
			border-top: #000000 1px solid; 
			border-left: #000000 1px solid; 
			border-bottom: #000000 1px solid; 
			background-color: #FFFFFF; 
			font-size: 12px; 
			font-family: "Tahoma"; 
			color: #000000; 
			}


.iweb_haand 		{
			cursor: pointer;
			}




/*                                                                  */
/*  END OF FILE                                                     */
/*                                                                  */