/* =========================================================================
 *
 *	default.css
 *
 *	 _.... = IE6 hack
 *	 #.... = IE7 hack
 *	
 * =========================================================================
 *   basic styles for fonts, anchors and headers
 */
	body {
		font-family: Georgia,Palatino,Palatino Linotype,Times,Times New Roman,serif;
		font-style : normal;
		text-align: left;
	}
	
	h1 {
		font-weight:normal; 
		margin: 0;  
		color: #fff; 
		font-size: 14px; 
		padding: 3px 3px 3px 10px; 
		background-color: #BC595C;
		}
		
	p, td, li, ul, input, textarea, select, form {	 
		font-size: 12px; 
		line-height: 16px;
		color: #000;
		}
		
	a:link, a:active, a:visited, a:hover { text-decoration: none; color: #bc595c; }
	a:hover { text-decoration: underline; }	
	
	a:link img, 
	a:active img, 
	a:visited img, 
	a:hover img { border: solid 0px; }



	/* ===================================
		MISC	*/ 
	.more {
		background: url(../images/more.jpg) top left no-repeat;
		padding-left: 25px;
		}
	span.thumbwrapper {
		display: block;
		float: left;
		border: 1px solid #646464;
		padding: 5px 5px 5px 5px;
		}
	.nocss { display: none; }
	
		


	/* ===================================
		BODY TYPES	*/
	body {
		background: url(../images/bg_body.jpg) top left repeat;
		margin: 0;
		padding: 0;
		}
	
	#totalwrapper {
		width: 820px;
		margin: 10px auto auto auto;
		}
	
	#totalwrapper .topwrapper {
		background: url(../images/bg_topwrapper.png) top left no-repeat;
		_background: url(../images/bg_topwrapper.gif) top left no-repeat;
		width: 820px;
		height: 185px;
		padding-left: 10px;
		}
	#totalwrapper .mainwrapper { width: 820px; }
	div.mainwrapper .mainwrappertop { 
		background: url(../images/bg_mainwrapper_top.png) top left no-repeat;
		_background: url(../images/bg_mainwrapper_top.gif) top left no-repeat;
		width: 820px;
		height: 25px;
		}
	div.mainwrapper .mainwrappermiddle { 
		background: url(../images/bg_mainwrapper_middle.png) top left repeat-y;
		_background: url(../images/bg_mainwrapper_middle.gif) top left repeat-y;
		width: 760px;
		padding-left: 30px;
		padding-right: 30px;
		}
	div.mainwrapper .mainwrapperbottom {
		clear: both;
		background: url(../images/bg_mainwrapper_bottom.png) top left no-repeat;
		_background: url(../images/bg_mainwrapper_bottom.gif) top left no-repeat;
		width: 820px;
		height: 37px;
		}
		
	

	/* ===================================
		HEADER	*/	

	#navigation { position: absolute; top: 147px; margin: 0; padding: 0;}
	#navigation li { 
		display: block;
		float: left;
		width: 159px;
		height: 23px;
		margin-right: 1px;
		padding-top: 5px;
		background-color: #F8DFC1;
		text-align: center;
		}
	#navigation a { font-size: 14px; color: #646464; }
	#navigation a:hover {  }
	
 
  
 	/* ===================================
		CONTENT	*/	
	div.content {
		float: left;
		width: 500px;
		margin-right: 20px;
		}
	div.content h1 { padding-left: 10px; }
	div.content h3 { padding-left: 10px; }
	div.content p {
		padding: 0 0 0 10px;
		}
	div.sidebar {
		float: left;
		width: 200px;
		clear: right;
		}	
	


 	/* ===================================
		Forms	*/		
		form {margin: 0; padding: 0; }

		input.tekst {
			height: 12px;
			width: 230px;
			margin-bottom: 5px;
			_margin-bottom: 0px;
			*margin-bottom: 0px;
			}

		td { vertical-align:top; }
		div.contactwrapper { padding-left: 10px; padding-top: 6px; }








/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { margin:0 auto; }
 
.img-left      { float:left;margin:0 0 0 0; }
.img-right     { float:right;margin:0 0 0 0; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
