/* undohtml.css *//* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* http://www.tantek.com/log/2004/undohtml.css */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none; color:#000000 }
ul,ol { list-style:none } 
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none } 
address { font-style:normal }
/* Slut på undohtml.css */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
background: #ddddFF;
font-size:12px;
text-align:center;
}

p.margin40 {
margin-left:40px;
margin-right:40px;
}
p.margin60 {
margin-left:60px;
margin-right:60px;
}
p.margin80 {
margin-left:80px;
margin-right:80px;
}
.nowrap{white-space:nowrap;}
.fw {font-weight:bold;}
.centerblock {margin-left:auto; margin-right:auto; display:block;}
.centerinline {margin-left:auto; margin-right:auto; display:inline;}
.left {text-align:left;}
.right {text-align:right;}
.underline { text-decoration:underline; color:#3333cc;}
.breadcrumb {text-decoration:none;font-size:11px; color:#000; font-weight:bold;}
.breadcrumb a{text-decoration:underline; font-size:11px;; color:#3333cc; font-weight:bold;}
.opdateret{text-decoration:none; font-size:10px;; color:#000;}
.red{color:#ff0000;}
.normallist{list-style-type: disc; list-style-position: inside;}
.italic{font-style:italic;}
.centertxt{text-align:center;}
.font10{font-size:10px;}
.font11{font-size:11px;}
.font12{font-size:12px;}
.font13{font-size:13px;}
.font14{font-size:14px;}
.font10bold{font-size:10px;font-weight:bold;}
.font11bold{font-size:11px;font-weight:bold;}
.font12bold{font-size:12px;font-weight:bold;}
.font13bold{font-size:13px;font-weight:bold;}
.font14bold{font-size:14px;font-weight:bold;}
.font10italic{font-size:10px;font-weight:bold;}
.font11italic{font-size:11px;font-weight:bold;}
.font12italic{font-size:12px;font-weight:bold;}
.font13italic{font-size:13px;font-weight:bold;}
.font14italic{font-size:14px;font-weight:bold;}
.styledselect{
	font-size: 14px;
	width: 100px;
	color: white;
	background: #999;
	margin: 5px 5px;
	border: 2px double black;
	padding: 1px;}
.styledinput{
	font-size: 12px;
	width: 200px;
	color: #333;
	background: #ccc;
	margin: 5px 5px;
	border: 2px double black;
	padding: 3px;}
	
.roundbutton {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	/*z-index:-1;
	zoom: 1;*/
	/* For IE 8 
 -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');*/
 /* For IE 5.5 – 7 
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');*/
	background: #f6c137;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8e086), to(#f6c137));
	background: -webkit-linear-gradient(#f8e086, #f6c137);
	background: -moz-linear-gradient(#f8e086, #f6c137);
	background: -ms-linear-gradient(#f8e086, #f6c137);
	background: -o-linear-gradient(#f8e086, #f6c137);
	/*background: linear-gradient(#f8e086, #f6c137);*/
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#f8e086", endColorStr="#f6c137"); 
	/*-ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#f8e086", endColorStr="#f6c137"); 
	-pie-background: linear-gradient(#f8e086, #f6c137);
	-pie-box-shadow: #666 2px 2px 3px;*/
	/*behavior: url(PIE.php);
	behavior: url(ie9-gradient-fix.htc);*/
		cursor: hand;
	cursor: pointer;
	font-size: 12px;
	border: 2px solid #ee961b;
	padding: 4px 0;
	text-align: center; 
	width: 60px;
}
