/* CSS Document */

body {
	text-align: 	center;
	margin:      	0;
	padding:     	0 0 25px ;
}

a {
	text-decoration: none;
	color: #CC3300;
}

a:hover {
	text-decoration: underline;
}

.textLink {
	text-decoration: none;
	color: #CC3300;
}

.textLink:hover {
	text-decoration: underline;
	cursor: pointer;
}

#topLogo {
	border: 0;
}


#outer {
	margin:			10px auto;
	padding:        0;
	width:          800px;
	voice-family:   inherit;
}

#head {
	text-align:  	left;
	margin:      	0;
	padding:     	0;
	height:      	115px;
	border-bottom:  solid 1px #cecece ;
}

#body {
	background: 	transparent;
	text-align: 	left;
	margin:     	2px 0 0;
	padding-top:    10px;
	clear:      	both;
	border:     	0;
}

#sidebar {
	margin:    		0px;
	padding:       	10px;
	width:       	120px;
	float:          left;
	border:         solid 0px #cecece;
	voice-family:   inherit;
	font-size: 		10px; 
}

#sidebar img {
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#main {
	background: 	transparent;
	margin:     	0 0 0 170px;
	padding:    	2px 10px 10px 0;
	min-height: 	310px;
	border:     	solid 0px #cecece;
	font: 13px/22px Helvetica, Arial, sans-serif;
}


#main-nopic {
	background: 	transparent;
	margin:     	0 0 0 20px;
	padding:    	2px 10px 10px 0;
	min-height: 	310px;
	border:     	solid 0px #cecece;
	font: 13px/22px Helvetica, Arial, sans-serif;
}

#main-start {
	background: 	transparent;
	margin:     	0 0 0 240px;
	padding:    	2px 10px 10px 0;
	min-height: 	345px;
	border:     	solid 0px #cecece;
	font: 13px/22px Helvetica, Arial, sans-serif;
}

#footer {
	color:      	#666;
	text-align: 	right;
	padding:    	5px 7px 7px 10px;
	position:   	relative;
	top:        	2px;
	height:			40px;
	clear:			both;
	border-top:		solid 1px #ccc;
	voice-family: 	inherit;
	font: 12px/22px Helvetica, Arial, sans-serif;
}

.menu-items {
	font: 15px 	Helvetica, Arial, sans-serif;
	padding-left: 	22px;
}

.menu-items a {
	color: 			#666;
	text-decoration: none;
}

.menu-items a:hover {
	color: 			#000;
}
 
.present {
	color: 			#000;
	font-weight: 	bold;
}

h1 {
	font-size: 18px;
}

/* Publikationer */

.pub-image {
	float: right;
	width: 110px;
}

.pub-image img {
	border: 0px;
}

.pub-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.pub-title-small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* synpunkter */

.error {
	color: 		#FF0000;
	size: 		16px;
}

/* kursplan */

.plan {
	border: 		solid 1px #B3B0A2;
	background:		#FFFBE7;
	padding-left:	15px;
	padding-right:	15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
	
/* aktuellt */

#container {
	width:100%;
}

.cols {
	width: 100%; 
	margin: 0 20px; 
	overflow: hidden;
}

.cols img{
	margin:15px 0;
}

#aktuelltFooter{
	margin: 10px 0;
}

#footer img {
	margin:9px 0;
}

#searchBar {
	border:1px solid #999; 
	background-color:#ccc; 
	padding:10px 5px; 
	text-align:center;
}

#content {
	clear:both;
	padding-top:30px;
}

.time {
	color:#933; 
	margin-top:10px; 
	text-transform:capitalize;
}

.title { 
	color:#333; 
	font-size:18px; 
	font-weight:normal;
	margin: 0;
}

.hr{
	border-bottom:1px dotted #c77;
	width:640px;
	margin:4px 0 8px 0;
}

.userComment{
	padding: 3px; 
	margin-top: 10px;
	margin-bottom: 20px;
	min-height: 14px;
	border-bottom: 1px solid #ccc;
	text-align: right;
	
}

.userComment a {
	display:inline;
}

.comment {
	margin-bottom:10px;
}

.accent {
	color:#933; 
	font-style:italic;
}

.permalink {
	margin-left:380px;
}

