/*www.kritvit.se | Andreas Viklund*/
/*_______________________________________________________________________________________________________*/
/*___________________________________________djurgymnasiet.com___________________________________________*/


/*________________________*/
/*____GENERAL_SETTINGS____*/
body {
	margin: 0px;
	padding: 0px;
	font-family:verdana, helvetica, arial, sans-serif;
	background-color: #F2663B;
}
	
a {
	text-decoration: none;
	font-weight: normal;
	color:  #OOOOOO;
	outline: none;
}
a:visited {
	color:  #F2663B;
}
a:active {
	color:  #F2663B;
}
a:hover {
	color: #F2663B;
	text-decoration: underline;
}

p	{
	max-width:330px; 
	font-size: 12px;
	line-height: 14px;
	margin: 10px;
	padding: 0px 0px 0px 10px;
}
	
pre { 
	display:none 
}
	
h1 {
	max-width:330px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px;
	padding: 0px 0px 0px 10px;
}
	
h2 {
	max-width:330px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 10px;
	padding: 0px 0px 0px 10px;
}
	
h3 {
	max-width:330px;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin-top: 20;
	margin-bottom: 0;
	padding: 0px 0px 0px 10px;
}

h4 {
	max-width:330px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 10px;
	padding: 0px 0px 0px 10px;
}

img {
	border: 0;
}
		
pre {
	font-size: 12px;
	line-height: 8px;
	margin-top: 0px;
	margin-bottom: 0px; 
}
	
.ahem {
	display: none;
}
/*_____GENERAL_SETTINGS____*/
/*_________________________*/


/*__________________*/
/*____ODD_STYLES____*/
div#image_cat {
	background-image: url(../images/body/cat_eye.gif);
	widht: 400px;
	height: 400px;
}

div# > div#right > img	{
	diplay:none;
}

div#start{
	color: #666666;
	text-align:center;
	padding: 0px 0px 0px 30px;
	margin: 0px;
	border: 0px;
	width: 320px;
	height: 300px;
}

div.p_wrapper {
	padding-left: 20px;
	float:left;
	margin:0px;
	border:0px;
}
	
div.p_left {
	float:left;
	margin:0px;
	border:0px;
}
	
div.p_right {
	padding-left: 10px;
	overflow:auto;
	float:left;
	margin:0px;
	border:0px;
}
/*____ODD_STYLES____*/
/*__________________*/


/*_______________________________*/
/*____PROFILEPAGE_COLORSTRIPE____*/
div#care	{
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

div#horse	{
	text-align: left;
	margin: 0px;
	border: 0px;
}
	
div#park	{
	text-align: left;
	margin: 0px;
	border: 0px;
}
	
div#dog	{
	text-align: left;
	margin: 0px;
	border: 0px;
}
/*____PROFILEPAGE_COLORSTRIPE____*/
/*_______________________________*/


/*____________*/
/*____MENU____*/
#navlist	{
	list-style: none;
	line-height: 12px;
	padding-left: 7px;/*positions the menu*/
	margin: 0px;
}

ul#navlist li a	{
	font-size: 10px;
	text-decoration: none;
	padding-left: 7px;/*positions the arrows*/
	color: #F2663B;
	font-weight: bold;
}
	
li.sub	{
	padding-left: 12px;
	color: #999999;
}
	
	

#navlist li a:hover	{
	background: transparent url(../images/body/orange_arrow.gif) left center no-repeat;
	color: #ad492a;
}

#navlist li a#current	{
	background: transparent url(../images/body/orange_arrow.gif) left center no-repeat;
	color: #999999;
}
/*____MENU____*/
/*____________*/


/*______________________*/
/*____framestructure____*/
div#left {
	float: left;
	background-color: #414042;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	width: 165px;
	height: 400px;
}

div#box_wrapper_start {
	position: absolute;
	background: url(../images/body/frame.png) left top no-repeat;
	top: 120px;
	left: 135px; /*Positions the main part of the site horizontally*/
	padding: 4px;
	margin: 0px;
	border: 0px;
	height: 408px;
	width: 985px;
}

div#box_wrapper {
	position: absolute;
	background: url(../images/body/frame.png) left top no-repeat;
	top: 120px;
	left: 135px; /*Positions the main part of the site horizontally*/
	padding: 4px;
	margin: 0px;
	border: 0px;
	height: 408px;
	width: 805px;
}
	
div#box_left {
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 400px;
	height: 400px;
}
	
div#box_right {
	overflow:auto;
	float: left;
	padding-left: 10px;
	margin: 0px;
	border: 0px;
	width: 395px;
	height: 400px;
}

/*__NEWS_LIST__*/
div#news_wrapper {
	float: left;
	width: 180px;
	height: 400px;
}

ul#news_list	{
	line-height: 12px;
	padding-left: 7px;/*positions the list*/
	margin: 0px;
}

li.news {
	list-style: none;
	color: #414042;
	font-size: 10px;
}

.news a {
	text-decoration: none;
	font-weight: normal;
	color:  #414042;
	outline: none;
}

.news a:visited {
	decoration: none;
	color:  #414042;
}
.news a:active {
	decoration: none;
	color:  #414042;
}
.news a:hover {
	decoration: none;
	color: #000000;
}

/*____framestructure____*/
/*______________________*/


/*______________________*/
/*____BOTTOM_BUTTONS____*/
div#swedish	{
	position: absolute;
	top: 522px;
	left: 800px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div#english	{
	position: absolute;
	top: 522px;
	left: 830px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div#home {
	text-decoration: none;
	position: absolute;
	top: 522px;
	left: 880px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
/*____BOTTOM_BUTTONS____*/
/*______________________*/





