/*
Version: 1.1
Last modified: 2008-12-08 / markus.olsson@paregos.com
*/


/* Begin Structure */

body {
	background-color: #000000;	
	text-align: center;
}

td {
	font-family: arial; 
}

.news_divider{	
padding-bottom: 1px;
border-bottom: solid 1px #999;
}

.news {	
padding-bottom: 15px;
}

.divider {	
padding-top: 35px;
padding-bottom: 16px;
border-bottom: solid 1px #999;
}

.logo {
padding-bottom: 22px;
}

.container { 
padding-top: 70px;
margin-left: auto;
margin-right: auto;
width: 29em;
text-align: left;
}


#alternativeContent {
border-top: solid 1px #999;
border-bottom: solid 1px #999;
}

/* End Structure */

/* Begin Typography & Colors */

h1 {	
color: #07BBEE;	
font-family: arial; 
font-size: 16px;
font-weight: bold;
margin-bottom: 5px; 
}

h1.nyheter {	
color: #07BBEE;	
font-family: arial; 
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
padding-bottom: 20px;
padding-top: 26px;
}


h2  {
color: #07BBEE;	
font-size: 16px; 
margin-bottom: 5px;	
font-weight: lighter;	
font-family: arial; 
}

.text {
	color: #999;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;	
	font-family: arial; 	
	padding-bottom: 20px;
}

.flashText {
	color: #999;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;	
	font-family: arial; 	
	padding-top: 14px;
	padding-bottom: 14px;
}

header {	
color: #07BBEE;
}


a {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

img {
	border: 0px;
}

/* End Typography & Colors */

/* Begin Admin elemens */

.bigHeader {
	color: #07BBEE;	
	font-family: arial; 
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px; 
}


.formHeader {
	color: #999999;
	font-size: 11px;
	font-family: Arial;
}

#publish {
	background-image: url(../img/publish.jpg);
}

#publish:hover {
	background-image: url(../img/publish_over.jpg);
}

input,textarea {
	border: 1px solid #999999;
}

#preview {
	background-image: url(../img/preview.jpg);
}

#preview:hover {
	background-image: url(../img/preview_over.jpg);
}

input,textarea {
	border: 1px solid #999999;
}

.navigation{	
margin-top: 30px;
}

.navigation a {	
color: #07BBEE;	
font-family: arial; 
font-size: 16px;
font-weight: bold;
}


/* End Admin elemens */