/*-----------------------------------------------------
 * Project: Anders Hallgren
 * Author: Viktor
 * Date: 2007-05-03
 * File: main.css
 * Description: Main css for screen and projection. 
 ----------------------------------------------------*/


/***[basic]***/

*{
	margin:0;
	padding:0;
}

body{
	background-color:#f1edea;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:small;
}

h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	
}

h1{
	font-size:22px;
	margin:0 0 20px 0;
	color:#063868;
	font-weight:normal;
	letter-spacing:1px;
	text-align:center;
}

h2{
	font-weight:normal;
	font-size:110%;
	margin:0;
	padding:0;
}

h3{
	font-size:100%;
	margin:10px 0 0 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

	h3.blue, h3.blue *, h4.blue, h4.blue *{
		color:#063868;
	}

h4{
	font-size:100%;
	margin: 10px 0 0 0;
	text-align:center;
}

	h4.left{
		text-align:left;
	}

p,
li{
	font-size:85%;
}

p{
	margin:0 0 10px 0;
	padding:;
	line-height:19px;
}

p.small{
	font-size:10px;
}

a{
	text-decoration:none;
}

a:hover{
	
}

a:active{
	color:#f00;
}

img{
	border:0;
}

ul{
	list-style-type:none;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}


/***[structure]***/

#wrapper {
	width:776px;
	height:640px;
	margin: 0 auto;
	margin-top:20px;
	background-color:#fff;
	overflow:hidden;
	border:1px solid #000;
}

#top {
	position:relative;
	height:207px;
	width:100%;
	background:transparent url(../gfx/top-bg.gif) repeat-x 0 43px;
	overflow:hidden;
}

#content{
	width:100%;
}

#leftcolumn{
	width:258px;
	float:left;
	text-align:center;
	padding-top:35px;
}

#rightcolumn{
	width:460px;
	padding-right:50px;
	margin-top:30px;
	float:left;
	height:390px;
	overflow:auto;
	margin-bottom:30px;
}

#body_shop #leftcolumn{
	padding-top:5px;
}

#body_shop #rightcolumn{
	height:auto;
	overflow:visible;
	width:440px;
	margin-top:0;
}


#column{
	width:768px;
	overflow:auto;
	height:390px;
	margin-top:30px;
}

#bottom{
	clear:both;
	width:756px;
	margin:0 auto;
	overflow:hidden;
	padding-top:5px;
	padding-left:20px;
}

	#bottom img{
		vertical-align:middle;
	} 

#logo{
	position:absolute;
	top:71px;
	left:24px;
}

#usp{

}


/***[menu]***/

ul#menu{
	position:absolute;
	top:174px;
	width:100%;
	height:30px;
	background-color:#005288;
	padding-left:70px;
}

	ul#menu  li{
		display:inline;
		
		
	}
	
		ul#menu  li a{
			color:#fff;
			font-size:11px;
			font-family: "Trebuchet MS", Arial,Helvetica,verdana sans-serif;
			display:block;
			padding:7px 5px;
			float:left;
			margin-right:30px;
			letter-spacing:1px;
		}
		
			ul#menu li a:hover,
			#body_about #menu_about a,
			#body_book #menu_book a,
			#body_shop #menu_shop a,
			#body_contact #menu_contact a,
			#body_lecture #menu_lecture a{
				background-color:#487db6;
				
			}

#flags{
	position:absolute;
	left:720px;
	top:10px;
}

	#flags li{
		display:inline;
		margin-left:2px;
	}

	
/***[top]***/

#dogs{
	position:absolute;
	top:43px;
	left:480px;
}

	#dogs li{
		display:block;
		float:left;
		width:72px;
		height:130px;
		border:1px solid #fff;
		border-bottom:none;
	}
	
		#dogs li.dog1{
			background:transparent url(../gfx/hund1.gif) no-repeat 0 0;
		}
		
		#dogs li.dog2{
			background:transparent url(../gfx/hund2.gif) no-repeat 0 0;
		}
		
		#dogs li.dog3{
			background:transparent url(../gfx/hund3.gif) no-repeat 0 0;
		}
		
		#dogs li.dog4{
			background:transparent url(../gfx/hund4.gif) no-repeat 0 00;
		}
		
		#dogs li.over{
			background-position:0 -130px;
		}
	
	
/***[content]***/

dl{

}

	dt{
		float:left;
		clear:left;
		width:258px;
		text-align:center;
	}
		
	
	dd{
		float:left;
		margin-bottom:60px;
		width:440px;
	}
	
		dd h3{
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			color:#666;
			margin:0;
			letter-spacing:0;
		}
		
		dd p.data{
			margin:5px 0 40px 0;
			font-style:italic;
			
		}
			
			dd p.data span{
				display:block;
				float:left;
			}
			
				dd p.data span.forlag{
					width:145px;
				}
				
				dd p.data span.sid{
					width:60px;
				}
				
		dd p.description{
			
		}


/***[bottom]***/

#bottom p{
	font-size:10px;
}

	


