body {
font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
line-height:180%;
}
input, textarea, td {
font-family:"Trebuchet MS", Verdana, Arial;
}



p, ul, ol, blockquote {
	margin-top: 0px;
}

#content a {
	text-decoration: none;
	color: #3284B5;
}

#content a:hover {
	color: #43b0f1;
}


h1 {
	color:#132344;
	font-size:14px;
	line-height:20px;
	background-image:url(../images/basta_h1_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:15px;
	margin-bottom:10px;
}
h1:first-line {
	color:#132344;
	font-size:25px;
	line-height:28px;
}

h2 {
color:#132344;
	font-size:15px;
	line-height:21px;
}


sup {
	font-size: 0.9em;
}


.tekst_wit {
	color: #FFFFFF;
}
.tab {
width:25px;
height:1px;
}


		.breadcrumb {
margin-left:67px;
width:530px;
border-bottom:1px solid #ccc;
}
		.iframe {
height:auto;
}
		.img_left * {
float:left;
margin:15px;
margin-left:0px;
}
.img_right * {
float:right;
margin:15px;
margin-right:0px;
}
		.info, .success, .warning, .error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-weight:bold;
	 border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: black 0px 1px 3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/ok.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/alert.png');
}
.error {
    color: #D8000C;
    background-color: #ffe2b9;
    background-image: url('/images/error.png');
}

		